

/* Start:/local/templates/Vesta/components/bitrix/news/service/bitrix/news.detail/.default/style.css?16801758363689*/
.service h1 {
	font-size: 3.1rem;
	text-align: center;
}
.service button {
	font-size: calc(16px + 2 * ((100vw - 320px) / 1600));
	margin: 0 auto 45px;
	background: #FFC122;
	border-radius: 3px;
	padding: 14px 20px;
}
.service_content{
	margin-top: 15px;
	margin-bottom: 50px;
}
.service-slider img{
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.slider_title{
	font-weight: bold;
	font-size: 30px;
	line-height: 35px;
	text-align: center;
}
.service_content p, .service_content li{
	font-size: 18px;
	line-height: 25px;
	color: black;
}
.service_content .h1, .service_content .h2, .service_content .h3, .service_content .h4, .service_content .h5,
.service_content .h6, .service_content h1, .service_content h2, .service_content h3, .service_content h4,
.service_content h5, .service_content h6{
	margin-bottom: 10px;
	color: black;
}
.service_content li{
	margin-left: 1.5em;
	position: relative;
}
.service_content li:before{
	content: ' ';
	position: absolute;
	left: -1.5em;
	background-color: #26A4FF;
	height: 17px;
	width: 17px;
	line-height: 2em;
	text-align: center;
	font-weight: bold;
	border-radius: 5px;
	top: 4px;
}
.service_banner img{
	max-width: 100%;
}
@media (max-width: 1366px) {
	.separate_squares{
		display: none;
	}
}



/* FORM */


.modal-content .modal-header .close{
	font-size: 16px;
	opacity: 1;
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: #00345B;
	border: none;
	color: #fff;
	line-height: 24px;
	font-weight: 400;
	margin: 0;
	font-family: 'CBKRobotoLight';
	padding: 0;
}
.modal-content .modal-header .close:hover{
	opacity: 1!important;
}
.modal-content .modal-header{
	justify-content: center;
	border-bottom: none;
}
.modal-dialog .modal-content{
	background-color: #00345B;
}
h5.modal-title{
	max-width: 540px;
	margin: 30px auto 0;
	font-size: 21px;
	line-height: 26px;
	color: #fff;
}

form .form-row input[type=tel], form .form-row input[type=text],
form#feedbackForm input[type=email]{
	width: 176px;
	height: 32px;
	background: #FFFFFF;
	border-radius: 50px;
	border: none;
	color: #979797;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	margin: 0 5px 8px;
}
form#feedbackForm input[type=email]{
	margin: 0 auto;
	width: 100%;
	max-width: 373px;
}
#name{
	float: right;
}
form button.btn{
	opacity: 1!important;
	min-width: 255px;
	background: #FFC357;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, .25);
	border-radius: 50px;
	margin: 7px auto 0;
}
.bottom_form_text{
	color: #fff;
	font-size: 12px;
	line-height: 14px;
	margin-top: 20px;
	text-align: center;
	margin-bottom: 34px;
}
.form-group .control-label{
	color: #fff;
}
.form-group.message, .form-group.attachments{
	max-width: 376px;
	margin-right: auto;
	margin-left: auto;
}
.form-group.message textarea{
	border-radius: 10px;
}
.form-group.attachments input{
	color: #fff;
	opacity: 1;
}

@media (max-width: 576px) {
	form .form-row input[type=tel], form .form-row input[type=text]{
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		max-width: 373px;
	}
	#name {
		float: none;
	}
}
@media (min-width: 576px){
	.modal .modal-dialog {
		max-width: 630px;
	}
}

.confidential{
    text-align: center;
}

.confidential label {
	font-size: 14px;
    line-height: 16px;
    margin-bottom: 8px;
}

.confidential span {
	font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.confidential span a {
	color: white;
}

.form-row {
	justify-content: center;
}

/* END FORM */
/* End */


/* Start:/local/templates/Vesta/components/bitrix/news/service/bitrix/news.detail/see-also/style.css?16787131653192*/
.see-also_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.see-also {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    width: 100%;
	max-width: 1600px;
}

@media (max-width: 767px){
	.see-also {
		-webkit-box-pack: initial;
		    -ms-flex-pack: initial;
		        justify-content: initial;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}

.see-also_title {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-style: initial;
	font-weight: 700;
	font-size: 30px;
	line-height: 35px;
	text-align: center;
	color: #000000;
}

.service-item {
	max-width: 400px;
	border: 1px solid #D6D6D6;
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

@media (max-width: 767px){
	.service-item {
   		margin-top: 30px;
	}
}

.service-item img {
	width: 100%;
	max-width: 380px;
	max-height: 230px;
}

.service_sub-title {
	margin-top:10px;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-style: initial;
	font-weight: 400;
	font-size: 20px;
	line-height: 23px;
	color: #000000;
}

.service_text {
	margin-top:10px;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-style: initial;
	font-weight: 300;
	font-size: 16px;
	line-height: 19px;
	color: #818181;
	min-height: 60px;
}

.service-item a {
	margin-top:10px;
	background: #FFC122;
	border-radius: 3px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 60px;
    max-width: 200px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-style: initial;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
}

.service-item a:hover {
    background: #fcb42f;
    -webkit-box-shadow: 0px 3px 5px rgb(0 0 0 / 25%);
            box-shadow: 0px 3px 5px rgb(0 0 0 / 25%);
	text-decoration: none;
	color: #000000;
}
/* End */
/* /local/templates/Vesta/components/bitrix/news/service/bitrix/news.detail/.default/style.css?16801758363689 */
/* /local/templates/Vesta/components/bitrix/news/service/bitrix/news.detail/see-also/style.css?16787131653192 */
