.list-services-item {}
.custom-link-holder {
  background-color: #16b1de;
  min-height: 87px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
  border-radius: 12px;
}
.custom-link-holder a {
	color: #fff;
	font-size: 30px;
	font-weight: 500;
	line-height: 32px;
	display: block;
	width: 100%;
	text-align: center;
}
.custom-link-holder a:hover {
	text-decoration: none;
}
.stl-h3-title {
  font-size: 1.75rem;
  margin-bottom: .5rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
}
.stl-i-fsi {
	font-style: italic;
}
.stl-b-fwb {
	font-weight: bold;
}

a.list-services-item-top__name {
  color: #fff !impotrant;
}
a.list-services-item-top__name:hover {
  color: #fff !impotrant;
}
.list-services-item-bottom a.list-services-item-link {
  color: #fff  !important;
  border: 0px solid transparent  !important;
  padding: 0px 0px  !important;
  border-radius: 0px  !important;
  font-weight: 700  !important;
  font-size: 16px  !important;
  -webkit-transition: none  !important;
  -o-transition: none  !important;
  transition: none  !important;
  text-decoration: underline  !important;
}
.list-services-item-bottom a.list-services-item-link:hover {
  background: transparent !important;
  text-decoration: none !important;
}


/** Портфолио работ */

.bef-af-photos-sections {
    font-family: "Ubuntu", Arial, sans-serif;
}

.bef-af-photos-sections__item {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 931px;
    margin: 0 auto 76px;
}

.bef-af-photos-sections .bef-af-photos-sections__item:last-child {
    margin-bottom: 0;
}

.bef-af-photos-sections .bef-af-photos-sections__item:nth-child(even) .bef-af-photos-sections__item-images {
    order: 2;
}

.bef-af-photos-sections .bef-af-photos-sections__item:nth-child(even) .bef-af-photos-sections__item-content {
    order: 1;
}

.bef-af-photos-sections__item-images {
    display: block;
    width: 334px;
    height: 284px;
    order: 1;
}

.bef-af-photos-sections__item-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.bef-af-photos-sections__item-content {
    width: calc(100% - 334px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 25px 20px;
    order: 2;
}

.bef-af-photos-sections__item-content-name {
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 20px;
    color: #16398E;
}

.bef-af-photos-sections__item-content-text {
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 25px;
    color: #212529;
    line-height: 130%;
}

.bef-af-photos-sections__item-content-link {
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    color: #16398E;
    text-decoration: none;
}

.bef-af-photos-sections__item-content-link:hover {
	text-decoration: none;
}

.bef-af-photos-sections__item-content-link:hover svg path {
	fill: #16b1de;
}

.bef-af-photos-sections__item-content-link svg {
    margin-left: 8px;
}

.bef-af-photos-sections-detail {
    width: 100%;
    max-width: 1082px;
    margin: 0 auto 80px;
}

.bef-af-photos-sections-detail .product-item-container {
	width: 100%;
    margin-bottom: 82px;
}

.bef-af-photos-sections-detail .product-item-container:last-child {
    margin-bottom: 0px;
}

.bef-af-photos-sections-detail__item {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.bef-af-photos-sections-detail__item-slider {
    width: calc(100% - 450px);
    display: flex;
}

.bef-af-photos-sections-detail__item-content {
    width: 100%;
    max-width: 440px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;

}

.bef-af-photos-sections-detail__item-content-name {
    font-size: 25px;
    font-weight: 500;
    color: #16398E;
    margin-bottom: 25px;
}

.bef-af-photos-sections-detail__item-content-text {
    font-size: 14px;
    color: #212529;
    margin-bottom: 25px;
}

.bef-af-photos-sections-detail__item-content-text p {
    margin-bottom: 12px;
}

.bef-af-photos-sections-detail__item-content-text p:last-child {
    margin-bottom: 0;
}


.new-stl-butt {
    min-width: 191px;
    padding: 17px 20px;
    border-radius: 25px;
    background-color: #4EB7D9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    transition: .3s;
    color: #fff;
}

.new-stl-butt:hover {
    background-color: #259BC1C9;
	text-decoration: none;
	color: #fff;
}

.new-stl-butt:focus {
    outline: none;
    background-color: #259BC1C9;
	text-decoration: none;
	color: #fff;
}

.bef-af-images--small {
    width: 80px;
    display: flex;
    margin-right: 15px;
}

.slider-bef-af-small {
    position: relative;
    width: 80px;
    height: 480px;
    margin-left: 0;
    margin-right: 0;
}

.bef-af-images--big {
    width: calc(100% - 80px);
    max-width: 528px;
    display: flex;
}

.slider-bef-af-big {
    position: relative;
    max-width: 528px;
    width: 100%;
    height: 100%;
}

.slider-bef-af-small-slide {
    height: 80px !important;
}

.slider-bef-af-small-slide img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.slider-bef-af-small-slide iframe {
    width: 100%;
    height: 100%;
}


.slider-bef-af-small-slide video {
    width: 100%;
    height: auto;
    max-height: 100%;
}


.slider-bef-af-big-slide iframe {
    width: 100%;
    height: 100%;
}

.slider-bef-af-big-slide a {
	display: block;
}

.slider-bef-af-big-slide video {
    width: 100%;
    height: auto;
    max-height: 100%;
}

.slider-bef-af-small-slide::before {
    position: absolute;
    content: '';
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
}

.slider-bef-af-small-slide.swiper-slide-thumb-active::before {
    display: none;
}

.slider-bef-af-big-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1200px) {
    .slider-bef-af-small, .slider-bef-af-big {
        height: 379px;
    }
    .slider-bef-af-big-slide iframe {
        max-height: 379px;
    }
}

@media (max-width: 767px) {
    .bef-af-photos-sections-detail__item {
        flex-direction: column;
    }
    .bef-af-photos-sections-detail__item-slider {
        width: 100%;
        flex-direction: column;
        margin-bottom: 30px;
    }
    .bef-af-images--big {
        order: -1;
        width: 100%;
    }
    .slider-bef-af-big {
        max-width: 100%;
    }
    .slider-bef-af-big-slide {
    }
    .bef-af-images--big {
        max-width: 567px;
        margin: 0 auto 25px;
    }
    .bef-af-images--small {
        width: 100%;
        max-width: 567px;
        margin: 0 auto;
    }
    .slider-bef-af-small {
        width: 100%;
        height: auto;
    }
    .bef-af-photos-sections-detail__item-content {
        align-items: center;
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
    .bef-af-photos-sections-detail__item-content-name {
        margin-bottom: 15px;
        font-size: 18px;
    }
    .bef-af-photos-sections-detail__item-content-text {
        text-align: center;
        margin-bottom: 15px;
    }
    .slider-bef-af-big-slide iframe {
    }
    .slider-bef-af-big {
        height: 320px;
    }
    .slider-bef-af-big-slide iframe {
        max-height: 100%;
    }
	.form-control.js-select-custom.js-directions {
		border-radius: 25px;
		background: 0 0;
		box-shadow: none;
		font-size: 24px;
		border: 7px solid #30d0fa;
		height: 54px;
		position: relative;
		display: block;
		overflow: hidden;
		padding: 4px 0px 8px 17px;
		color: #444;
		text-decoration: none;
		white-space: nowrap;
		line-height: 24px;
		cursor: pointer;
		box-sizing: border-box;
	}
}

@media (max-width: 567px) {
    .slider-bef-af-big {
        height: 260px;
    }
	.bef-af-photos-sections-detail .product-item-container {
		margin-bottom: 0px;
	}
    .bef-af-photos-sections__item {
        flex-direction: column;
    }

    .bef-af-photos-sections__item-images {
        width: 100%;
        height: 270px;
        margin-bottom: 34px;
    }

    .bef-af-photos-sections__item-content {
        padding: 0 15px;
        width: 100%;
    }

    .bef-af-photos-sections__item-content-name {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .bef-af-photos-sections__item-content-text {
        font-size: 12px;
        margin-bottom: 15px;
    }

    .bef-af-photos-sections .bef-af-photos-sections__item:nth-child(even) .bef-af-photos-sections__item-images {
        order: 1;
    }

    .bef-af-photos-sections .bef-af-photos-sections__item:nth-child(even) .bef-af-photos-sections__item-content {
        order: 2;
    }
    .slider-bef-af-small-slide img {
        width: 56px;
        height: 56px;
    }
}

.header-warning-holder {
	display: none;
	background-color: #16398e;
	color: #fff;
	position: absolute;
	width: 100%;
	z-index: 10;
	text-align: center;
	padding: 10px 40px 10px 20px;
	font-size: 20px;
	left: 0;
	right: 0;
	top: 153px;
	line-height: 1;
}
.header-warning-holder a{
    color: #fff;
    text-decoration: underline;
}

.header-warning-holder p {
	margin-bottom: 0px;
}

.header-warning-holder-close {
	font-size: 15px;
	position: absolute;
	right: 12px;
	top: 6px;
	background-color: #fff;
	width: 24px;
	height: 24px;
	border-radius: 100%;
	color: #000;
	display: flex;
	justify-content: center;
	cursor: pointer;
	padding: 4px;
}

@media (max-width: 767px) {
	.header-warning-holder {
		font-size: 16px;
	}
}

.jqmWindow {
	height: auto;
}
.grecaptcha-badge{
    display: none;
}
.telegram-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 89px;
    height: 89px;
    border-radius: 50%;
    position: fixed;
    background: #1dc8ff;
    color: #ffffff;
    bottom: 10px;
    right: 50px;
    z-index: 2147483649;
    border: 1px solid #fff;
}

@media (max-width: 600px) {
    .telegram-btn{
        width: 80px;
        height: 80px;
        right: 5px;
    }
}
.b-slider{
    position: relative;
}
.b-slider:after {
    content: '';
}
@media (max-width: 991px) {
    .b-slider:after{
        background: url(images/2gis-banner_mobile.png) no-repeat 50% 50%;
        background-size: cover;
        width: 335px;
        height: 124px;
        aspect-ratio: 335/124;
        margin: 50px auto 0;
        display: block;
    }
}
@media (min-width: 992px) {
   .b-slider:after{
        position: absolute;
        right: 50px;
        top: 200px;
        background: url(images/2gis-banner.png) no-repeat 50% 50%;
        background-size: cover;
        width: 286px;
        height: 286px;
        z-index: 2;
    }
}

/*@media (max-width: 600px) {
    #CalltouchWidgetFrame{
        bottom: 10px !important;
        width: calc(100% - 90px) !important;
    }
    .online-chat-root-TalkMe{
        position: relative !important;
        z-index: 14 !important;
    }
}*/

