

/* Start:/local/templates/it-delta-2.0/styles.css?1769671057321*/
.cases_menu{
    width: 25%;
    float: left;
}

@media (max-width: 770px) {
    .cases_menu{
        width: 100%;
    }
}

/* Фикс выравнивания контактов в шапке в режиме правки Битрикса */
.header-top .text-default div[id^="bx_incl_area_"] {
	display: inline-block;
}
/* End */


/* Start:/local/templates/it-delta-2.0/template_styles.css?176967105716225*/
.i-text {
    font-size: 16px;
	line-height: 1.46666667;
	color: #333;
	font-weight: 300;
}

/* Header, mobile phone */
.header-mobile-phone {
    display: none;
}

#header-phone div {
    display: inline-block;
}
.my_btn_banner:hover{
   /* background-color: black !important;
    color: white !important;
    */
}
.my_btn_wrap{
    height: 100px;
    background-color: rgba(0,0,0,.5);
}
.my_btn_wrap1{
    margin-top: 25px;
}
@media(max-width: 991px) {
    .header-mobile-phone {
        display: inline-block;
    }

    #header-phone div {
        display: none;
    }

    #header-phone .pr-10 {
        padding-right: 0;
    }
}
.i-review img {
    border: 1px solid #666666;
}

.i-review .overlay-container{
    box-shadow: 3px 3px 10px rgba(0,0,0,0.5);
}
.i-article .overlay-container{
width:100%;
height:459px;
border: 1px solid #cccccc;
text-align: left;
}
.i-article .overlay-container:hover .over{
    height:100%;
    background-color:rgba(30,30,30,.5);
    opacity:1;
    filter:alpha(opacity=100);
    -webkit-backface-visibility:hidden;
    -webkit-transform:translateZ(0) scale(1,1)
}
.i-article .overlay-container .over{
    position:absolute;
    z-index:10;
    top:0;
    padding:15px;
    bottom:0;
    left:0;
    right:0;
    background-color:#ffffff;
    overflow:hidden;
    opacity:1;
    filter:alpha(opacity=0);
    -webkit-transition:all ease-in-out .25s;
    -o-transition:all ease-in-out .25s;
    transition:all ease-in-out .25s;
    color:#fff
}
.i-article .conteyner{
position:absolute;
left:15px;
bottom:0;
right:10px;
top:110px;
}

.i-article .overlay-container img {
    height: 100%;
    opacity: 0 ;
    margin: 0 auto;
}
.i-article .overlay-container:hover img{
    opacity: 1 ;
}
.i-article .conteyner{
    color: #000000;
}
.i-article .blogpost-content{
    color: #000000;
}
.i-article .overlay-container:hover .blogpost-content{
    color: #ffffff;
}
.i-article .overlay-container:hover a{
    color: #ffffff;
}
.i-article .overlay-container:hover .icon-link{
    color: #fff
}
.i-article .icon-link{
    color: #666666
}

.i-article img {
    max-width: 200%;
}
.system-nav-orange .nav-title {
    display: none;
}
.nav-pages__title {
    float: left;
    font-size: 15px;
    margin-top: 5px;
    margin-right: 8px;
}
.system-nav-orange .nav-current-page {
    background-color: #E9E9E9;
}
.system-nav-orange .nav-pages a, .system-nav-orange .nav-current-page {
    color: black;
    padding: 7px 13px;
    font-size: 13px;
    float: left;
    margin-left: 1px;
    transition: all 0.2s ease 0s;
}

.scrollToTop {
    margin-bottom: 35px;
}

@media screen and (max-width: 520px) {
    h3 strong{
        font-size: 18px;
    }
    .btn-animated.btn-lg i {
        line-height: 33px !important;
    }
    .tp-caption a {
        font-size: 10px;
        top: -7px;
    }
}

@media screen and (max-width: 520px) {
    .i-article .conteyner{
        top: auto;
        bottom: auto;
        left: auto;
    }
}

.main-menu-market {
    margin-left: -40px;
    margin-top: 15px;
}
.main-menu-market li {
    list-style-type: none;
    padding: 15px;
    margin-bottom: 15px;
}
.main-menu-market li hr {
        border-top: 1px solid #afa9a9 !important;
}
.main-menu-market li ul{
    margin-left: -50px;
}
.main-menu-market .kategor{
    background-color: #fafafa;
    border: 1px solid #f1f1f1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    background-color: #fff;
    background: whitesmoke;
 }
 .main-menu-market img {
    height: 24px;
    width: 24px;
    float: left;
    margin-right: 15px;
 }
 .main-menu-market li .name {
    font-weight: bold;
 }
 .main-menu-market .active_podkat {
    background: #c82727;
    border-radius: 3px;
 }
 .main-menu-market .active_podkat a {
    color: #ffffff
 }
 .main-menu-market .active_podkat a img {
    filter: brightness(100);
 }
.main-menu-market .kategor ul li {
	margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.bx-filter.bx-blue .bx-filter-section {
	background: #fff !important;
	border-radius: 3px;
}
.bx-filter-title {
	color: #c82727 !important;
    font-weight: bold;
    font-size: 15px !important;
}
.bx-filter-parameters-box-hint {
	color: #c82727 !important;
}
.bx-filter-parameters-box {
	background: #f5f5f5 !important;
    border-radius: 5px;
    margin-bottom: 15px;
}
.bx-filter-parameters-box-title {
	    padding-top: 15px;
}
.bx-filter-section {
	border-radius: 3px;
	border: 1px solid whitesmoke;
}
.bx-filter.bx-blue .btn-themes {
    background-color: #c82727 !important;
    border-color: #c82727 !important;
    color: #FFF;
}
.btn-link {
	color: #c82727 !important;
}
.bx-filter.bx-blue .bx-ui-slider-pricebar-v {
    background: #c82727!important;
}
.bx-filter.bx-blue .bx-ui-slider-pricebar-vn {
    background: #b7b7b7 !important;
}
.bx-filter .bx-ui-slider-part {
	background: #b7b7b7 !important;
}
.vacancies img {
	border-radius: 100px;
    border: 2px solid #ba372c;
    width: 150px;
    height: 150px;
}
.vacancies .name {
    font-size: 18px;
    font-weight: 500;
    }
.vacancies p {
	color: #333;
}
.text-left {
	text-align: left;
}
.worning {
	color: black;
    border: 2px solid #c93c31;
    padding: 15px;
}
.font-size-16 {
	 font-size: 16px;
}
.btn-market {
	margin-top: 0px !important;
    padding-bottom: 3px !important;
    padding-top: 3px !important;
}
.search-page  input {
	border: 1px solid #ccc;
	padding: 6px 12px;
	height: 34px;
	border-radius: 5px;
}
.search-page  input:nth-child(1) {
	width: 265px;
}
.images {
	    height: 146px;
}
@media (max-width: 1024px) {
	.search-page form {
	    text-align: left;
	    margin-top: 0px;
	}
}
@media (min-width: 1025px) {
	.search-page form {
		text-align: right;
	    margin-top: -60px;
	}
}
.flex-img {
	   // max-height: 556px;
}
.owl-carousel-marketpleace .owl-item .isotope-item .image-box .marketplace-image-wrap {
    height: 159px;
}
.owl-carousel-marketpleace .owl-item {
    margin-right: 5px;
    margin-bottom: 15px;
}
.font-size-15 {
    font-size: 15px;
}
.owl-carousel-marketpleace .owl-controls .owl-page span {
    background: #000;
}
.object-non-visible {
    opacity: 1 !important;
}
.img-conteiner-market {
	 max-height: 550px;
}
.justify {
    text-align: justify !important;
}
.button-red {
	background-color: #b42424 !important;
    border-color: #951d1d !important;
}

.slide-shadow-backgraund {
	       text-shadow: rgba(0, 0, 0, 0.69) 50px 10px 20px;
}

.marker-checkbox {
    background-image: url(/local/templates/it-delta-2.0/images/ok.png);
    background-repeat: no-repeat;
    width: 26px;
    margin-top: 7px;
    height: 20px;
    display: inline-block;
}
.marker-x {
    background-image: url(/local/templates/it-delta-2.0/images/close.png);
    background-repeat: no-repeat;
    width: 26px;
    margin-top: 10px;
    height: 20px;
    display: inline-block;
}
.table-ip51_std {
	border: #ccc 1px solid;
}
.table-ip51_std th {
	border-bottom: 1px solid #e0e0e0;
	text-align: center;
	background: #dfdfdf;
}
.table-ip51_std tr td {
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	color: #000;
}
.table-ip51_std tr:hover td {
    background: #FFE2B7;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFE2B7), to(#FFDCA8));
    background: -moz-linear-gradient(top, #FFE2B7, #FFDCA8);
}
.priceBitrix th{
    background: #b82d2a;
}
.priceBitrix th h4{
   color: white;
}
.pagenav_marketplace{
    clear: both;
}
.banner:before {
	display: block!important;
}

/* img magnific-popup start */
.image-link {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
        opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
        opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}
.mfp-no-margins img.mfp-img {
    padding: 0;
}
.mfp-no-margins .mfp-figure:after {
    top: 0;
    bottom: 0;
}
.mfp-no-margins .mfp-container {
    padding: 0;
}
/*img magnific-popup end */

.image-link img{
    display: unset;
}

.my-md-3 img {
    border: 2px double #f3f3f3;
}
@media (min-width: 992px){
.my-md-3 {
    width: 27%;
    float: left;
}
.my-offset {
    margin-left: 9.333333%;
}
}
.mar-bot{
        margin-bottom: 5%;
}
@media (max-width: 992px){
.certificat_c img{
     width: 70%;
    margin-right: 15%;
    margin-left: 15%;
}
}


.overlay_container_articles .text {
  padding: 0 20px;
  position: relative;
}

.overlay_container_articles .text h3,
.overlay_container_articles .text h3 .small {
  margin-top: 0;
  color: #ffffff;
}

.overlay_container_articles .text a:hover {
  color: #ffffff;
}

.overlay-bottom .btn,
.overlay-top .btn {
  color: #ffffff;
  border-color: #ffffff;
  margin: 0;
}

.overlay-bottom .btn:hover,
.overlay-top .btn:hover {
  color: #777777;
  background-color: #ffffff;
}

.overlay_container_articles:hover .overlay-top,
.overlay_container_articles:hover .overlay-bottom,
.image-box.style-2:hover .overlay-top,
.image-box.style-2:hover .overlay-bottom {
  height: 50%;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}

.overlay_container_articles:hover .overlay-to-top,
.image-box:hover .overlay-to-top {
  opacity: 1;
  filter: alpha(opacity=100);
  bottom: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}

.overlay_link_articles {
  position: absolute;
  z-index: 10;
  top: 0;
  padding: 15px;
  bottom: 0px;
  left: 0;
  right: 0px;
  background-color: rgba(30, 30, 30, 0.5);
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all ease-in-out 0.25s;
  -o-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
  color: #ffffff;
}

.overlay_link_articles i {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 80px;
  height: 80px;
  border: 1px solid #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;
  font-size: 32px;
  line-height: 80px;
}

.overlay_link_articles i:hover {
  background-color: #ffffff;
  color: #777777;
}

.overlay_link_articles .small i {
  width: 25px;
  height: 25px;
  margin: -12.5px 0 0 -12.5px;
  font-size: 14px;
  line-height: 25px;
}

.overlay_container_articles:hover .overlay_link_articles {
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}

@media (min-width: 1200px) {
  .overlay_container_articles .text {
    top: 30%;
  }
}

@media (max-width: 575px) {
  .overlay_container_articles .text {
    top: 30%;
  }

  .overlay_container_articles .text p:not(.mobile-visible) {
    display: none;
  }
}

.fa-center{
        text-align: center;
}


.subscribe-form {
    margin-top: 65px;
    max-width: 400px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    background-color: #333333;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.6);
}
@media (max-width: 991px) {
  #aside1 {
    display: none;
}
}

.subscribe-form label{
    display: none;
    color: #fff;
}

.subscribe-form table{
    margin: 0;
    width: 100%;
}

.subscribe-form .form_wrap_head {
    font-size: 18px;
    line-height: 22px;
    font-size: 2.1rem;
    line-height: 2.2rem;
    font-weight: 400;
    font-family: NeoSansPro,sans-serif;
    color: #fff;
    margin-bottom: 10px;
    text-transform: unset;
}

.subscribe-form .form_wrap_p {
    font-size: 16px;
    line-height: 18px;
    font-size: 1.6rem;
    line-height: 1.8rem;
    font-weight: 400;
    font-family: NeoSansPro,sans-serif;
    color: #fff;
    margin-bottom: 15px;
}

.subscribe-form tbody{
    background-color: #666;
}

.btn-subscribe:hover, .btn-subscribe:focus, .btn-subscribe.focus, .btn-subscribe:active, .btn-subscribe.active, .open > .dropdown-toggle.btn-subscribe {
    color: #fff;
    background-color: #b42424;
    border-color: #b42424;
}
.btn-subscribe {
    color: #fff;
    background-color: #c82727;
    border-color: #b42424;
}
.btn-sm-sub {
    padding: 5px 15px;
    font-size: 12px;
    line-height: 1.46666667;
    border-radius: 3px;
    margin: 5px 0;
}
.inp-bnt {
    display: inline-block;
    padding: 9px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.458571;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    width: 100%;
    margin-top: 15px;
}
.inp-marg{
  margin-top: 0px;
}
.subscribe-form-detail {
    background: url(/upload/iblock/b4b/b4b6f26ec9df71dd467587d5dd31d7ad.png) no-repeat 100% 0;
    -o-background-size: cover;
    background-size: cover;
    padding: 50px 35px;
    max-width: 100%;
    margin-top: 0px;
}
.subscribe-form-detail tbody {
    background-color: transparent;
}

.sticky {
  position: fixed;
  top: 0px;
  z-index: 101;
}

.owl-controls .owl-page span {
    background: #7f7f7f!important;
}

table.delta-firm1 {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 14px;
    text-align: left;
    border-collapse: collapse;
    border-radius: 20px;
    box-shadow: 0 0 0 10px #b42424;
    color: #452F21;
}
table.delta-firm1 th {
    padding: 10px 8px;
    background: white;
}
table.delta-firm1 th:first-child {
    border-top-left-radius: 20px;
}
table.delta-firm1 th:last-child {
    border-top-right-radius: 20px;
}
table.delta-firm1 td {
    border-top: 10px solid #b42424;
    padding: 8px;
    background: white;
}
table.delta-firm1 td:first-child {
    border-bottom-left-radius: 20px;
}
table.delta-firm1 td:last-child {
    border-bottom-right-radius: 20px;
}

.title-h2{
    font-size: 26px;
}
.title-h4{
    font-size: 15px;
}
.title-h2-bold{
    font-size: 22px;
    font-weight: bold;
}

.title-h3{
    font-size: 24px;
}
.title-ttu{
    text-transform: uppercase;
}
.title-col{
    color: #333;
}
.subscribe-form .form_wrap_head{
    font-size: 20px;
}
.mt5{
    margin-top: 5px;
}
table{
	width: 100%;
}
table,tr,td,th,tbody,thead{
	border: 1px solid #DCDCDC;
	text-align:center!important;
}

tr:nth-child(1),
tr:nth-child(18),
tr:nth-child(26),
tr:nth-child(40),
tr:nth-child(52),
tr:nth-child(58),
tr:nth-child(64){
	background-color: #f2f2f2;
}

tbody tr > th{
	padding: 10px;
}

tbody tr:nth-child(2) > th{
	padding: 0;
}

@media screen and (max-width: 500px){
	table{
		font-size: 0.9em;
		display:block;
		overflow-x:scroll;
	}
}

.icon-lifebuoy:before,
.icon-paper-plane:before{
	margin: 0!important;
}

/* start advantages */

.advantages{
  text-align: center;
  margin-bottom: 30px;
}

.advantages__row{
  margin-top: 50px;
}

.advantages__title{
  margin-top: 50px;
   margin-bottom: 50px;
 }

.advantages__circle{
  border-radius: 100px;
  border: 1px solid #c82727;
  background-color: #c82727;
  width: 90px;
  height: 90px;
  text-align: center;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.advantages__img{
  width: 50%;
  margin: 0 auto;
}

/* end advantages */

/* start capabilities */

.capabilities{
  margin-bottom: 50px;
}

.advantages__card{
  margin-top: 30px;
}

@media screen and (max-width: 990px){
  .capabilities__list:nth-child(2){
      margin-top: -9px;
    }
}

/* end capabilities */


@media screen and (max-width: 1400px){
  .slides li:nth-child(1) div div{
    background-size: contain!important;
    background-position: center!important;
  }
}

.advantages .col-md-2{
}

/* End */
/* /local/templates/it-delta-2.0/styles.css?1769671057321 */
/* /local/templates/it-delta-2.0/template_styles.css?176967105716225 */
