.image-text-services-banner {
    position: static;
}

.services-banner-section__title {
    padding-right: 89px;
    font-size: 70px;
    position: relative;
    z-index: 2;
    color: #FFFFFF;
    font-weight: 600;
    padding-top: 0;
    margin-top: 130px;
    margin-bottom: 40px;
	font-family: Gilroy;
	line-height: 80px;
}

.order-services-banner__header {
    justify-content: flex-start;
}

.services-banner-section__img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
}

.order-services-banner__button {
    margin-right: 25px;
}

.services-banner-section {
    position: relative;
}

.services-banner-section__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.order-services-banner {
    position: relative;
    z-index: 2;
    padding-bottom: 80px;
}

.services-banner-section__img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    left: 0;
    right: 0;
    top: 0;
}

.order-services-banner__price {
    display: block;
}

.order-services-banner__price span:nth-child(1) {
    color: #FFFFFF;
    font-size: 20px;
}

.order-services-banner__price span {
    color: #FFFFFF;
    display: block;
    font-size: 50px;
}

.list-services-banner__label {
    color: #fff;
}

. {
    padding-bottom: 0;
}

.list-services-banner {
    padding-bottom: 0;
    margin-bottom: 90px;
}

.services-banner-section__container {
    display: flex;
    justify-content: space-between;
}

.services-banner-section__container .col {
    width: 50%;
}

.services-banner-section {
    display: block;
}

.services-banner-section .calculate-section__title {
    font-size: 110px;
}

.services-banner-section .calculate-section__title span {
    font-size: 25px;
}

.services-banner-section .form-calculate {
    display: block;
}

.services-banner-section__container .calculate-section .form-calculate__left {
    margin-right: 0;
    margin-bottom: 35px;
}

.services-banner-section__container .calculate-section {
    padding: 0;
    padding-left: 120px;
    padding-top: 144px;
}

.form-calculate__price {
    font-size: 25px;
    margin-bottom: 20px;
}

.services-banner-section .form-inputs {
    margin-bottom: 12px;
}

.services-banner-section .calculate-section__policy {
    margin: 0;
    margin-bottom: 25px;
    padding-left: 0;
    text-align: left;
}

.cost {
    background: url(../img/images/home/logo.svg) bottom/70% no-repeat;
}

.cost .calculate-section__title {
    font-size: 110px;
    line-height: 105px;
}

.cost .calculate-section__title .title__over {
    position: static;
    text-align: left;
    font-size: 25px;
}
.title__over-new{
	font-family: Gilroy;
	font-Weight: 400;
	font-size: 40px;
	line-height: 100%;
	vertical-align: Top;
	color: #303031;
	margin-bottom: 35px;
}
.cost__container {
    display: flex;
    justify-content: space-between;
    padding-top: 105px;
}

.cost__container .col {
    width: 50%;
}

.cost__container table {
    width: 100%;
}

.cost__container table th {
    font-size: 20px;
    font-weight: 600;
    padding: 0 10px 25px;
    white-space: nowrap;
}



.cost__container table td {
    text-align: center;
    padding: 13px 0;
}

.cost__container table td:first-child,
.cost__container table th:first-child {
    text-align: left;
}

.about-team {
    padding-top: 70px;
    padding-bottom: 100px;
}

.about-team .calculate-section__title {
    font-size: 110px;
    line-height: 105px;
}

.about-team .calculate-section__title .title__over {
    font-size: 25px;
}

.about-team-slide__img {
    margin-bottom: 15px;
}

.about-team-slide__img img {
    width: 100%;
}

.about-team-slide__name {
    color: #303031;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
}

.about-team-slide__position {
    color: #999999;
    margin-bottom: 10px;
    font-size: 20px;
}

.about-team-slide__experience {
    font-size: 20px;
}

.about-team-slider {
    max-width: 80%;
    width: 100%;
}

.about-team-inner {
    padding-top: 80px;
    position: relative;
}

.about-team-inner .swiper-button-next,
.about-team-inner .swiper-button-prev {
    width: 70px;
    height: 70px;
    background: #FD883F;
    border-radius: 50%;
}

.about-team-inner .swiper-button-next::after,
.about-team-inner .swiper-button-prev::after {
    color: #fff;
    font-size: 18px;
}

.about-team-inner .swiper-button-next {
    right: 0;
}

.about-team-inner .swiper-button-prev {
    left: 0;
}

@media screen and (max-width: 1540px) {
    .services-banner-section__container .calculate-section {
        padding-left: 30px;
    }

    .services-banner-section__title {
        font-size: 40px;
    }
}

@media screen and (max-width: 1199px) {
    .services-banner-section__container .calculate-section {
        padding-left: 0;
    }

    .services-banner-section {
        padding-bottom: 0;
    }

    .calculate-section__form {
        margin-bottom: 0;
    }

    .services-banner-section__container .calculate-section .form-calculate__left {
        display: flex;
    }

    .services-banner-section__container .calculate-section .form-calculate__radio {
        margin-right: 80px;
    }

    .services-banner-section__title {
        margin-top: 70px;
    }

    .services-banner-section__img {
        width: 100%;
        width: calc(100% + 40px);
        left: -20px;
    }

    .services-banner-section__container .col {
        width: 100%;
    }

    .services-banner-section__container .col:first-child {
        position: relative;
    }

    .services-banner-section__container {
        flex-direction: column;
    }

    .cost__container {
        flex-direction: column;
    }

    .cost__container .col:first-child {
        padding-bottom: 20px;
    }

    .cost__container .col {
        width: 100%;
    }

    .cost .calculate-section__title {
        font-size: 80px;
        line-height: 1;
    }

    .about-team-inner {
        padding-top: 50px;
    }

    .about-team-inner .swiper-button-next,
    .about-team-inner .swiper-button-prev {
        width: 53px;
        height: 53px;
    }
}

@media screen and (max-width: 767px) {
    .cost {
        background: url(../img/images/home/logo.svg) bottom/90% no-repeat;
    }

    .order-services-banner__button {
        margin: 0 auto;
        bottom: 40px;
        position: absolute;
        left: 0;
        right: 0;
    }

    .image-text-services-banner {
        display: none;
    }

    .list-services-banner__image-ibg img,
    .slider-reviews-banner__image-ibg img {
        /* max-height: 50px; */
        position: relative;
    }

    .list-services-banner__image-ibg {
        height: 60px;
        width: 60px;
        margin: 0 15px 0 0;
        flex-shrink: 0;
    }
    
    .list-services-banner__label{
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        text-align: left;
    }

    .order-services-banner__price span:nth-child(1) {
        font-size: 14px;
        line-height: 140%;
        font-weight:400;
    }

    .order-services-banner__price span:nth-child(2) {
        font-size: 30px;
        font-weight: 600;
        line-height: 130%;
    }

    .services-banner-section__container .calculate-section .form-calculate__radio {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .services-banner-section__container .calculate-section .form-calculate__left {
        display: block;
    }

    .services-banner-section__title {
        font-size: 30px;
        line-height: 140%;
        padding: 0 35px 0 5px;
        margin-bottom: 20px;
    }
    
    .services-banner-section__order{
        padding-left: 5px;
    }

    .cost__container .col:last-child {
        max-width: 100%;
        overflow: auto;
    }

    .cost__container table th {
        font-size: 16px;
    }

    .cost__container table td {
        font-size: 14px;
        padding: 5px 0;
    }

    .about-team-inner {
        padding-top: 0;
    }

    .about-team .calculate-section__title .title__over,
    .cost .calculate-section__title .title__over {
        font-size: 16px;
    }

    .services-banner-section .calculate-section__title span {
        font-size: 18px;
    }

    .services-banner-section .calculate-section__title {
        font-size: 70px;
    }

    .about-team .calculate-section__title,
    .cost .calculate-section__title {
        font-size: 50px;
    }

    .about-team {
        padding-bottom: 50px;
    }

    .about-team-slider {
        max-width: 100%;
    }

    .about-team-inner .swiper-button-next {
        right: 10px;
    }

    .about-team-inner .swiper-button-prev {
        left: 10px;
    }
    .bread-crumb{
        display: none;
    }
    .list-services-banner{
        padding-left:10px;
    }
}

/*карта на странице услуг*/
.block-map {
    padding-top: 40px;
    padding-bottom: 80px;
}

.block-map-inner {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.block-map-inner .col:first-child {
    max-width: 570px;
}

.block-map-inner .col:first-child img {
    width: 100%;
    object-fit: contain;
}

.block-map-inner ul {
    column-count: 3;
    column-gap: 150px;
}

.block-map-inner li:not(:last-child) {
    margin-bottom: 15px;
}

header {
    border-bottom: 3px solid #FD883F;
}

@media screen and (max-width: 1330px) {
    .block-map-inner ul {
        column-gap: 80px;
    }

}

@media screen and (max-width: 1199px) {
    .block-map-inner .col:first-child {
        max-width: 430px;
    }

}



@media screen and (max-width: 1023px) {
    .block-map-inner .col:first-child {
        margin-bottom: 50px;
    }

    .block-map-inner {
        align-items: center;
        flex-direction: column;
    }

}

@media screen and (max-width: 767px) {
    .block-map .services-questions-section__title {
        font-size: 28px;
    }

    .block-map-inner ul {
        column-count: 2;
        column-gap: normal;
    }

    .block-map-inner .col {
        width: 100%;
    }
    .list-services-banner__item{
        display: flex;
        align-items: center;
    }
}
/*конец карты на странице услуг*/


.form-calculate__radio-item label:focus .radiospan {
  border-color: #fd883f;
}

.form-calculate__radio-item label .radiospan {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 21px;
  height: 21px;
  margin-right: 16px;
  border: 2.5px solid #303031;
  border-radius: 50%;
  pointer-events: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.form-calculate__radio-item input:focus:checked ~ label .radiospan {
  background-color: #fd883f;
}

.form-calculate__radio-item input:focus ~ label .radiospan {
  border-color: #fd883f;
}

.form-calculate__radio-item input:checked ~ label:focus .radiospan  {
  background-color: #fd883f;
}

.form-calculate__radio-item input:checked ~ label .radiospan {
  background-color: #303031;
}

.form-calculate__radio-item label::before {
	display: none !important;
}

.scrollup{
	z-index: 99999;
}
.scrollup:hover{
    background: url('/assets/img/icon_top-hover.svg') no-repeat;
    opacity: 1;
}
.header__wrapper{
    border-bottom: 3px solid #FF8000;
}
.sub-list__item .sub-list__sublist .sub-list__item:not(:last-child){
    margin-bottom: 8px;
}

.section-pasport h1 {
    font-weight: 400;
    font-size: 50px;
    line-height: 100%;
    margin: 0;
    color: #FD883F;
    margin-bottom: 48px;
    font-family: 'Gilroy';
}

.section-pasport__text p:first-child {
    color: #303031;
    font-family: "Gilroy";
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 8px;

}

.section-pasport__text p:last-child {
    font-size: 18px;
}

.section-pasport__text {
    margin-bottom: 48px;
}

.section-pasport__box {
    padding: 100px 18px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
	margin-bottom: 40px;
}

.section-pasport__box::before {
    content: "";
    position: absolute;
    background-color: rgba(48, 48, 49, 0.9);
    height: calc(100% - 100px);
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% + 48px);
    left: -24px;
}

.section-pasport__box-title {
    position: relative;
    z-index: 2;
    padding: 16px 24px 16px 40px;
    border-left: 8px solid #FD883F;
    background-color: rgba(217, 217, 217, 0.2);
    margin-bottom: 40px;
    width: fit-content;
    font-size: 48px;
    line-height: normal;
    color: #fff;
}

.section-pasport__columns {
    position: relative;
    z-index: 2;
    padding: 0 24px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 48px 80px;
}

.section-pasport____item p:first-child {
    font-family: 'Gilroy';
    font-size: 18px;
    color: #fff;
    line-height: normal;
    margin-bottom: 4px;
}

.section-pasport____item p:last-child {
    line-height: normal;
    font-family: 'Gilroy';
    color: #fff;
    font-size: 40px;
}

.section-pasport {
    overflow-x: hidden;
    padding: 32px 0 70px;
}

@media screen and (max-width: 1380px) {
    .section-pasport____item p:last-child {
        font-size: 32px;
    }

    .section-pasport__columns {
        gap: 48px;
    }
}

@media screen and (max-width: 1199px) {
    .section-pasport h1 {
        font-size: 64px;
    }

    .section-pasport__box {
        padding: 80px 48px;
    }


    .section-pasport__box::before {
        width: calc(100% + 16px);
        left: -8px;
        right: 0;
    }

    .section-pasport__columns {
        padding: 0;
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 1023px) {
    .section-pasport__box-title {
        font-size: 40px;
        padding-left: 32px;
    }

    .section-pasport__columns {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 767px) {
    .section-pasport__columns {
        gap: 32px;
        grid-template-columns: 1fr;
    }

    .section-pasport__box-title {
        font-size: 32px;
        padding-left: 24px;
    }

    .section-pasport__box::before {
        height: calc(100% - 60px);
    }

    .section-pasport__box {
        padding: 60px 20px;
    }

    .section-pasport h1 {
        font-size: 40px;
        margin-bottom: 28px;
        line-height: normal;
    }
}



.text-section__item h2, .text-section__item h3, .text-section__item h4 {
 margin-bottom: 24px;
    font-size: 30px;
}
.about-video-section__image-ibg {
    pointer-events: auto;
} 
.about-video-section__container{
    display: block;
}
.text-section__item table{
    margin-bottom: 20px;
}
.text-section__item div, .text-section__item p, .text-section__item span, .text-section__item a, .text-section__item ul, .text-section__item ol{
    margin-bottom: 20px;
    font-size: 17px;
	line-height: 1.6666666667;
}
.services-about-section__texts ol, .text-section__item ol {
    padding-left: 40px;
}
.services-about-section__texts ul, .text-section__item ul {
    padding-left: 20px;
}
.services-about-section__texts ul li, .text-section__item ul li{
    list-style: circle inside;
    margin-bottom: 6px;
    font-size: 17px;
	line-height: 1.6666666667;
}
.services-about-section__texts ol li, .text-section__item ol li{
    list-style: auto !important;
}
.text-section__item a{
    color: #fd883f;
}

.case-addres {
    font-size: 24px;
    padding-bottom: 20px;
}

.case-addres span {
    font-weight: 500;
}