@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;600;700&display=swap');

body {
    margin: 0 auto;
	font-family: 'Nunito', sans-serif;
}
.bot_top {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.bot_top a.knopka {
    color: #fff;
    display: block;
    margin: 10px;
    text-decoration: none;
    font-weight: 600;
}
.bot_top a.knopka:hover {
    background: #f1d00a;
    color: #000;
}

a, a:hover, div, div:hover, p, p:hover, img, img:hover {
-webkit-transition: 0.2s;
    transition: 0.2s;
}

input.input_13 {
    width: calc(100% - 64px);
    margin: 10px 20px;
    border: 2px solid #d7d7d7;
    border-radius: 4px;
    padding: 10px;
}

.i_b_svg img {
    width: 150px;
}

.modal textarea {
    width: calc(100% - 64px);
    margin: 10px 20px;
    border: 2px solid #d7d7d7;
    border-radius: 4px;
    padding: 10px;
}

input.submit2 {
    color: #000;
    text-decoration: none;
    background: #F4D30A;
    font-size: 16px;
    /* font-weight: 600; */
    padding: 10px 13px;
    border-radius: 5px;
    display: inline-block;
    border: 1px solid #444;
    cursor: pointer;
}

input.submit2:hover {
    color: #fff;
    background: #002977;
}

p.modal__title {
    font-size: 20px;
    font-weight: 600;
}


.content {
    width: 80%;
    max-width: 1540px;
    margin: 0 auto;
    padding: 50px 0;
}
.top_window .content {
    padding-top: 10px;
}
.logo img {
    width: 200px;
}

.top_info {
    padding: 35px 0px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.top_menu {
    width: 100%;
    padding: 50px 0px;
    /* background: hwb(0deg 27% 73% / 49%); */
    display: flex;
    justify-content: space-between;
}

.top_menu ul {
    list-style: none;
    padding: 0;
}

.top_menu ul li {
    padding: 5px 0px;
}

.top_menu ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.smm {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.bg_line {
    min-height: 190px;
    /* background: rgb(0 0 0 / 72%); */
    background-image: url(/assets/templates/img/bg.png);
    background-size: contain;
}
.top_window .navig .content {
    min-height: 120px;
    padding: 20px 0px;
}
a.roe_too {
    color: #000;
    text-decoration: none;
    background: #F4D30A;
    font-size: 23px;
    font-weight: 600;
    padding: 22px 50px;
    border-radius: 10px;
    display: inline-block;
}
.top_window {
    background-image: url(/assets/templates/img/webp/home_bg.webp);
    background-size: cover;
}
.logo_text {
    text-align: center;
}
.content_window {
    /* padding: 85px 0px; */
}
.text {
    text-align: center;
    padding: 15px 0px;
}
.F7FAFE_window {
    background: rgb(247 250 254 / 69%);
    min-height: 500px;
}
.name_service {
    text-align: center;
}
.name_service h3 {
    font-size: 35px;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
    color: #0E2D75;
}
.all_service_category {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 40px;
}
.service_car {
    background: #0E2D75;
    min-height: 330px;
    width: 24%;
    border-radius: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    height: 350px;
}
.su_menu_service ul li a {
    color: #000;
    display: block;
    text-decoration: none;
    padding: 3px 20px;
    margin: 5px 10px;
    font-size: 16px;
    border: 1px solid #3967a9;
}

.su_menu_service ul li a:hover {
    color: #fff;
    border: 1px solid #fff;
}

.service_car:hover {
    background: #437fd6;
    display: flex;
    justify-content: flex-start;
}
.service_car:hover img {
	    width: 30px;padding-top: 40px;
}
.service_car:hover p {
    padding-top: 10px;
}
.service_car p {
    color: #fff;
    text-transform: uppercase;
    padding: 20px;
    margin: 0px;
    font-weight: 600;
    padding-top: 90px;
}

.su_menu_service {
    display: block;
    overflow: overlay;
    height: 1px;
}
.service_car:hover .su_menu_service {
    height: 180px;
}
.su_menu_service ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
a.more {
    color: #F4D30A;
    text-decoration: none;
    text-align: right;
    width: calc(100% - 30px);
    margin-right: 30px;
    display: none;
}

.service_car:hover a.more {
	display: block;
}
.lang select.select_ {
    padding: 9px 3px;
    background: #fff6;
    border: none;
}







.text h2 {
    padding-bottom: 40px;
}
.text p {
    font-size: 14px;
    font-weight: 800;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
    color: #605f5f;
}
.logo_text img {
    width: 250px;
}
.name_block {
    font-size: 35px;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
    color: #0E2D75;
    text-transform: uppercase;
}
.white {
    color: #ffffff;
}


.window .content {
    display: flex;
    justify-content: center;
    padding: 50px 0px;
    flex-direction: column;
    align-items: center;
}
.circle_bg {
    background: url(/assets/templates/img/circle_bg.png);
    background-size: cover;
}

.circle_svg {
    width: 40%;
    padding: 2%;
}



.footer {
    background: #002977;
}



.block_blue {
    width: 240px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contact_wez {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 50px 0px;
}

.block_blue.col_w {
    padding: 40px 45px;
    background: #F1D00A;
}
.block_blue.col_b {
    padding: 40px;
    background: #002977;
    min-height: 200px;
}



.block_blue ul {
    padding: 0px;
    list-style: none;
}
.block_blue ul il {
}
.block_blue ul li a {
    display: flex;
    align-items: center;
    color: #000;
    margin-bottom: 20px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
}

.block_blue.col_b ul li a {
    display: flex;
    align-items: center;
    color: #fff;
    margin-bottom: 20px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
}


.block_blue.col_b .name_blokc {
    color: #fff;
}


.block_blue ul li a img {
    margin-right: 20px;
}
.name_blokc {
    font-size: 20px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0.05em;
    text-align: left;
    color: #0F2863;
    text-transform: uppercase;
}
.fidbacke {
    background: url(/assets/templates/img/webp/form_bg.webp);
    background-size: cover;
    background-position: center;
}
.name_f {
    font-size: 45px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}
.form p {
    font-size: 26px;
    font-weight: 400;
    line-height: 31px;
    text-align: center;
    color: #fff;
    margin-top: 0px;
}
.input_3 {
    width: 30%;
    padding: 1%;
    font-size: 16;
    border: 2px solid #9D9D9D;
}
form div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.textarea {
    width: 100%;
    padding: 10px;
}

.submit {
    color: #000;
    text-decoration: none;
    background: #F4D30A;
    font-size: 23px;
    font-weight: 600;
    padding: 22px 50px;
    border-radius: 5px;
    display: inline-block;
    border: 1px solid #444;
    cursor: pointer;
}

.submit:hover {
    color: #fff;
    
    background: #002977;
    
}




form div+div+div {
    text-align: center;
    display: block;
}
.top_window h2 {
    font-size: 45px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin: 0px;
}
.lang {
    display: flex;
    align-items: center;
}

.lang .phone a {
    color: #fff;
    padding: 0px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    text-decoration: none;
    font-weight: 600;
}
.lang .phone a img {
    padding: 0px 10px;
}


footer {
    background: #0E2D75;
}
footer .content {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    padding-top: 50px;
}
footer .content .menu_f .flex_block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
footer .content .menu_f .flex_block div {
    min-width: 210px;
    max-width: 280px;
}
footer .content .menu_f .flex_block div ul {
    padding: 0px;
    list-style: none;
}

footer .content .menu_f .flex_block div ul li a {
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    margin-bottom: 10px;
}
footer .content .menu_f .flex_block div ul li a img {
    margin-right: 15px;
}
.name_f_m {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}
.menu_f {
    padding-top: 30px;
    width: 65%;
}
.logo_f {
    width: 35%;
}
.bloks_perew {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-top: 40px;
    flex-wrap: wrap;
}
.item_b {
    padding: 12px;
    width: 14.5%;
}
.item_b p {
    font-size: 16px;
}
.item_b p+p {
    font-size: 14px;
}
.item_b p {
    font-size: 16px;
    font-weight: 600;
    margin-top: 0px;
}
.info_lviv {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: url(/assets/templates/img/webp/ukraine.webp) center right no-repeat;
    padding-bottom: 50px;
}
.text_lviv {
    min-width: 200px;
    min-height: 100px;
    padding-left: 10vw;
    margin-bottom: 10px;
    margin-right: 30px;
    border-radius: 0px 15px 15px 0px;
    background: #F7FAFE;
    display: flex;
    justify-content: center;
    align-items: center;
}


@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@600&display=swap');
.item_b_name {
    font-size: 45px;
    padding: 0px;
    margin: 0px;
    font-weight: 600;
    color: #f4d30a;
    font-family: 'Oswald', sans-serif;
    background: url(/assets/templates/img/line.png) right center no-repeat;
    background-position-x: 60px;
}




.item_b:last-child .item_b_name {
background: none;
}


.window.color_bg {
    background: #eef3fa;
}
p.texi_l_lviv {
    margin: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 200px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    padding: 20px 20px;
}
p.texi_l_lviv span {
    color: #2E4D9B;
    font-size: 60px;
    font-family: 'Oswald', sans-serif;
}
.mape_lviv img {
    width: 600px;
    padding-left: 5vw;
}
.service_car img {
    padding-top: 50px;
}

.logo {
    display: flex;
}


.burg {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.burger svg {
    width: 100px;
    height: 100px;
    cursor: pointer;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.burger svg path {
    fill: none;
    -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    -moz-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    -o-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    -ms-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    stroke-width: 30px;
    stroke-linecap: round;
    stroke: #ffffff;
    stroke-dashoffset: 0px;
}
.burger svg path#top,
.burger svg path#bottom {
  stroke-dasharray: 240px 950px;
}
.burger svg path#middle {
  stroke-dasharray: 240px 240px;
}
.cross path#top,
.cross path#bottom {
  stroke-dashoffset: -650px;
  stroke-dashoffset: -650px;
}
.cross path#middle {
    stroke-dashoffset: -240px;
    stroke-dasharray: 0px 217px;
}





/* Стили для подложки */

.overlay {
   
   /* Скрываем подложку  */
   opacity: 0;
   visibility: hidden;
   
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(0, 0, 0, .5);
   z-index: 20;
   transition: .3s all;
}


/* Стили для модальных окон */

.modal {
   
   /* Скрываем окна  */
   opacity: 0;
   visibility: hidden;
   
   
   /*  Установаем ширину окна  */
   width: 100%;
   max-width: 500px;
   
   /*  Центрируем и задаем z-index */
   position: fixed;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   z-index: 30; /* Должен быть выше чем у подложки*/
   
   /*  Побочные стили   */
   box-shadow: 0 3px 10px -.5px rgba(0, 0, 0, .2); 
   text-align: center;
   padding: 30px;
   border-radius: 3px;
   background-color: #fff;
   transition: 0.3s all;
}


/* Стили для активных классов подложки и окна */

.modal.active,
.overlay.active{
   opacity: 1;
   visibility: visible;
}


/* Стили для кнопки закрытия */

.modal__cross {
   width: 15px;
   height: 15px;
   position: absolute;
   top: 20px;
   right: 20px;
   fill: #444;
   cursor: pointer;
}






.menu_left a.iLogo {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 285px;
}
.menu_left {
    position: absolute;
    background: #fff;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 0px;
    padding-bottom: 40px;
    padding-top: 30px;
}


.menu_left.blocks {
    width: 300px;
    padding: 30px;
    overflow: auto;
    height: calc(100vh - 50px);
    padding-bottom: 40px;
    z-index: 9999;
}

body.none_skrol {
    overflow: hidden;
}


p.name_p_menu {
    display: flex;
    align-items: center;
    color: #000;
    font-weight: 600;
    font-size: 16px;
}
p.name_p_menu img {
    width: 20px;
    padding-right: 10px;
}


.su_menu_service_nav ul li a {
    display: block;
    text-decoration: none;
    color: #8d8d8d;
    font-weight: 600;
}
.su_menu_service_nav ul li a:hover {
    color: #000;
}
.nav_menu {
    width: 285px;
}

.menu_left a img {
    width: 160px;
}
a.knopka {
    border: 1px solid;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.benefits {
    display: flex;
    justify-content: center;
    align-items: stretch;
}
.item_b {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.numb {
    color: #f4d30a;
    font-size: 60px;
    font-family: 'Oswald', sans-serif;
}
.i_b_text {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}


.menu_left ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.menu_left ul li {
	
}

.menu_left ul li a {
    text-decoration: none;
    color: #444;
    font-size: 16px;
    font-weight: 600;
}
.menu_left ul li a:hover {
    color: #000;
}



.menu_left ul li {
    text-decoration: none;
    color: #444;
    font-size: 16px;
    font-weight: 600;
}

.menu_left ul li ul {
    padding-left: 20px;
}

.menu_left ul li ul li  {
}
.menu_left ul li ul li a {
    font-weight: 500;
}
.menu_left ul li ul li a {
    font-weight: 500;
    text-decoration: underline;
}


.menu_left ul li ul li ul li a {
    text-decoration: none;
    font-weight: 600;
    color: #939393;
    margin-bottom: 5px;
    display: block;
}



.i_catalog {
    width: calc(20% - 40px);
    border: 1px solid #444;
    margin: 1%;
    background: #0E2D75;
    padding: 20px;
}


.w_category {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
}
.i_catalog a {
    text-decoration: none;
    color: #b2b2b2;
    font-weight: 600;
    text-align: center;
    display: block;
    margin-top: 20px;
}
.i_catalog a:hover {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
}



















.menu_left.blocks::-webkit-scrollbar {
  width: 12px;               /* ширина всей полосы прокрутки */
}

.menu_left.blocks::-webkit-scrollbar-track {
  background: #fff;        /* цвет зоны отслеживания */
}

.menu_left.blocks::-webkit-scrollbar-thumb {
  background-color: #002977;    /* цвет бегунка */
  border-radius: 20px;       /* округлось бегунка */
  border: 3px solid #fff;  /* отступ вокруг бегунка */
}










.nav_menu .su_menu_service_nav ul {
    display: none;
}
.nav_menu .su_menu_service_nav ul.lol{
    display: block;
}
.aqq1 ul.asf2 {
    display: none;
}
li.aqq1.iseyou ul.asf2 {
    display: block;
}
li.aqq1.iseyou .asf2 {
    border-top: 1px solid #444;
}

li.aqq1 span.fer {
    padding: 5px;
    display: block;
    cursor: pointer;
}
li.aqq1 span.fer:hover {
    background: #fafafa;
    display: block;
}
li.aqq1.iseyou span.fer {
    background: #efefef;
    display: block;
}
.menu_left ul li ul li a {
    color: #000;
}

.menu_left ul li ul li a:hover {
    color: #000;
}



































.circle_block {
		margin: 0;
	
		.circle_test {
			width: 600px;
			height: 600px;
			border-radius: 50%;
			border: 1px solid #e7e7e7;
			box-shadow: 1px 1px 16px 1px #ececec7a;
			padding: 0;
			margin: 0;
			list-style: none;
			position: relative;
			overflow: hidden !important;
			background: #fff;
			
			&::after  {
				content: "";
				border-radius: 50%;
				background: #0E2D75;
				width: 300px;
				height: 300px;
				transform-origin: 50% 50%;
				position: absolute;
				margin-left: calc(300px - 150px);
				margin-top: calc(300px - 150px);
			}
		}
	
.circle_test li img {
    margin-top: 110px;
    margin-left: 110px;
}
	

.circle_test li {
	width: 300px;
    height: 300px;
    position: absolute;
    border-bottom: 1px solid #0e2d75;
    border-right: 0px solid #fff;
    overflow: hidden;
    transform-origin: 100% 100%;
	
		&:nth-child(1){
			transform: rotate(25deg) skew(18deg);

		}
		&:nth-child(2){
			transform: rotate(97deg) skew(18deg);
	
		}
		&:nth-child(3){
			transform: rotate(169deg) skew(18deg);
		}
		&:nth-child(4){
			transform: rotate(241deg) skew(18deg);
		}
		&:nth-child(5){
			transform: rotate(313deg) skew(18deg);
		}
		img {
			width: 75px;
			height: auto;
			display: block;
			transform: skew(-18deg) rotate(-45deg);
		}
}

	.circle_test li:hover {
		background: #F4D30A;
	}

.block_info_circle {
    border-radius: 50%;
    width: 300px;
    height: 300px;
    transform-origin: 50% 50%;
    position: absolute;
    margin-left: calc(300px - 150px);
    margin-top: calc(300px - 150px);
    background: #0E2D75;
    z-index: 2;
    transform: rotate(85deg);
    display: flex;
    justify-content: center;
    align-items: center;
	
	
&::after   {
    content: "";
    position: absolute;
    margin-left: 25px;
    margin-top: 317px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 40px solid #0e2d75;
}
	
	
	
	
}
	
	
.circle_text {
    display: none;
}
	
.circle_text.active {
    display: block;
}	
	
.circle_text p {
    color: #fff;
    width: 215px;
    text-align: center;
    font-size: 22px;
}
	
	
	
.block_info_circle.block69 {
    transform: rotate(155deg);
	
	  -moz-transform: rotate(155deg); /* Для Firefox */
	  -ms-transform: rotate(155deg); /* Для IE */
	  -webkit-transform: rotate(155deg); /* Для Safari, Chrome, iOS */
	  -o-transform: rotate(155deg); /* Для Opera */
	
}
	
.block_info_circle.block70 {
    transform: rotate(230deg);
	
	  -moz-transform: rotate(230deg); /* Для Firefox */
	  -ms-transform: rotate(230deg); /* Для IE */
	  -webkit-transform: rotate(230deg); /* Для Safari, Chrome, iOS */
	  -o-transform: rotate(230deg); /* Для Opera */
	
}	
	
.block_info_circle.block71 {
    transform: rotate(300deg);
	
	  -moz-transform: rotate(300deg); /* Для Firefox */
	  -ms-transform: rotate(300deg); /* Для IE */
	  -webkit-transform: rotate(300deg); /* Для Safari, Chrome, iOS */
	  -o-transform: rotate(300deg); /* Для Opera */
	
}
	
	
.block_info_circle.block72 {
    transform: rotate(375deg);
	
	  -moz-transform: rotate(375deg); /* Для Firefox */
	  -ms-transform: rotate(375deg); /* Для IE */
	  -webkit-transform: rotate(375deg); /* Для Safari, Chrome, iOS */
	  -o-transform: rotate(375deg); /* Для Opera */
	
}
	
	
.block_info_circle.block73 div#block73, .block_info_circle div#block73 {
	transform: rotate(-85deg);
}
.block_info_circle.block69 div#block69{
	transform: rotate(-155deg);
}
.block_info_circle.block70 div#block70{
	transform: rotate(-230deg);
}
.block_info_circle.block71 div#block71{
	transform: rotate(-300deg);
}
.block_info_circle.block72 div#block72{
	transform: rotate(-375deg);
}
	
	
li.menu.active {
    background: #F4D30A;
}
	
	
li.menu:nth-child(1) img {
    transform: translate(50%, 50%) rotate(-23deg) skew(-14deg);
	  -moz-transform: translate(50%, 50%) rotate(-23deg) skew(-14deg); /* Для Firefox */
	  -ms-transform: translate(50%, 50%) rotate(-23deg) skew(-14deg); /* Для IE */
	  -webkit-transform: translate(50%, 50%) rotate(-23deg) skew(-14deg); /* Для Safari, Chrome, iOS */
	  -o-transform: translate(50%, 50%) rotate(-23deg) skew(-14deg); /* Для Opera */

    margin: 80px 0px 0px 80px;
}
li.menu:nth-child(2) img {
    transform: translate(50%, 50%) rotate(-80deg) skew(17deg);
    margin: 80px 0px 0px 80px;
}	
li.menu:nth-child(3) img {
    transform: translate(50%, 50%) rotate(-169deg) skew(-16deg);
    margin: 80px 0px 0px 80px;
}
li.menu:nth-child(4) img {
    transform: translate(50%, 50%) rotate(-228deg) skew(8deg);
    margin: 80px 0px 0px 80px;
}	
li.menu:nth-child(5) img {
    transform: translate(50%, 50%) rotate(-303deg) skew(5deg);
    margin: 80px 0px 0px 80px;
}
	
	
}






.bg_circle {
    background-image: url(/assets/templates/img/webp/rect2.webp);
    background-size: cover;
    background-position: center;
}
.name_block.col_wfff {
    color: #fff;
}




.price {
    color: #fff;
    font-weight: 600;
    margin-top: 20px;
    font-size: 20px;
    display: flex;
    align-items: center;
}
.time {
    color: #fff;
    font-weight: 600;
	font-size: 20px;
    margin-top: 10px;
    display: flex;
    align-items: center;
}


.price font, .time font {
    text-decoration: underline;
}

.price img, .time img {
    margin-right: 10px;
}




@media screen and (max-width: 1290px) { 


.mape_lviv img {
    width: 370px;
    padding-left: 5vw;
}
.item_b {
    width: 30%;
}
	
	
	
}




























.icon_category {
    width: 100%;
    text-align: center;
}



.icon_category img {
    width: 100px;
}



.mobile_on {
	display:none;
}
.mobile_off {
	display:block;
}
.i_b_text {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}






@media screen and (max-width: 800px) { 
	
	
	
	





	
	

	
	
	
	
	
	
	
	
	
	
	
	
	
	
.mobile_on {
	display:block;
}
.mobile_off {
	display:none;
}

	
	
	
	
.bloks_perew {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.benefits {
    display: flex;
    flex-direction: column;
}
.modal.active {
    max-width: 300px;
}
.item_b {
    padding: 12px;
    width: 100%;
}	
.mape_lviv {
    display: none;
}	
.text_lviv {
    background: #F7FAFE;
}	
.contact_wez {
    display: flex;
    flex-direction: column;
}	
footer .content .menu_f .flex_block {
    display: flex;
    flex-direction: column;
}	
footer .content {
    width: 80%;
    padding: 0px;
    display: flex;
    flex-direction: column;
}
.logo_f {
    width: 100%;
}	
.menu_f {
    width: 100%;
}	
.all_service_category {
    display: flex;
    flex-direction: column;
}
.service_car {
    width: 100%;
    margin-bottom: 20px;
}	
.top_info {
    display: flex;
    flex-direction: column;
    align-items: center;
}	
	form div {
    display: flex;
    flex-direction: column;
}
input.input_3 {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #103489;
    padding: 8px;
}	
.text_lviv {
    width: 100%;
    min-width: 100%;
    padding: initial;
    border-radius: 0px;
}	
.intro_lviv {
    width: 100%;
}	
.info_lviv {
    background: none;
}	
.top_window h2 {
    font-size: 20px;
}	
	
.i_catalog {
    width: 100%;
}
	
	
	
	
	
	
	
	
	
	

.circle_block {
		margin: 0;
	
		.circle_test {

			width: 300px;
			height: 300px;
			border-radius: 50%;
			border: 1px solid #e7e7e7;
			box-shadow: 1px 1px 16px 1px #ececec7a;
			padding: 0;
			margin: 0;
			list-style: none;
			position: relative;
			overflow: hidden !important;
			background-position: center;
			background-size: cover !important;
			background: url(/assets/templates/img/webp/bg_circle.webp);
			
			&::after  {
				content: "";
				border-radius: 50%;
				background: #0E2D75;
				width: 170px;
				height: 170px;
				transform-origin: 50% 50%;
				position: absolute;
				margin-left: calc(180px - 115px);
				margin-top: calc(180px - 115px);
			}
		}
	
.circle_test li img {
    margin-top: 110px;
    margin-left: 110px;
}
	

.circle_test li {
	width: 150px;
    height: 150px;
    position: absolute;
    border-bottom: 1px solid #0e2d75;
    border-right: 0px solid #fff;
    overflow: hidden;
    transform-origin: 100% 100%;
	
		&:nth-child(1){
			transform: rotate(25deg) skew(18deg);

		}
		&:nth-child(2){
			transform: rotate(97deg) skew(18deg);
	
		}
		&:nth-child(3){
			transform: rotate(169deg) skew(18deg);
		}
		&:nth-child(4){
			transform: rotate(241deg) skew(18deg);
		}
		&:nth-child(5){
			transform: rotate(313deg) skew(18deg);
		}
img {
    width: 35px;
    height: auto;
    display: block;
    transform: skew(-18deg) rotate(-45deg);
    display: none;
}
}

.circle_test li:hover {
    background: none;
}

.block_info_circle {
    border-radius: 50%;
    width: 170px;
    height: 170px;
    transform-origin: 50% 50%;
    position: absolute;
    margin-left: calc(180px - 115px);
    margin-top: calc(180px - 115px);
    background: #0E2D75;
    z-index: 2;
    transform: rotate(85deg);
    display: flex;
    justify-content: center;
    align-items: center;
	
	
&::after   {
	content: "";
    position: absolute;
    margin-left: 5px;
    margin-top: 170px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 10px solid #0e2d75;
}
	
	
	
	
}
	
	
.circle_text {
    display: none;
}
	
.circle_text.active {
    display: block;
}	
	
.circle_text p {
    color: #fff;
    width: 155px;
    text-align: center;
    font-size: 16px;
}
	
	
	
.block_info_circle.block69 {
    transform: rotate(155deg);
	
	  -moz-transform: rotate(155deg); /* Для Firefox */
	  -ms-transform: rotate(155deg); /* Для IE */
	  -webkit-transform: rotate(155deg); /* Для Safari, Chrome, iOS */
	  -o-transform: rotate(155deg); /* Для Opera */
	
}
	
.block_info_circle.block70 {
    transform: rotate(230deg);
	
	  -moz-transform: rotate(230deg); /* Для Firefox */
	  -ms-transform: rotate(230deg); /* Для IE */
	  -webkit-transform: rotate(230deg); /* Для Safari, Chrome, iOS */
	  -o-transform: rotate(230deg); /* Для Opera */
	
}	
	
.block_info_circle.block71 {
    transform: rotate(300deg);
	
	  -moz-transform: rotate(300deg); /* Для Firefox */
	  -ms-transform: rotate(300deg); /* Для IE */
	  -webkit-transform: rotate(300deg); /* Для Safari, Chrome, iOS */
	  -o-transform: rotate(300deg); /* Для Opera */
	
}
	
	
.block_info_circle.block72 {
    transform: rotate(375deg);
	
	  -moz-transform: rotate(375deg); /* Для Firefox */
	  -ms-transform: rotate(375deg); /* Для IE */
	  -webkit-transform: rotate(375deg); /* Для Safari, Chrome, iOS */
	  -o-transform: rotate(375deg); /* Для Opera */
	
}
	
	
.block_info_circle.block73 div#block73, .block_info_circle div#block73 {
	transform: rotate(-85deg);
}
.block_info_circle.block69 div#block69{
	transform: rotate(-155deg);
}
.block_info_circle.block70 div#block70{
	transform: rotate(-230deg);
}
.block_info_circle.block71 div#block71{
	transform: rotate(-300deg);
}
.block_info_circle.block72 div#block72{
	transform: rotate(-375deg);
}
	
	
li.menu.active {
    background: none;
}
	
	
li.menu:nth-child(1) img {
    transform: translate(50%, 50%) rotate(-23deg) skew(-14deg);


    margin: 40px 0px 0px 40px;
}
li.menu:nth-child(2) img {
    transform: translate(50%, 50%) rotate(-80deg) skew(17deg);
    margin: 40px 0px 0px 40px;
}	
li.menu:nth-child(3) img {
    transform: translate(50%, 50%) rotate(-169deg) skew(-16deg);
    margin: 40px 0px 0px 40px;
}
li.menu:nth-child(4) img {
    transform: translate(50%, 50%) rotate(-228deg) skew(8deg);
    margin: 40px 0px 0px 40px;
}	
li.menu:nth-child(5) img {
    transform: translate(50%, 50%) rotate(-303deg) skew(5deg);
    margin: 40px 0px 0px 40px !important;
}
	
	
}
.bot_top {
    display: flex;
    flex-direction: column;
}
.menu_left ul li {
    padding: 10px 0px;
}
.lang .phone a {
    font-size: 20px;
    margin-bottom: 10px;
}
.burger.cross {
    position: relative;
    z-index: 99999999;
    background: #405eafc2;
    margin-left: 70px;
}	
	
}