body {
    color:#1E1E21; 
font-family: 'Montserrat';
}


#sform {
    margin-bottom: 30px;
}


.esnt-p {
    margin-bottom: 30px;
}




.frmSearch {
	border: none;
	margin: 2px 0px;
	padding: 0;
	border-radius: 4px;
	font-family: 'Montserrat';
}

#country-list {
	float: left;
	list-style: none;
	margin-top: -3px;
	padding: 0;
	width: 490px;
	position: absolute;
	z-index:1000;
}

#country-list li {
	padding: 10px;
	background: #f0f0f0;
	border-bottom: #bbb9b9 1px solid;
}

#country-list li:hover {
	background: #ece3d2;
	cursor: pointer;
}
#country-list1 {
	float: left;
	list-style: none;
	margin-top: -3px;
	padding: 0;
	width: 490px;
	position: absolute;
	z-index:1000;
}

#country-list1 li {
	padding: 10px;
	background: #f0f0f0;
	border-bottom: #bbb9b9 1px solid;
}

#country-list1 li:hover {
	background: #ece3d2;
	cursor: pointer;
}

#search-box {
	padding: 20px;
	border: #0057ff 1px solid;
	border-radius: 4px;
	width: 100%;
	font-family: 'Montserrat';
}
#search-box1 {
	padding: 20px;
	border: #0057ff 1px solid;
	border-radius: 4px;
	width: 100%;
	background: #f2f2f2;
}
#search{
	padding: 10px;
	border: none;
	border-radius: 4px;
	border: 1px solid #0057FF;
	color: #fff;
	background: #0057FF;
	font-weight: 500;
	font-family: 'Montserrat';
	display: flex;
	height: 65px;
	min-width: 200px;
}



.novaya-karta {
    padding-bottom: 40px;
    padding-top: 20px;
}

.poiks {
    margin-bottom: 20px;
    margin-top: 20px;
}

.etsbng-item-wagon .pt-10 {
    margin-top:30px;
    margin-bottom: 20px;
}

.etsbng-item-wagon .h3 {
    font-size: 20px;
    color: #4d4d4d;
}


.etsbng-item-wagon .h1,
.etsbng-item-wagon h1 {
    font-size: 26px;
    margin-bottom: 20px;
    margin-top: 20px;
}


.etsbng-item-wagon .col-10 {
    
    width:10%;
}

.etsbng-item-wagon .col-70 {
    
    width:70%;
}

.col-100 {
  width:100%;
}

.news-item-img img {
   border-radius: 5px;
   height: 290px;
   object-fit: cover;
}

.tags-gruz{
    background: #f7f7f7;
    padding: 20px;
    border-radius: 5px;
}


.tags-gruz a{
 font-weight: 500;
 text-decoration: underline;
 line-height: 2;
}

#main h5 {
    font-size: 1.25rem;
    font-weight: 600;
    font-family: 'Montserrat';
    margin-bottom: 20px;
}

#map {
    margin-top: 40px;
}

.textcols {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}
.textcols-item {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    height: 30%;
    background: #fff2e1;
}
.textcols-item + .textcols-item {
    margin-left: 5%;
}

#searchform .btn-primary {
    border-color: #53f;
    display: flex;
    background: #2732ee;
    color: #fff;
    align-items: center;
    min-width: 210px;
    max-width: 100%;
    height: 38px;
    padding: 0;
    line-height: 1;
    /* margin-left: auto; */
    /* margin-right: auto; */
    border-radius: 10px;
    font-family: 'MONTSERRAT';
    FONT-WEIGHT: 500;
    font-size: 20px;
    border-radius: 5px;
    box-shadow: none;
    border: none;
    text-shadow: none;
}


.route_table tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05);
}


.lbl label {
 font-weight: bold;
 display: block;
 font-size: 14px;
}

.lbl input {
    background: #f7f7f7;
    border: none;
    margin-bottom: 10px;
    padding: 10px;
    max-width: 400px;
}

.wagon_h h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

#m1 a{
    padding: 2px;
    background: #2732ee;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    height: 40px;
    justify-content: center;
    text-decoration: none;
    max-width: 200px;
    align-items: center;
    border-radius: 5px;
    font-weight: 500;
    text-transform: uppercase;
}

h5.entry-title a {
    color: #262626;
}

h5.entry-title a span {
    font-weight:bold;
}


.search {
    position: relative;
    margin-bottom: 40px;
}

.search .search-input {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.search .result-search {
    display: none;
}

.search .result-search {
    position: absolute;
    width: 100%;
    z-index: 5;
    display: none;
}

.search .result-search .preloader {
    width: 100%;
    display: none;
    background: #fff;
    border-top: none;
    border: 1px solid #eee;
}

.search .result-search .preloader .loader {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    display: block;
}

.search .result-search .result-search-list {
    width: 90%;
    display: none;
    overflow-y: auto;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
    border-top: none;
    border: 1px solid #eee;
}

.search .result-search .result-search-list .result_item {
    line-height: 15px;
    width: 100%;
    display: block;
    box-sizing: border-box;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
    margin-top: 10px;
}

.search .result-search .result-search-list .result_item:first-child{
    margin-top: 0;
}

.search .result-search .result-search-list .result_item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.search .result-search .result-search-list .result_item a {
    color: #7c83a0;
    margin-bottom: 5px;
    display: block;
}

.search .result-search .result-search-list .result_item span {
    /* height: 100%; */
    /* float: left; */
    /* min-height: 100px; */
}

.search .result-search .result-search-list .result_item p {
    line-height: 13px;
    font-size: 13px;
    color: #7c83a0;
    font-style: italic;
    background-color: white;
}

.search .result-search .result-search-list .result_item img {
    width: 60px;
    float: left;
    border: 1px solid #eeeeee;
    background-color: #eeeeee;
    margin: 0 5px 5px 0;
}

.sroki {
    margin-top: 40px;
}


.wagonwheels {
    margin-bottom: 20px;
}

.wagonwheels img {
    border-radius: 5px;
}

.news-item-wagon h1 {
    font-family: 'Montserrat';
    FONT-SIZE: 22px;
    margin-bottom: 20px;
    font-weight: 600;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
}


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

.news-item-wagon table td {
    font-size: 14px;
}

@media (min-width: 768px) {
  .sidenav {
    position: absolute;
    top: 0;
    left: 0;
    width: 8%;
    height: calc(100vh);
    margin-top: 0;
    background: #2d2d2d;
    box-sizing: border-box;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    padding-top: 65px;
  }

  .navbar-expand-md .sidenav {
    flex-direction: column;
  }

  .content-wrapper {
    margin-left: 8%;
  }


}


.downtown {
    margin-top: 80px;
}

.container-wild {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
} 

.content-wrapper .container-fluid  {
    width: 100%;
    padding-right: 60px;
    padding-left: 60px;
    margin-right: auto;
    margin-left: auto;
} 


.navbar-dark .navbar-nav .nav-link {
   font-family: 'Montserrat';
   font-size: 14px;
   text-align: center;
}


.sidenav .nav-item {
    margin-bottom: 20px;
}

.megaforma {border-radius:10px;}

.megaforma h5 {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 32px;
    margin-bottom: 20px;
    color: #231F20;
}

.iframe_video {
    height: 0px;
    padding-bottom: 56.2%;
    position: relative;
}
.iframe_video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
}

.hover-image-1 img {
    object-fit: cover;
    width: 100%;
    height: 168px;
    object-position: top;
}


.my-logo img {
    max-height: 60px;
}


footer  .container-fluid {
    width: 100%;
    padding-right: 45px;
    padding-left: 45px;
    margin-right: auto;
    margin-left: auto;
}

header  .container-fluid {
    width: 100%;
    padding-right: 45px;
    padding-left: 45px;
    margin-right: auto;
    margin-left: auto;
}



.jovana {
    margin-top: 10px;
    margin-bottom: 10px;
}

.home_uslugi .download {
    background: url(/img/fon--1.jpg);
    height: auto;
    display: block;
    position: relative;
    align-items: end;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: left;
    height: 180px;
    align-items: center;
    padding-bottom: 23px;
    padding-top: 23px;
    padding-left: 23px;
    padding-right: 23px;
}



.home_uslugi .nagruz {
    background: url(/img/fon--2.jpg);
    height: auto;
    display: block;
    position: relative;
    align-items: end;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: left;
    max-height: 182px;
    padding-bottom: 23px;
    padding-top: 23px;
    padding-left: 23px;
    padding-right: 23px;
    margin-top: 20px;
}



.home_uslugi .nagruz .preza a {
 
    padding-left: 10px;
    padding-right: 10px;
}

.gruz--item--page h5 {
    font-family: 'Montserrat';
    FONT-SIZE: 26px;
    margin-bottom: 20px;
    font-weight: 600;
    font-weight: 600;
    margin-top: 20px;
    text-transform: uppercase;
}

.gruz--item--page p {
    font-family: 'MONTSERRAT';
    FONT-SIZE: 18PX;
    LINE-HEIGHT: 30PX;
    FONT-WEIGHT: 400;
    margin-top: 20px;
}

.animated-modal {
    overflow: hidden;
    transform: translateY(-80px);
    transition: all .5s; /* Should match `data-animation-duration` parameter */
}
.popup.invalid.animated-modal {
    background: linear-gradient(45deg, #9c2f3f 32%, #fb134c 100%);
}
.popup.ok-send.animated-modal {
    background: linear-gradient(45deg, #2732ee 32%, #2732ee 100%);
}
.popup.ok-send.animated-modal .fancybox-close-small:after, .popup.invalid.animated-modal .fancybox-close-small:after {
    color: #FFF;
}
.popup.ok-send.animated-modal .fancybox-close-small:hover:after, .popup.invalid.animated-modal .fancybox-close-small:hover:after {
    color: #020202;
    background: #fff;
}
.ok-send.animated-modal *, .invalid.animated-modal * {
    color: #fff;
}
.animated-modal h2, .animated-modal p {
    transform: translateY(-40px);
    opacity: 0;
    transition-property: transform, opacity;
    transition-duration: .3s;
}
/* Final state */
.fancybox-slide--current .animated-modal, .fancybox-slide--current .animated-modal h2, .fancybox-slide--current .animated-modal p {
    transform: translateY(0);
    opacity: 1;
    transition-duration: .3s;
}
/* Reveal content with different delays */
.fancybox-slide--current .animated-modal h2 {
    transition-delay: .1s;
}
.fancybox-slide--current .animated-modal p {
    transition-delay: .4s;
}
.fancybox-slide--current .animated-modal p:first-of-type {
    transition-delay: .2s;
}


.home_uslugi-dop p {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 20px;
}

.home_uslugi-dop p span{

    font-weight: 600;
 
}

.services-new ol li {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 20px;
}


.gruz--item--page ul li {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 20px;
}



.home_uslugi-dop h5 {
    font-family: 'MONTSERRAT';
    FONT-SIZE: 42px;
    margin-bottom: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 20px;
}

.desc_form {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: rgba(35, 31, 32, 0.6);
    font-family: 'Montserrat';
}

.after_form {
    font-family: 'MONTSERRAT';
    COLOR: #333;
    FONT-SIZE: 14PX;
    font-weight: 500;
}

.after_form a {
    text-decoration: underline;
    color: #333;
}

.request_section {
    background-position: center;
    background-size: cover;
    margin-top: 50px;
}


.request_block {
    position: relative;
    padding-top: 100px;
    padding-bottom: 110px;
    background-color: #0057FF;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}



.request_block::before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100vw;
    background: #0057FF;
    right: 0;
    top: 0;
}

.request_block h2 {
    color: #fff;
    position: relative;
    z-index: 100;
    font-family: 'MONTSERRAT';
    font-weight: 500;
    font-size: 40px;
}

.request_block * {
    position: relative;
    z-index: 100;
}

.after_h2 {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 40px;
    margin-top: 30px;
    font-family: 'MONTSERRAT';
}

.request_block .button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: none;
    padding: 0;
    border: none;
    padding: 10px 20px;
    border: 1px solid #fff;
    border-radius: 10px;
    height: 53px;
    gap: 12px;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.2;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #FFFFFF;
    font-family: 'Montserrat';
}


.megaforma .wpcf7 input[type=text] {
    display: block;
    height: 65px;
    margin-bottom: 30px;
    width: 100%;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    background: #fff;
    padding: 0 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: black;
    font-family: 'Montserrat';
} 




.megaforma .wpcf7 input[type=submit] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: none;
    padding: 0;
    border: none;
    padding: 10px 20px;
    border: 1px solid #2732ee;
    border-radius: 10px;
    height: 53px;
    gap: 12px;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.2;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #FFF;
    BACKGROUND: #2732ee;
    max-width: 300px;
}



.slider-bottom {
    padding-bottom: 50px;
}


.slider-bottom h2 {
    font-family: 'MONTSERRAT';
    FONT-SIZE: 42px;
    margin-bottom: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 20px;
}
    .service-title h1 {
    font-family: 'Montserrat';
    FONT-SIZE: 40px;
    margin-bottom: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 20px;
}

.uslugi_forma {
    margin-top: 30px;
    margin-bottom: 30px;
}



.uslugi_forma h5 {
    font-family: 'Montserrat';
    FONT-SIZE: 40px;
    margin-bottom: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 20px;
}


 .wpcf7 {
    max-width: 100%;
}


.wpcf7-form-control-wrap .dopy {
    height: 146px;
}


.service--item--page h5 {
    font-family: 'Montserrat';
    FONT-SIZE: 40px;
    margin-bottom: 20px;
    font-weight: 600;
    font-weight: bold;
    margin-top: 20px;
    text-transform: uppercase;
}


.service--item--page ul{
    font-family: 'Montserrat';
    font-size: 18px;
    line-height: 22px;
}

.service--item--page ul li{
    padding-bottom:20px;
}

.service--item--page li::marker {
    color: #2732ee;
    font-size: 18px;
}

.cifry .home_kontakty {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #fff;
}


.text-uslugi p {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 20px;
}

.text-vuslugi {
    margin-bottom: 50px;
}

.text-vuslugi p {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 20px;
}


.news-item-date {
    font-family: 'MONTSERRAT';
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
}

.go--to-all {text-align: right;}

.go--to-all a {
    color: #fff;
    text-decoration: underline;
    font-family: 'Montserrat';
    font-weight: 500;
}

.entry-meta {
    font-family: 'Montserrat';
}

.img-category-blue {
    border-radius: 10px;
    border: 2px solid #2732ee;
    background: #fff;
    padding-left: 20px;
    position: relative;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    height: 365px;
    align-items: baseline;
    justify-content: end;
}

.img-category-blue ul li::marker {
    color: #2732ee;
    font-size: 18px;
}

.img-category-blue ul li {
    padding-bottom:20px;
}

.preza a svg {
    width: 20px;
    margin-left: 10px;
}

.preza {
    margin-top: 40px;
    position: relative;
    z-index: 2;
    /* text-align: center; */
    /* margin-left: auto; */
    /* margin-right: auto; */
    /* display: block; */
}

.preza a {
    display: flex;
    background: #2732ee;
    color: #fff;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 50px;
    /* border-radius: 10px; */
    /* margin-left: auto; */
    /* margin-right: auto; */
    border-radius: 10px;
    font-family: 'MONTSERRAT';
    FONT-WEIGHT: NORMAL;
    font-size: 18px;
    font-weight: 500;
    padding-left: 10px;
    padding-right: 10px;
}


.preza a:hover {
    background:#0057FF;
}

.img-category-blue a {
       font-family: 'MONTSERRAT';
       color: #000;
       font-size: 21px;
       font-weight: 500;
       /* position: absolute; */
       /* left: 20px; */
       margin-bottom: 10px;
       text-decoration: underline;
}

.img-category-blue .target-aa a {
}

.img-category-blue img {
    height: 50px;
    border-radius: 5px;
    margin-top: 40px;
    margin-bottom: 10px;
}


body.open:after {
  background: white;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: auto;
  padding: 0;
  position: absolute;
  top: 0;
  transition: all 0.4s ease;
  width: 100%;
  z-index: 8888;
}


body.open {
  overflow: hidden;
}
body.open:after {
  opacity: 1;
  visibility: visible;
    display:block;
}

.b-nav {
  position: absolute;
  z-index: 9999;
  top: 0;
}
.b-nav:not(.open) {
  display: none;
}
.b-nav li {
  color: #444444;
  list-style-type: none;
  padding: 10px;
  text-align: left;
  MARGIN-BOTTOM: 10PX;
}
.b-nav li:not(.open) {
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: slideOutLeft;
          animation-name: slideOutLeft;
}
.b-nav li:first-child {
  padding-top: 0px;
}
.b-nav.open {display: block;}
.b-nav.open li {
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
}

.b-link {
  background: transparent;
  border-left: rgba(68, 68, 68, 0) solid 2px;
  color: #444444;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 300;
  margin-left: 30px;
  text-decoration: none;
  transition: all 0.4s ease;
  font-weight: 600;
}
.b-link:hover, .b-link--active {
  border-left: #444444 solid 2px;
  padding-left: 30px;
}

.b-menu {
  background: #2732ee;
  border: white solid 2px;
  border-radius: 10px;
  cursor: pointer;
  display: inline-block;
  height: 50px;
  padding-left: 13.5px;
  padding-top: 11px;
  position: relative;
  transition: all 0.4s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 55px;
  z-index: 12;
  /* display: flex; */
  /* align-items: center; */
}
.b-menu:hover {
  border: #444444 solid 2px;
}

.b-bun {
  background: #fff;
  position: relative;
  transition: all 0.4s ease;
}
.b-bun--top {
  height: 3px;
  top: 0;
  width: 25px;
}
.b-bun--mid {
  height: 3px;
  top: 8px;
  width: 25px;
}
.b-bun--bottom {
  height: 3px;
  top: 16px;
  width: 25px;
}

.b-brand {
  color: white;
  font-family: Helvetica-Neue, Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 300;
  margin-left: 30px;
  position: relative;
  text-decoration: none;
  top: -21.4285714286px;
  transition: all 0.4s ease;
  z-index: 13;
}

.b-container {
  height: 60px;
  right: 15px;
  position: absolute;
  top: -10px;
  z-index: 9999;
}

.b-container {}
.b-container:hover:not(.open) .bun-top,
.b-container:hover:not(.open) .bun-mid,
.b-container:hover:not(.open) .bun-bottom {
  background: white;
}
.b-container.open .b-main {
  border: #444444 solid 2px;
}
.b-container.open .b-bun--top {
  background: #fff;
  top: 9px;
  transform: rotate(45deg);
}
.b-container.open .b-bun--mid {
  opacity: 0;
}
.b-container.open .b-bun--bottom {
  background: #fff;
  top: 5px;
  transform: rotate(-45deg);
}
.b-container.open .b-brand {
  color: #444444;
}

.b-nav {
    DISPLAY: block;
}

.img-category-blue .text-gray {
    padding-right: 20px;
    height: auto;
    margin-bottom: 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}

.nefirst {
    background: url(/img/fon--5.jpg);
    height: auto;
    display: flex;
    position: relative;
    align-items: center;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: left;
    padding-top: 60px;
    padding-bottom: 60px;
    MARGIN-TOP: 0;
    margin-bottom: 50px;
}

.shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url(https://vfd-doors.com/images/cell.png) rgb(0 0 0 / 41%);
    top: 0;
    z-index: 1;
    left: 0;
    background-position: bottom;
}


.download {
    background: url(/img/fon--1.jpg);
    height: auto;
    display: flex;
    position: relative;
    align-items: end;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: left;
    height: 346px;
    padding-bottom: 23px;
}


.nagruz {
    background: url(/img/fon--2.jpg);
    height: auto;
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: baseline;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: left;
    height: 346px;
    padding-bottom: 23px;
    padding-left: 55px;
    padding-right: 55px;
    justify-content: end;
}

.nefirst h1{
    color: #fff;
    font-weight: 500;
    font-size: 40px;
    position: relative;
    z-index: 2;
    font-family: 'MONTSERRAT';
    text-transform: uppercase;
}

.nefirst h2{
    color: #fff;
    position: relative;
    z-index: 2;
    FONT-FAMILY: 'Montserrat';
    font-size: 24px;
}

.download h1{
    color: #fff;
    font-weight: 500;
    font-size: 25px;
    position: relative;
    z-index: 2;
    font-family: 'MONTSERRAT';
}

.download h2{
    color: #fff;
    position: relative;
    z-index: 2;
    FONT-FAMILY: 'Montserrat';
    font-size: 24px;
}

.home_kontakty .nagruz h4{
       color: #fff;
       font-weight: 500;
       font-size: 25px;
       position: relative;
       z-index: 2;
       font-family: 'MONTSERRAT';
       text-transform: none;
       MARGIN-BOTTOM: 0;
}

.nagruz h5{
    color: #fff;
    position: relative;
    z-index: 2;
    FONT-FAMILY: 'Montserrat';
    font-size: 24px;
}
.getprice a svg {
    width: 20px;
    margin-left: 10px;
}

.getprice {
    margin-top: 40px;
    position: relative;
    z-index: 2;
    /* text-align: center; */
    /* margin-left: auto; */
    /* margin-right: auto; */
    /* display: block; */
}

.getprice a:hover {
    background: #3071e5;
 }

.getprice a {
    display: flex;
    background: #2732ee;
    color: #fff;
    width: 400px;
    align-items: center;
    justify-content: center;
    height: 60px;
    /* border-radius: 10px; */
    /* margin-left: auto; */
    /* margin-right: auto; */
    border-radius: 10px;
    font-family: 'MONTSERRAT';
    FONT-WEIGHT: NORMAL;
    font-size: 20px;
    font-weight: 500;
}

.contacts-img-banner {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}

.contacts-img-banner h5 {
    position: absolute;
    z-index: 99;
    bottom: 0;
    background: #2732ee;
    padding: 10px 10px;
}

.contacts-img-banner h5 a {
    color: #fff;
}

.contacts-img-banner img {}

.news-item .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 940px;
}

.news-item p {
    font-family: 'MONTSERRAT';
    FONT-SIZE: 18PX;
    LINE-HEIGHT: 27PX;
    FONT-WEIGHT: 500;
    margin-top: 20px;
}



.breadcrumbs-one a {
    color: #94a1af;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 800;
}

.news-item h1 {
    font-family: 'Montserrat';
    FONT-SIZE: 40px;
    margin-bottom: 20px;
    font-weight: 600;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
}

.novosti h5 {
    font-family: 'Montserrat';
    FONT-SIZE: 40px;
    margin-bottom: 20px;
    font-weight: 600;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
}





.news-item-category h1 {
    font-family: 'Montserrat';
    FONT-SIZE: 28px;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: none;
    margin-top: 20px;
}

.service--item--page p {font-family: 'MONTSERRAT';FONT-SIZE: 18PX;LINE-HEIGHT: 30PX;FONT-WEIGHT: 400;margin-top: 20px;}

.breadcrumbs a {color: #94a1af;padding-left: 5px;padding-right: 5px;}

.breadcrumbs {color: #94a1af;font-family: 'Montserrat';margin-top: 20px;font-size: 14px;}

.breadcrumbs a:first-child {
    padding-left: 0;
}

.breadcrumbs-one {color: #94a1af;font-family: 'Montserrat';margin-top: 20px;font-size: 14px;}


  .figure-img, .wp-block-image>figure img, figure.wp-block-image img {
  
    border-radius: 10px;
}  

footer .nav-new .nav-item a {
    color: #1E1E21;
}


.news-item-z {
    margin-bottom: 20px;
    min-height: 48px;
}

.news-item-z a {
    font-family: 'MONTSERRAT';
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    margin-top: 5px;
    color: #000;
}

#archive-wrapper .search .news-item-z a {
    font-family: 'MONTSERRAT';
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    margin-top: 5px;
    color: #000;
}


#archive-wrapper .news-item-z a {
    font-family: 'MONTSERRAT';
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    margin-top: 5px;
    color: #000;
}

.news-item-z a:hover {
   color: #2732ee;
}    

.news-item-z a span {font-weight:700;}


.back a {
    color: #d4d6dd;
    text-decoration: none;
    background-color: transparent;
    font-family: 'MONTSERRAT';
    font-weight: 600;
}


.back {margin-bottom: 20px;}


.home_dopy {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #f4f4f4;
    background-color: #2732ee;
    background-repeat: no-repeat;
    background-size: inherit;
    background-attachment: scroll;
    background-position: 100% 50%;
    box-shadow: 0 0 0 0 #ffffff;
    border-radius: 10px;
}

.home_dopy p {
    color: #ffff;
    padding-left: 45px;
    padding-right: 45px;
    font-family: 'Montserrat';
    font-size: 26px;
    font-weight: 500;
}

.home_dopy p a {
    color: #fff;
    text-transform: uppercase;
}
    
.page-template-fullwidthpage h1{
    font-size: 2.5rem;
    font-family: 'MONTSERRAT';
    FONT-WEIGHT: 600;
    MARGIN-BOTTOM: 40PX;
}    
    
  
  
 .page-template-fullwidthpage p{font-family: 'Montserrat';font-weight: 500;font-size: 18px;line-height: 32px;}    
       
    
.page-template-fullwidthpage  header    {
    position: relative;
} 

.page-template-fullwidthpage  header  .nav-new .nav-item a {
    color: #333;
    padding: 0;
    font-family: 'MONTSERRAT';
    font-weight: 500;
}

.page-template-fullwidthpage  header  .phone-h a {
    color: #333;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 26px;
}
    
.home_slider {
    background: url(/img/back-0.jpg);
    /* display: flex; */
    /* align-items: center; */
    color: #fff;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding-top: 150px;
    padding-bottom: 150px;
}


.home_slider:before {
    content: "";
    background: -webkit-gradient(linear,left top,left bottom,from(#282a2d),to(rgba(40,42,45,.18)));
    background: linear-gradient(180deg,#282a2d 0,rgba(40,42,45,.18) 100%);
    position: absolute;
    inset: 0;
}

.home_slider h1 {
    font-size: 80px;
    font-family: Montserrat;
    position: relative;
    margin-bottom: 20px;
    font-weight: 500;
}

.home_slider h2 span {font-weight: 600;}

.home_slider h2 {
    margin-bottom: 40px;
    font-size: 56px;
    font-family: 'MONTSERRAT';
    font-weight: 500;
}

.home_vidy .swipe-button-next, .home_vidy .swipe-button-prev {
    position: absolute;
    top: 20px;
    background: #f3f5f7;
    width: 50px;
    height: 50px;
    border-radius: 10px;
}


.home_vidy .swipe-button-next:after, .home_vidy .swipe-button-prev:after {
    font-size: 30px;
}

.home_vidy .swipe-button-next {
    color: #000;
    right: 0;
    background: #f3f5f7;
    width: 50px;
    height: 50px;
    border-radius: 10px;
}

.home_vidy .swipe-button-prev {
    color: #323232;
    right: 80px;
    left:auto;
}


.home_vidy .swipe-button-next:after {font-size: 30px;content: 'next';font-family: swiper-icons;text-transform: none!important;letter-spacing: 0;font-variant: initial;line-height: 1;width: 50px;height: 50px;display: flex;align-items: center;justify-content: center;}

.home_vidy .swipe-button-prev:after {font-size: 30px;content: 'prev';font-family: swiper-icons;text-transform: none!important;letter-spacing: 0;font-variant: initial;line-height: 1;width: 50px;height: 50px;display: flex;align-items: center;justify-content: center;}

.home_uslugi .swiper-button-next, .home_uslugi .swiper-button-prev {
    position: absolute;
    top: 20px;
    background: #f3f5f7;
    width: 50px;
    height: 50px;
    border-radius: 10px;
}



.home_uslugi .swiper-button-next:after, .home_uslugi .swiper-button-prev:after {
    font-size: 30px;
}

.home_uslugi .swiper-button-next {
    color: #000;
    right: 0;
    background: #f3f5f7;
    width: 50px;
    height: 50px;
    border-radius: 10px;
}

.home_uslugi .swiper-button-prev {
    color: #323232;
    right: 80px;
    left:auto;
}

.home_slider h1 {
    font-size: 80px;
    font-family: Montserrat;
    position: relative;
    margin-bottom: 20px;
    font-weight: 700;
}

.home_slider h2 {
    margin-bottom: 20px;
    font-size: 60px;
    font-family: 'MONTSERRAT';
    font-weight: 300;
}

.img-category:before {
    content: "";
    position: absolute;
    border-radius: var(--br-main);
    inset: 0;
    z-index: -3;
    background: #fff;
    border-radius: 10px;
}


.mySwiperdop .swiper-slide {
    background-size: cover;
    border-radius: 10px;
}


.flex-meta-category {
    /* position: absolute; */
    /* left: 20px; */
    /* top: 20px; */
    /* display: flex; */
    /* flex-direction: column; */
    /* align-items: baseline; */
    /* justify-content: space-between; */
}

.img-category img {
    height: 50px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.img-category h4 {
    font-family: 'MONTSERRAT';
    color: #000;
    font-size: 24px;
    width: 70%;
    font-weight: 500;
    /* position: absolute; */
    /* left: 20px; */
    margin-bottom: 10px;
}

.img-category a {
    font-family: 'MONTSERRAT';
    color: #212529;
    font-size: 24px;
    LINE-HEIGHT: 26PX;
    font-weight: 500;
    /* position: absolute; */
    /* left: 20px; */
    margin-bottom: 20px;
    padding-right: 15px;
    text-decoration: none;
}

.img-category {
    border-radius: 0;
    border: 1px solid #f1f1f1;
    padding-left: 20px;
    position: relative;
    margin-bottom: 40px;
    padding-right: 20px;
}

.target-aa {
    padding-bottom: 25px;
    padding-top: 20px;
}

.target-aa a:hover {text-decoration:none;}

.target-aa a {
    font-weight: 500;
    color: #000;
    font-family: 'MONTSERRAT';
    FONT-SIZE: 16PX;
    border-bottom: 1px solid #000;
    height: 60px;
    border-radius: 0;
    /* align-items: center; */
    /* justify-content: space-around; */
    box-shadow: none;
    /* border: none; */
    text-decoration: none;
}

.button_1 {}

.button_1 button {
    display: flex;
    background: #2732ee;
    color: #fff;
    width: 350px;
    align-items: center;
    justify-content: center;
    height: 60px;
    /* border-radius: 10px; */
    /* margin-left: auto; */
    /* margin-right: auto; */
    border-radius: 10px;
    font-family: 'MONTSERRAT';
    FONT-WEIGHT: 500;
    font-size: 20px;
    border-radius: 10px;
    box-shadow: none;
    border: none;
    text-shadow: none;
}

.button_1 button:hover {

background:#0057FF;

    }

.home_about {
    font-family: 'GILROY MEDIUM';
    padding-top: 50px;
    padding-bottom: 50px;
}

.home-uslugi {background: #f4f4f4; }

.home_about h3 {
    font-family: 'MONTSERRAT';
    FONT-SIZE: 24PX;
    LINE-HEIGHT: 40PX;
}

.home_uslugi .download h3 {
    color:#fff;
    font-size:24px;
    position: relative;
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    position: relative;
    z-index: 2;
    font-family: 'MONTSERRAT';
    text-transform: none;
}


.home_uslugi .nagruz h3 {
    color:#fff;
    font-size:24px;
    position: relative;
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    position: relative;
    z-index: 2;
    font-family: 'MONTSERRAT';
    text-transform: none;
}

.home_uslugi {
    padding-bottom: 0;
    padding-top: 0;
    margin-left: 0;
    margin-right: 0;
    border-radius: 5px;
    background-size: 100%;
    background-position: bottom;
    background: #fff;
}


.home_uslugi h3 {
    font-family: 'MONTSERRAT';
    FONT-SIZE: 42px;
    margin-bottom: 20px;
    font-weight: BOLD;
    text-transform: uppercase;

}

.home_uslugi h1 {
    font-family: 'MONTSERRAT';
    FONT-SIZE: 42px;
    margin-bottom: 20px;
    font-weight: BOLD;
    text-transform: uppercase;
        margin-top:20px;
}


.home_uslugi h3 span {
    color: #2967ec;
}

.home_news {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #f4f4f4;
    background-color: #0057FF;
    background-image: url(https://fortistrade.ru/images/for-site/bg-home-advans.png);
    background-repeat: no-repeat;
    background-size: inherit;
    background-attachment: scroll;
    background-position: 100% 50%;
}

.karta {
    margin-left: 60px;
    margin-right: 60px;
    border-radius: 10px;
    margin-bottom: 50px;
}


.home_kontakty {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #fff;
}

.home_vidy {
    padding-top: 50px;
    padding-bottom: 50px;
}

.home_vidy h4 {
    font-family: 'Montserrat';
    FONT-SIZE: 40px;
    margin-bottom: 20px;
    font-weight: 600;
    font-weight: 500;
    text-transform: uppercase;
}

.home_vidy h4 span {
    COLOR: #2732ee;
}


.home_uslugi h4 span {
    COLOR: #3E3FAB;
}
.home_kontakty h4 {
    font-family: 'Montserrat';
    FONT-SIZE: 40px;
    margin-bottom: 50px;
    font-weight: 500;
    text-transform: uppercase;
}

.home_news h4 {
    font-family: 'Montserrat';
    FONT-SIZE: 40px;
    margin-bottom: 40px;
    font-weight: 500;
    color: #Fff;
}

.home_news h4 span {
    COLOR: #005bff;
}


.img-class img {
    border-radius: 5px;
    HEIGHT: 60px;
}

.home_vidy h5 {
    font-family: Montserrat;
    MARGIN-BOTTOM: 20PX;
    MARGIN-TOP: 20PX;
}

.home_vidy a {
    font-family: Montserrat;
    MARGIN-BOTTOM: 20PX;
    MARGIN-TOP: 20PX;
    color: #1E1E21;
    font-weight: 500;
    font-size: 20px;
    text-decoration: underline;
    color: #0057ff;
}

.img-class {
    margin-bottom:30px;
}

.text-gray {
    color: rgb(144 149 158);
    font-family: 'Montserrat';
    width: 100%;
    padding-top: 0px;
    height: 120px;
    font-size: 16px;
    margin-top: 20px;
}

.text-gray-- {
    color: rgb(144 149 158);
    font-family: 'Montserrat';
    width: 100%;
    padding-top: 0px;
    font-size: 16px;
}

header {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #efefef;
}

.desc-u {
    margin-bottom: 40px;
    font-family: 'Montserrat';
    font-size: 20px;
    color: #1E1E21;
    font-weight: 500;
}

.home_uslugi .swiper {
    /* overflow: visible; */
}

.home_vidy {}

.home_vidy .swiper {
}

.adres {
    font-size: 20px;
    font-family: 'Montserrat';
    color: #323232;
    margin-bottom: 25px;
    margin-top: 25px;
    font-weight: 500;
}

.adres span {font-weight:bold;}

.page-footer-contact a {
    font-size: 32px;
    color: #333;
    font-family: 'MONTSERRAT';
    font-weight: 600;
}


footer {
    background: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 2px solid #2732ee;
}

.news-heading {
    font-family: 'MONTSERRAT';
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    margin-top: 5px;
    color: #fff;
    text-transform: uppercase;
}

.news-heading a {
    font-family: 'MONTSERRAT';
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    margin-top: 5px;
    color: #fff;
  
}


.news-date {
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 500;
    line-height: 24px;
    margin-top: 10px;
    color: #fff;
    /* background: #fff; */
    /* display: flex; */
    /* width: 100px; */
    /* align-items: center; */
    /* justify-content: center; */
    /* border-radius: 10px; */
}




.home_about h2 {
    font-size: 40px;
    font-family: Montserrat;
    margin-bottom: 0;
    font-weight: 500;
    color: #1E1E21;
}

.home_about h2 span {color: #2732ee;}

.home_about p {
    font-family: 'MONTSERRAT';
    FONT-SIZE: 22PX;
    LINE-HEIGHT: 40PX;
    FONT-WEIGHT: 500;
    color: #1E1E21;
}

.phonka  {display: flex;justify-content: flex-end;}

.phonka a {
    color: #1E1E21;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 32px;
}


footer h5 {
    color: #1E1E21;
    font-family: 'Montserrat';
    font-size: 22px;
}


.nav-new {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    justify-content: space-around;
    margin-top: 16px;
}


.nav-new  .nav-item a {
    color: #1E1E21;
    padding: 0;
    font-family: 'MONTSERRAT';
    font-weight: 600;
    font-size: 18px;
}

.nav-new  .nav-item a:hover {
    color: #2732ee;
}

.phone-h {
    display: flex;
    justify-content: end;
    margin-top: 5px;
}

.phone-h a {
    color: #1E1E21;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 26px;
}

.phone-h a:hover {
    color: #2732ee;
    text-decoration:none;
  
}

footer .nav-new {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    justify-content: space-between;
    margin-top: 25px;
}

.target-aaa a {
    color: #1E1E21;
    font-family: 'MONTSERRAT';
    FONT-SIZE: 20PX;
    WIDTH: 380px;
    DISPLAY: FLEX;
    border: 2px solid #2732ee;
    height: 60px;
    border-radius: 10px;
    align-items: center;
    justify-content: space-around;
}


.target-aaa {
    display: flex;
    justify-content: end;
}


.home_vidy .swiper-slide {

    background-size: cover;
    background-position: bottom;
}




.abo a {
    color: #2967ec;
    font-family: 'MONTSERRAT';
    FONT-SIZE: 20PX;
    WIDTH: 350px;
    DISPLAY: FLEX;
    border: 2px solid #2967ec;
    height: 60px;
    border-radius: 50px;
    align-items: center;
    justify-content: space-around;
    font-weight: 500;
}


.abo {}






@media screen and (max-width: 767px) {
    .mobila {
    }
.news-item {
    margin-bottom: 20px;
}	
  .news-item a {
    font-size: 16px;
    line-height: 18px;
}

    
    .karta {
    margin-left: 0;
    margin-right: 0;
    }

.img-category-blue {
    border-radius: 10px;
    border: 2px solid #2732ee;
    background: #fff;
    padding-left: 20px;
    position: relative;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    height: auto;
    padding-top: 30px;
    align-items: baseline;
    justify-content: end;
}	
    
    

.b-nav .phone-h {
    margin-top: 5px;
    margin-left: 40px;
    display: block;
    margin-bottom: 20px;
}


.b-nav .logo-moby {
    padding-top: 60px;
    margin-left: 40px;
}


.b-nav .logo-moby img {
    max-height: 60px;
    margin-bottom: 20px;
}

.b-nav .preza a {
    display: flex;
    background: #fff;
    border: 1px solid #2732ee;
    color: #2732ee;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 50px;
    /* border-radius: 10px; */
    /* margin-left: auto; */
    /* margin-right: auto; */
    border-radius: 10px;
    font-family: 'MONTSERRAT';
    FONT-WEIGHT: NORMAL;
    font-size: 18px;
    font-weight: 500;
}

.b-nav .preza {
    margin-top: 20px;
    margin-left: 40px;
    position: relative;
    z-index: 2;
    /* text-align: center; */
    /* margin-left: auto; */
    /* margin-right: auto; */
    /* display: block; */
}

.b-nav .button_1 a {
    display: flex;
    background: #2732ee;
    color: #fff;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 50px;
    /* border-radius: 10px; */
    /* margin-left: auto; */
    /* margin-right: auto; */
    border-radius: 10px;
    font-family: 'MONTSERRAT';
    FONT-WEIGHT: 500;
    font-size: 18px;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 37px;
}


.service-title h1 {
    font-family: 'Montserrat';
    FONT-SIZE: 26px;
    margin-bottom: 10px;
    font-weight: 600;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
}


.service--item--page p {
    font-family: 'MONTSERRAT';
    FONT-SIZE: 16PX;
    LINE-HEIGHT: 22PX;
    FONT-WEIGHT: 500;
}





.download {height: 200px;margin-top: 20px;margin-bottom: 20px;}

.nagruz{

    height: 200px;
   
}


.phone-h a {
    color: #000;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 25px;
    display: block;
}	
    
    .img-category h4 {
  
    font-size: 26px;

}
    
    .home_about {
    padding-top: 40px;
    padding-bottom: 0px;
}
    
    
    .home_kontakty {
    padding-top: 40px;
    padding-bottom: 40px;
}
    
    .home_news h4 {
    font-family: 'Montserrat';
    FONT-SIZE: 28px;
    margin-bottom: 40px;
    font-weight: bold;
    color: #Fff;
}
    
    .img-category {
    height: 340px;
    border-radius: 10px;
}
    
    
    .home_kontakty h4 {
    font-family: 'Montserrat';
    FONT-SIZE: 28px;
    margin-bottom: 20px;
    font-weight: bold;
}
    
    footer h5 {
    color: #fff;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 500;
}

.home_news {
    padding-bottom: 40px;
    padding-top: 40px;
    margin-left: 0;
    margin-right: 0;} 
    
    .home_vidy{
    padding-bottom: 40px;
    padding-top: 40px;
    margin-left: 0;
    margin-right: 0;}
    
    .home_uslugi {
    padding-bottom: 40px;
    padding-top: 40px;
    margin-left: 0;
        margin-right: 0;
    }
    
.home_slider {
    height: 400px;
    display: flex;
    align-items: center;
}	
    
header	{
   
}

    .desc-u {
    margin-bottom: 40px;
    font-family: 'Montserrat';
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
}
    
.abo a {

    WIDTH: 100%;	
}
    
    .abo {
    margin-bottom: 20px;
}
    
    
.home_slider h1 {
    font-size: 32px;

}


    
    .page-footer-contact a {
    font-size: 28px;
    color: #333;
    font-family: 'MONTSERRAT';
    font-weight: 600;
}
    
.home_slider h2 {
    font-size: 24px;
    }
    
    .home_about h2 {
    font-size: 28px;
    font-family: Montserrat;
    margin-bottom: 20px;
    font-weight: 600;
}


.text-gray {
    color: rgb(144 149 158);
    font-family: 'Montserrat';
    width: 100%;
    padding-top: 0px;
    height: auto;
    font-size: 16px;
    margin-top: 20px;
}
    
    
.news-item h1 {
    font-family: 'Montserrat';
    FONT-SIZE: 26px;
    margin-bottom: 20px;
    font-weight: 600;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
}	

.novosti h5 {
    font-family: 'Montserrat';
    FONT-SIZE: 26px;
    margin-bottom: 20px;
    font-weight: 600;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
}	



footer .phonka {
    display: flex;
    justify-content: flex-start;
}
    
    .home_slider h2 {
    font-size: 32px;
 }
 
 
 .home_uslugi-dop h5 {
    font-family: 'MONTSERRAT';
    FONT-SIZE: 24px;
    margin-bottom: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 20px;
}


.content-wrapper .container-fluid {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}


    
    .home_vidy h4 {
    font-family: 'Montserrat';
    FONT-SIZE: 28px;
    margin-bottom: 20px;
    font-weight: 600;
    font-weight: bold;
    text-transform: uppercase;
}
    
    .home_uslugi h3 {
    font-family: 'MONTSERRAT';
    FONT-SIZE: 28px;
    margin-bottom: 20px;
    font-weight: BOLD;
    text-transform: uppercase;
}
    
    .home_about p {
    font-family: 'MONTSERRAT';
    FONT-SIZE: 18PX;
    LINE-HEIGHT: 26PX;
    FONT-WEIGHT: 500;
}
    
}

.mm__body {
    padding-left: 27px;
    padding-right: 24px;
}

.mm__body ul li a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    color: #2732ee;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0;
}

.mm__body ul li {
    padding-top: 21px;
    padding-bottom: 21px;
    border-bottom: 1px solid #A0BEDA;
    background: url(/img/menu-arrow.svg);
    background-repeat: no-repeat;
    background-position: center right;
}


.mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
}

@media (min-width: 768px) {
    .mobile-menu {
        padding-top: 0;
    }
}

.mobile-menu .mm__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(20, 20, 20, 0.8);
    z-index: 100;
}

.mobile-menu .mm__wrapper {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: all .4s ease-in-out;
    overflow-y: auto;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 200;
    touch-action: auto;
    -ms-touch-action: auto;
    background: #EFF1F3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 200px;
}

@media (min-width: 768px) {
    .mobile-menu .mm__wrapper {
        width: 35%;
    }
}

@media (min-width: 1200px) {
    .mobile-menu .mm__wrapper {
        width: 25%;
    }
}

.mobile-menu .h__logo {
    margin-top: 20px;
    display: flex;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #0F2F58;
    font-size: 16px;
    line-height: 29px;
    color: #0F2F58;
    display: flex;
    align-items: center;
    margin-left: 27px;
}

.mobile-menu .h__logo img {
    max-height: 36px;
    margin-right: 9px;
    margin-top: -1px;
}

.mm__footer h5 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 28px;
    color: #2732ee;
}

.mm__footer {
    display: flex;
    justify-content: space-between;
    padding-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
    align-items: center;
    margin-bottom: 23px;
}

.mm__footer a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 28px;
    color: #0F2F58;
}


.mm__footer .apsy {display:flex;align-items: center;}

.mm__footer .svga {
    border: 0.8px solid #A0BEDA;
    border-radius: 4px;
    padding: 5px;
    width: 19px;
    height: 19px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 7px;
}

.mm__header .close-btn {
    position: absolute;
    top: 5px;
    right: 25px;
    margin-right: 15px;
    margin-top: 15px;
}

.close-btn {
    width: 20px;
    height: 20px;
    -ms-transform: rotate(45deg);
}

.close-btn--red:before, .close-btn--red:after {
    background: #000000;
}


.hamburger {
    border: none;
    background: transparent;
    display: block;
}

.btn_left_menu {
    text-align: center;
}


.btn_left_menu img {
    max-height: 25px;
    max-width: 100%;
    opacity: 0.8;
}

.btn_left_menu img:hover {
    max-height: 25px;
    max-width: 100%;
    opacity: 1;
}


@media screen and (min-width: 1440px) and (max-width: 1560px) {
.sidenav {
        position: absolute;
        top: 0;
        left: 0;
        width: 8%;
        height: calc(100vh);
        margin-top: 0;
        background: #2d2d2d;
        box-sizing: border-box;
        border-top: 1px solid rgba(0, 0, 0, 0.3);
        padding-top: 70px;
    }
    
    
}


@media screen and (min-width: 1280px) and (max-width: 1356px) {
.home_slider h2 {
    margin-bottom: 20px;
    font-size: 44px;
    font-family: 'MONTSERRAT';
    font-weight: 300;
}
    
.home_slider {

    padding-top: 100px;
    padding-bottom: 100px;
}	
    
}


@media screen and (min-width: 1024px) and (max-width: 1279px) {
   .phone-h a {
    color: #1E1E21;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 16px;
}
    
.home_slider {

    padding-top: 50px;
    padding-bottom: 50px;
}	
    
    .home_about h2 {
    font-size: 28px;
    font-family: Montserrat;
    margin-bottom: 0;
    font-weight: 500;
    color: #1E1E21;
}
    
    .home_about p {
    font-family: 'MONTSERRAT';
    FONT-SIZE: 18PX;
    LINE-HEIGHT: 26PX;
    FONT-WEIGHT: 500;
    color: #1E1E21;
}
    
    footer h5 {
    color: #1E1E21;
    font-family: 'Montserrat';
    font-size: 14px;
}
    
    .phonka a {
    color: #1E1E21;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 24px;
}
    
    .sidenav {
      
        padding-top: 60px;
    }
    
    .navbar-dark .navbar-nav .nav-link {
    font-family: 'Montserrat';
    font-size: 10px;
    text-align: center;
}
    
}


@media screen and (min-width: 769px) and (max-width: 1024px) {

    .home_about h2 {
    font-size: 24px;
    font-family: Montserrat;
    margin-bottom: 0;
    font-weight: 500;
    color: #1E1E21;
}
    
    .home_about p {
    font-family: 'MONTSERRAT';
    FONT-SIZE: 16PX;
    LINE-HEIGHT: 24PX;
    FONT-WEIGHT: 500;
    color: #1E1E21;
}
    
    .home_slider h2 {
    margin-bottom: 20px;
    font-size: 32px;
    font-family: 'MONTSERRAT';
    font-weight: 300;
}
    
.home_slider {

    padding-top: 50px;
    padding-bottom: 50px;
}	
    
.sidenav {
      
        padding-top: 55px;
    }

.navbar-dark .navbar-nav .nav-link {
    font-family: 'Montserrat';
    font-size: 10px;
    text-align: center;
}	
    
    
}




@media (min-width: 768px) {
    .home_slider h2 {
    margin-bottom: 20px;
    font-size: 60px;
    font-family: 'MONTSERRAT';
    font-weight: 300;
    max-width: 760px;
}






    }














