h2 {
    font-family: SegoeUI-Bold;
    font-weight: 700;
    font-size: 34px;
    line-height: 40px;
}
.page-title {
    margin-bottom: 30px;
	text-transform: uppercase;
}
section {
    margin-top: 86px;
    margin-bottom: 86px;
	overflow: hidden;
}

@media (max-width: 600px) {
	section {
		margin-top: 50px;
		margin-bottom: 50px;
		overflow: hidden;
	}
  h2 {
		font-size: 24px;
		line-height: 26px;
	}
}

/*главный слайдер*/
.main_slider {
    position: relative;
    overflow: hidden;
    margin-left: -50px;
    margin-right: -50px;
}

.main_slider .quote {
    display: block;
    position: absolute;
    bottom: 20px;
    right: 1%;
    font: 18px / 1 SegoeUI-Regular;
    color: #fff;
    font-style: italic;
    text-align: center;
    z-index: 2;
    padding: 0 20px;
}

.main_slider .new_main_slider {
    width: 100%;
    height: auto;
}

.main_slider .slide {
    position: relative;
    width: 100%;
}

.main_slider .img-box img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
}

.main_slider .slide-content {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    color: #fff;
    max-width: 50%;
}

.main_slider .slide-title {
	font-family: SegoeUI-Bold;
	font-weight: 600;
	font-size: 48px;
	line-height: 48px;
	margin-bottom: 32px;
}

.main_slider .slide-title span{
	font-family: SegoeUI-Bold;
	font-weight: 700;
	font-size: 58px;
	line-height: 56px;
	display: block;
}

.main_slider p {
    font-family: SegoeUI-Bold;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 28px;
}

.main_slider .button {
    display: inline-block;
    padding: 12px 24px;
	font-family: SegoeUI-Bold;
	font-weight: 700;
	font-size: 15px;
	line-height: 20px;
    text-decoration: none;
    border-radius: 5px;
    transition: 0.3s;
    background-color: #EE7100;
}

.main_slider .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    top: 0;
    left: 0;
}
/* Стили для стрелок */
.main_slider-nav .slick-prev, 
.main_slider-nav .slick-next {
    background: none;
    border: none;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    z-index: 10;
	height: 12px;
}
.main_slider-nav .slick-prev:before, 
.main_slider-nav .slick-next:before {
    display: none;
}

/* Стилизация точек */
.main_slider-nav .slick-dots {
    display: flex;
    list-style: none;
	position: relative;
	width: auto;
}

.main_slider-nav .slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 30%;
    border: none;
    cursor: pointer;
}

.main_slider-nav .slick-dots li.slick-active button {
    background-color: #fff;
    opacity: 100%;
}

.main_slider-nav .slick-dots li, 
.main_slider-nav .slick-dots li button {
    height: 12px;
    width: 12px;
    cursor: pointer;
}

.main_slider-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
	margin-top: -40px;
}

.main_slider-nav .slick-next, 
.main_slider-nav .slick-prev {
    position: relative;
}

.main_slider-nav .slick-prev {
  order: 1;
}

.main_slider-nav .slick-dots {
  order: 2;
}

.main_slider-nav .slick-next {
  order: 3;
}

/* Адаптивные стили для устройств с шириной до 992px */
@media (max-width: 992px) {
	.main_slider {
				padding: 0px;
			margin-left: 0;
			margin-right: 0;
	}
	.main_slider .slick-slide {
		padding: 50px 0;
	}
	.main_slider .img-box {
		transform: scaleY(1.5);
	}
  .main_slider .slide-content {
      left: 5%;
      max-width: 60%;
  }
  .main_slider .slide-title {
      font-size: 36px;
      line-height: 36px;
      margin-bottom: 24px;
  }
  .main_slider .slide-title span {
      font-size: 44px;
      line-height: 42px;
  }
  .main_slider p {
      font-size: 16px;
      line-height: 20px;
      margin-bottom: 20px;
  }
  .main_slider .button {
      padding: 10px 20px;
      font-size: 14px;
      line-height: 18px;
  }
}

/* Адаптивные стили для устройств с шириной до 600px */
@media (max-width: 600px) {
  .main_slider .slide-content {
      left: 5%;
      top: 40%;
      transform: translateY(-40%);
      max-width: 80%;
  }
  .main_slider .slide-title {
      font-size: 28px;
      line-height: 28px;
      margin-bottom: 16px;
  }
  .main_slider .slide-title span {
		font-size: 28px;
        line-height: 30px;
  }
  .main_slider p {
      font-size: 14px;
      line-height: 18px;
      margin-bottom: 16px;
  }
  .main_slider .button {
      padding: 8px 16px;
      font-size: 13px;
      line-height: 16px;
  }
  .main_slider .img-box img {
      max-height: 400px;
  }
}


/*первый экран*/
.text h1 {
    font-family: SegoeUI-Bold;
    font-weight: 700;
    font-size: 34px;
    line-height: 40px;
    color: #1D1D1D;
	text-transform: uppercase;
}
.text .services-list li {
	display: flex;
    align-items: center;
    font-family: SegoeUI-Bold;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    text-transform: uppercase;
    padding: 0;
}
.text a {
    color: rgba(238, 113, 0, .8);
	font-weight: 700;
}
.services-list-icon {
    display: inline-block;
    width: 40px;
    height: 26px;
    text-align: center;
    margin-right: 18px;
}
.text span[class^="icon"] {
    position: relative;
    top: 0;
    transform: none;
}
@media (min-width: 768px) {
    .text .services-list li {
        float: left;
        width: 40%;
    }
    .text .services-list li:nth-child(even) {
        padding-left: 0;
    }
	    .text .services-list li:nth-child(even) span[class^="icon"] {
        left: 0;
    }
}
/* Адаптив для экранов до 992px */
@media (max-width: 992px) {
    .text h1 {
        font-size: 28px;
        line-height: 34px;
    }
    .text .services-list li {
        font-size: 14px;
        line-height: 22px;
    }
    .services-list-icon {
        width: 35px;
        height: 23px;
        margin-right: 15px;
    }
}

/* Адаптив для экранов до 600px */
@media (max-width: 600px) {
    .text h1 {
        font-size: 24px;
        line-height: 30px;
    }
    .text .services-list li {
        font-size: 13px;
        line-height: 20px;
    }
    .services-list-icon {
        width: 30px;
        height: 20px;
        margin-right: 10px;
    }
}

a#openModalLink {
    display: inline-block;
    background: #1FAAE2;
    font-family: SegoeUI-Bold;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    padding: 18px;
    border-radius: 8px;
	margin-top: 35px;
}

div#hiddenContent {
    background-color: #fff;
    padding: 20px;
    max-width: 1350px;
    margin: 0 auto;
}

/*сертификаты*/
.popup-gallery.slider {
    overflow: hidden;
}
/* Чтобы 4-й слайд был виден частично, убираем overflow: hidden у slick-list */
.slick-list {
    overflow: visible;
}

/* Стили для стрелок */
.sert_slider-nav .slick-prev, 
.sert_slider-nav .slick-next {
    background: none;
    border: none;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    z-index: 10;
	height: 12px;
}
.sert_slider-nav .slick-prev:before, 
.sert_slider-nav .slick-next:before {
    display: none;
}

/* Стилизация точек */
.sert_slider-nav .slick-dots {
    display: flex;
    list-style: none;
	position: relative;
	width: auto;
}

.sert_slider-nav .slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #1FAAE2;
    opacity: 20%;
    border: none;
    cursor: pointer;
}

.sert_slider-nav .slick-dots li.slick-active button {
    background-color: #1FAAE2;
    opacity: 100%;
}

.sert_slider-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.sert_slider-nav .slick-next, 
.sert_slider-nav .slick-prev {
    position: relative;
}

.sert_slider-nav .slick-dots li, 
.sert_slider-nav .slick-dots li button {
    height: 12px;
    width: 12px;
    cursor: pointer;
}

.sert_slider-nav .slick-prev {
  order: 1;
}

.sert_slider-nav .slick-dots {
  order: 2;
}

.sert_slider-nav .slick-next {
  order: 3;
}


.popup-gallery.slider .cert-img-box span {
	display: none;
}
.popup-gallery .cert-img-box {
    margin-bottom: 0;
}
/* Пример: уменьшение отступов у блоков-слайдов на мобильных */
@media (max-width: 576px) {
    .cert-img-box {
        padding: 5px;
    }
}
/* Адаптивность для экранов до 992px */
@media (max-width: 992px) {
  .sert_slider-nav .slick-prev, 
  .sert_slider-nav .slick-next {
    font-size: 24px;
    height: 10px;
  }
  .sert_slider-nav .slick-dots li button {
    width: 10px;
    height: 10px;
  }
  .sert_slider-nav {
    gap: 10px;
  }
}

/* Адаптивность для экранов до 576px */
@media (max-width: 576px) {
  .sert_slider-nav .slick-prev, 
  .sert_slider-nav .slick-next {
    font-size: 20px;
    height: 8px;
  }
  .sert_slider-nav .slick-dots li button {
    width: 8px;
    height: 8px;
  }
  .sert_slider-nav {
    gap: 8px;
  }
  .cert-img-box {
      padding: 5px;
  }
}
@media (max-width: 600px) {
}

/*как мы работаем*/
.steps {
            display: flex;
            flex-wrap: wrap;
            row-gap: 45px;
			column-gap: 59px;
            justify-content: space-between;
        }
        .step {
			flex: 1 1 calc(33.33% - 40px);
            box-sizing: border-box;
            padding: 20px;
            background-color: #fff;
            border-radius: 8px;
            text-align: left;
			font-family: SegoeUI-Bold;
			padding-left: 0;
        }
        .step img {
            width: 64px;
            height: auto;
            margin-bottom: 14px;
        }
        .step p.etap {
			font-size: 14px;
			font-weight: 700;
			color: #EE7100;
			margin-bottom: 10px;
			text-transform: uppercase;
        }
		.step p.title {
			font-size: 17px;
			font-weight: 700;
			color: #1D1D1D;
			text-transform: uppercase;
			margin-bottom: 13px;
		}
        .step p.text {
			font-size: 15px;
			color: #484848;
        }
        
        @media (max-width: 900px) {
            .step {
                flex: 1 1 calc(50% - 40px);
            }
        }
        @media (max-width: 600px) {
                .step {
					        flex: 1 1 100%;
						text-align: center;
						display: flex;
						flex-direction: row;
						flex-wrap: wrap;
						column-gap: 10px;
						padding: 0;
						margin-bottom: 20px;
				}
				.step img {
					width: 64px;
					height: auto;
					margin-bottom: 14px;
					order: 2;
					flex: 0 64px;
				}
				.step p.etap {
					font-size: 14px;
					font-weight: 700;
					color: #EE7100;
					margin-bottom: 10px;
					text-transform: uppercase;
					order: 1;
					flex: 1 100%;
				}
				.step p.title {
					font-size: 17px;
					font-weight: 700;
					color: #1D1D1D;
					text-transform: uppercase;
					margin-bottom: 13px;
					order: 3;
					flex: 1;
					text-align: left;
				}
				.step p.text {
					font-size: 15px;
					color: #484848;
					order: 4;
					flex: 1 100%;
				}
			.steps {
				row-gap: 20px;
			}	
        }
		
/*услуги*/
.services {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.service_wrap {
    display: flex;
    flex: 0 0 calc(33.33% - 20px);
	flex-direction: column;
    gap: 30px;
}
.service {
    display: inline-block;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px 30px;
    background-color: #fff;
    border: 2px dashed #ffa500;
    border-radius: 8px;
    text-align: left;
    break-inside: avoid;
}
.service_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 20px;
}
.service_title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.service_icon {
    margin-bottom: 8px;
}
.service h3 {
    color: #EE7100;
    font-family: SegoeUI-Bold;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
	cursor: default;
}
.service ul a{
    font-family: SegoeUI-Bold;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #1D1D1D;
}
.service ul a:hover {
    color: #ee741e;
    text-decoration: underline;
}
.service ul li {
	margin-bottom: 5px;
	list-style-type: none;
}
.service .arrow {
	align-self: flex-end;
	width: 24px;
	height: 24px;
	background: url('arrow-icon.png') no-repeat center center;
	background-size: contain;
}
.service_arrow a:hover svg {
    transform: scale(1.2);
    transition: all .3s;
}
@media (max-width: 900px) {
	.service_wrap {
		flex: 1 1 calc(50% - 20px);
	}
}
@media (max-width: 600px) {
	.service_wrap {
		flex: 1 1 100%;
	}
}



/*отзывы*/

.popup-gallery.rev_slider .cert-img-box a img {
	margin-bottom: 0;
    border: 2px dashed rgba(29, 29, 29, 0.2);
    border-radius: 16px;
}

/* Стилизация точек */
.rev_slider-nav .slick-dots {
    display: flex;
    list-style: none;
	position: relative;
	width: auto;
}

.rev_slider-nav .slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #1FAAE2;
    opacity: 20%;
    border: none;
    cursor: pointer;
}

.rev_slider-nav .slick-dots li.slick-active button {
    background-color: #1FAAE2;
    opacity: 100%;
}

.rev_slider-nav .slick-dots li, 
.rev_slider-nav .slick-dots li button {
    height: 12px;
    width: 12px;
    cursor: pointer;
}

.rev_slider-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.rev_slider-nav .slick-next, 
.rev_slider-nav .slick-prev {
    position: relative;
}

.rev_slider-nav .slick-prev {
  order: 1;
}

.rev_slider-nav .slick-dots {
  order: 2;
}

.rev_slider-nav .slick-next {
  order: 3;
}


/*есть вопрос?*/
.question-block {
            display: flex;
            align-items: center;
            justify-content: space-between;
            /*background: linear-gradient(to right, rgba(255, 102, 0, 0.9), rgba(255, 102, 0, 0.7)), url('../images/question_bg.jpg') center/cover;*/
            background: url('../images/question_bg.jpg') center/cover;
			padding: 38px 56px;
            border-radius: 20px;
            color: #fff;
            min-height: 150px;
        }
        .question-text {
            max-width: 60%;
        }
        .question-text h3 {
    margin-bottom: 10px;
    font-family: SegoeUI-Bold;
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
        }
        .question-text p {
    max-width: 320px;
    font-family: SegoeUI-Bold;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
        }

		.question-block .btn {
			background: #fff;
			border-radius: 8px;
			color: #EE7100;
			font-family: SegoeUI-Bold;
			font-weight: 700;
			font-size: 15px;
			line-height: 20px;
		}
        @media (max-width: 768px) {
            .question-block {
                flex-direction: column;
                text-align: center;
				gap: 30px;
				padding: 38px 16px;
            }
            .question-text {
                max-width: 100%;
                margin-bottom: 15px;
            }
        }
/*преимущества*/
.advantages {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
               row-gap: 43px;
			       column-gap: 60px;
        }
        .advantage {
            flex: 1 1 calc(33.33% - 40px);
            display: flex;
            flex-direction: column;
        }
        .advantage img {
            width: 68px;
            height: 57px;
            margin-bottom: 21px;
        }
        .advantage-text {
			font-family: SegoeUI-Bold;
			font-weight: 600;
			font-size: 16px;
			line-height: 21px;
        }
        @media (max-width: 900px) {
            .advantage {
                flex: 1 1 calc(50% - 20px);
            }
        }
        @media (max-width: 600px) {
            .advantage {
                flex: 1 1 100%;
				flex-direction: row;
				gap: 20px;
				font-size: 14px !important;
				text-align: left;
            }
			.advantage-text {
				flex: 1;
			}
        }

/*вопрос ответ*/
.faq {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            justify-content: space-between;
        }
        .faq-item {
			flex: 1 1 calc(50% - 20px);
			background: #fff;
			border: 2px solid rgba(238, 113, 0, .4);
			border-radius: 12px;
			padding: 16px 14px;
			padding-left: 0;
			cursor: pointer;
			position: relative;
        }
        .faq-item .header {
            display: flex;
            align-items: center;
            justify-content: space-between;
			flex-direction: row;
			padding: 0;
			border-bottom: 0;
        }
        .faq-item .number {
            background: #EE7100;
            color: #fff;
            font-weight: bold;
			width: 44px;
			height: 44px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 100%;
			margin-right: 14px;
			align-self: flex-start;
        }
		.faq-item .number:before {
			content: '';
			position: absolute;
			top: 16px;
			left: -1px;
			width: 44px;
			height: 44px;
			background: #EE7100;
			border-top-right-radius: 100%;
			border-bottom-right-radius: 100%;
		}
		.faq-item .number span {
			z-index: 9;
			font-family: SegoeUI-Bold;
			font-weight: 700;
			font-size: 16px;
			line-height: 21px;
		}
		.question {
			font-family: SegoeUI-Bold;
			font-weight: 600;
			font-size: 16px;
			line-height: 22px;
			margin-right: auto;
		}
        .faq-item .expand {
			width: 36px;
			height: 36px;
            transition: transform 0.3s;
        }
        .faq-item.active .expand {
            transform: rotate(45deg);
        }
        .faq-answer {
            display: none;
			padding-left: 16px;
            padding-top: 10px;
            color: #333;
        }
        .faq-item.active .faq-answer {
            display: block;
        }
		.faq-answer table {
			width: 100%;
		}
		.faq-answer table tr {
			border-bottom: 1px solid #ccc;
		}
		.faq-answer span {
				line-height: 1.4em !important;
			}
		.faq-button {
			display: flex;
			margin-top: 44px;
			justify-content: center;
		}
        .faq-button a {
			font-family: SegoeUI-Bold;
			font-weight: 700;
			font-size: 15px;
			line-height: 20px;
			padding: 18px;
			background: #1FAAE2;
			border-radius: 8px;
			color: #fff;
		}
        .faq-button a:hover {
            background: #007acc;
        }
        @media (max-width: 768px) {
            .faq-item {
                flex: 1 1 100%;
            }
			.faq-item .number {
					flex: 0 0 44px;
			}
        }

/*seo блок*/
.seo {
    width: 100%;
    min-height: 400px;
    background: url(../images/seo_bg.png) no-repeat center;
	background-size: contain;
}
		
		
/*блок с формой*/
.form_section {
    background: rgba(31, 170, 226, .14);
    border-radius: 36px;
    padding-top: 62px;
    padding-bottom: 71px;
}
.form_section .page-title {
    text-align: center;
    max-width: 818px;
    margin: 0 auto;
	margin-bottom: 44px;
}
.form_section h2 {
    font-family: SegoeUI-Bold;
    font-weight: 700;
    font-size: 34px;
    line-height: 40px;
    color: #1FAAE2;
	margin-bottom: 18px;
}
.form_section p.subtitle {
    font-family: SegoeUI-Bold;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-transform: none;
    color: #1D1D1D;
}
.form_section .form_wrap {
    max-width: 818px;
    margin: 0 auto;
	display: flex;
    flex-direction: column;
    gap: 40px;
}
.form_section .form_row {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.form_section .form_col {
    display: flex;
    flex-direction: column;
    gap: 24px;
	flex: 1;
}
.form_section .left-col {
    flex: 0 0 calc(40% - 20px);
}

.form_section .right-col {
    flex: 0 0 calc(60% - 20px);
}
.form_section .input-box,
.form_section .textarea-box {
    display: flex;
    flex-direction: column;
	position: relative;
}
.form_section label {
    font-family: SegoeUI-Bold;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 8px;
    color: #1FAAE2;
	text-transform: uppercase;
}
.form_section input[type=password],
.form_section input[type=text],
.form_section input[type=email],
.form_section textarea {
    padding: 16px 18px;
    border: 1px solid rgba(31, 170, 226, 0.4);
    border-radius: 10px;
}
.form_section textarea {
    height: 165px;
}
.form_section input::-webkit-input-placeholder,
.form_section textarea::-webkit-input-placeholder {
	font-family: SegoeUI-Bold;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
    color: rgba(29, 29, 29, .6);
}
.form_section .button {
    color: #fff;
    padding: 18px;
    background: #1FAAE2;
    text-transform: uppercase;
    width: 100%;
    border-radius: 8px;
    font-family: SegoeUI-Bold;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
}
.form_section .polit {
    font-family: SegoeUI-Bold;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    text-align: center;
    color: rgba(29, 29, 29, .5);
}
.form_section .polit a{
    font-weight: 600;
	text-decoration: none;
	cursor: pointer;
}

@media (max-width: 768px) {

	.form_section {
		padding-left: 16px;
		padding-right: 16px;
		    padding-top: 30px;
    padding-bottom: 30px;
	}
	.form_section h2 {
		font-size: 24px;
        line-height: 26px;
	}
	.form_section .left-col,
.form_section .right-col	{
		flex: 0 0 100%;
	}
	.form_section .form_row,
	.form_section .form_col	{
		gap: 10px;
	}
	.form_section .page-title {
		margin-bottom: 22px;
	}
}



@media (max-width: 768px) {
	.rev_slider-nav .slick-dots,
	.sert_slider-nav .slick-dots {
		display: none !important;
	}
}