

/* Start:/local/templates/main/css/style.css?178332593639870*/
@charset "utf-8";



@font-face {
	font-family: 'Exo 2';
	src: url('/local/templates/main/css/fonts/Exo2-SemiBold.woff2') format('woff2'),
	url('/local/templates/main/css/fonts/Exo2-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Inter';
	src: url('/local/templates/main/css/fonts/Inter-Regular.woff2') format('woff2'),
	url('/local/templates/main/css/fonts/Inter-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Inter';
	src: url('/local/templates/main/css/fonts/Inter-Medium.woff2') format('woff2'),
	url('/local/templates/main/css/fonts/Inter-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Inter';
	src: url('/local/templates/main/css/fonts/Inter-SemiBold.woff2') format('woff2'),
	url('/local/templates/main/css/fonts/Inter-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Inter';
	src: url('/local/templates/main/css/fonts/Inter-Bold.woff2') format('woff2'),
	url('/local/templates/main/css/fonts/Inter-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}	
@font-face {
    font-family: 'Oswald';
	src: url('/local/templates/main/css/fonts/Oswald-Regular.woff2') format('woff2'),
	url('/local/templates/main/css/fonts/Oswald-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}	
@font-face {
    font-family: 'Oswald';
	src: url('/local/templates/main/css/fonts/Oswald-Medium.woff2') format('woff2'),
	url('/local/templates/main/css/fonts/Oswald-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}	
@font-face {
    font-family: 'Oswald';
	src: url('/local/templates/main/css/fonts/Oswald-SemiBold.woff2') format('woff2'),
	url('/local/templates/main/css/fonts/Oswald-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}	





*::before,
*::after{ display:block; content:""; position:absolute;}
svg{display: inline-block !important}
#fancybox-wrap{ box-sizing:content-box}
#fancybox-wrap *{box-sizing:content-box}
*{ margin: 0; padding: 0; outline:none; float:none; box-sizing:border-box; ;}
.fa-navicon::before, .fa-reorder::before, .fa-bars::before, .fa::before{position:relative; display:block}
select, a, input, button{outline:none; font-family: 'Inter'; color:#000; font-size: 1rem; transition: 0.1s}
select,textarea,input{  font-weight:normal; color:#000; font-size: 1rem; font-family: 'Inter'; resize: none}
select { -moz-appearance: none;-webkit-appearance: none;appearance: none;}
svg{ transition: 0.1s;}

::-ms-expand{display: none;}
:focus::-webkit-input-placeholder {color: transparent !important}
:focus::-moz-placeholder          {color: transparent !important}
:focus:-moz-placeholder           {color: transparent !important}
:focus:-ms-input-placeholder      {color: transparent !important}
input[placeholder]          {text-overflow:ellipsis;}
input::-moz-placeholder     {text-overflow:ellipsis;}
input:-moz-placeholder      {text-overflow:ellipsis;}
input:-ms-input-placeholder {text-overflow:ellipsis;}

.noSelect{-moz-user-select: none;-o-user-select: none;-khtml-user-select: none;-webkit-user-select: none;-ms-user-select: none;user-select: none;}
table{width: auto; border-collapse: collapse}
img{border:0; display: block; width: auto; max-width: 100%}
li{list-style:none}
a{position:relative; text-decoration:none}
a:hover{text-decoration:none}
button{cursor:pointer;}
.clear {clear: both;height:0px; float:none}
b, strong{font-weight:bold}

h1, h2{margin-bottom: 3.125rem; color:#202020; font-size: 3.75rem; font-family: 'Oswald'; font-style: normal; font-weight: 500; line-height: 1.1;  letter-spacing: -1.2px; text-transform: uppercase;}
/*
h1, h2{margin-bottom: 3.125rem; color:#202020; font-size: 2rem; font-family: 'Oswald'; font-style: normal; font-weight: 500; line-height: 1.1;  letter-spacing: -1.2px; text-transform: uppercase;}
*/
h3{font-family: 'Inter'; font-size: 1.5rem; font-weight: 600; line-height: 1.4}
html {min-height: 100%;display: -webkit-flex;display: flex;flex-direction: column;font-size:16px;color:#202020;background: #F4F6F9;
	font-family: 'Inter'; line-height: 1.3}

body {margin: 0;padding: 0;display: -webkit-flex;display: flex;flex-direction: column;flex: auto; overflow-y: scroll;}
header {width: 100%;z-index:10;position:relative;}
main {width: 100%;margin: auto;flex-grow: 1;box-sizing: border-box;z-index: 1; position: relative}
footer {width: 100%;margin: auto;box-sizing: border-box;z-index: 1; position: relative}


.wrapper{min-width:320px; max-width:1400px; margin:0 auto; position:relative; display:block; width:100%; padding: 80px 30px; border-radius: 20px; background: #fff }
.flex{display: -webkit-flex;display: flex;flex-direction:row;flex: auto;justify-content:flex-start;align-items:flex-start;}

.blue_btn{border-radius: 8px;background: #59ACE9;font-size: 1rem;font-weight: 600;line-height: 110%;letter-spacing: -0.32px; border: none; display: inline-block; color: #fff; height: 40px; line-height: 40px; padding: 0 20px; border: 1px solid #59ACE9}
.blue_btn:hover{ background: #fff; color: #59ACE9}




.bcrumbs li{display:inline-block; margin-right:5px; line-height:1;  }
.bcrumbs li a{ }
.bcrumbs li a:hover{ text-decoration: underline}
.text{line-height: 130%; font-size: 1rem; color: #444}
.text img{display:inline-block; }
.text p{ margin-bottom: 1em}
.text p:last-child{margin:0}
.text ul, .text ol{margin-bottom: 1em}
.text li { margin-bottom: 0.2rem; list-style:none; position: relative; padding-left: 1rem}
.text li::after{ width: 5px; height: 5px; border-radius: 100%; top: 0.5rem; left: 0; background: #73767B}
.text ol > li {list-style: inside decimal; padding-left: 0;}
.text ol > li::after{ width: 5px; height: 5px; border-radius: 100%; top: 0.5rem; left: 0; background: none;} 
.text ol > li > ul {padding-left: 2rem;}
.text table{ width: auto}
.text table td{padding: 5px; }
.text a{ color: #466ab7; text-decoration:underline }
.text a:hover{text-decoration:none}
img[data-src]{opacity: 0; transition: 0.2s; height: auto}
img[data-src].loaded{opacity: 1; height: auto; width: auto}






header{ padding: 20px 20px 0;}
/*
.hfix header{position: fixed; left: 0; top: 0; z-index: 900; padding: 0 20px;}
.hfix header .wrapper{-webkit-box-shadow: 0px 0px 10px 0 rgba(34, 60, 80, 0.1);-moz-box-shadow: 0px 0px 10px 0 rgba(34, 60, 80, 0.1);box-shadow: 0px 0px 10px 0 rgba(34, 60, 80, 0.1);}
.hfix .fixline{padding-top: 165px;}
*/

header{position: fixed; left: 0; top: 0; z-index: 900; background: #F4F6F9}
/*background: #F4F6F9*/
.vblind header {top: 75px;}
header .wrapper{-webkit-box-shadow: 0px 0px 10px 0 rgba(34, 60, 80, 0.1);-moz-box-shadow: 0px 0px 10px 0 rgba(34, 60, 80, 0.1);box-shadow: 0px 0px 10px 0 rgba(34, 60, 80, 0.1);}
.fixline{padding-top: 165px;}

.bx header{position: relative; left: auto; top: auto}
.bx .fixline{padding: 0 !important}


header .topline{width: 100%; padding: 20px 30px; justify-content:center; align-items: center; background: #59ace9;     border-radius: 20px; color: #fff; margin-bottom: 20px; display: none; white-space: nowrap}
header .topline .in{display: flex; align-items: center; margin:0 15px;}
header .topline a{color: #fff; font-weight: 500; margin-left: 5px; }
header .topline button:hover,
header .topline a:hover{text-decoration: underline}
header .topline svg path{fill:#fff !important; }
header .topline button{background: none; border: none; color: #fff; font-weight: 500}
header .topline button i{display: inline-block; font-style: normal; border: 2px solid #fff; width: 22px; line-height: 18px; text-align: center; border-radius: 100%; margin-right: 3px;}


header .wrapper{ padding: 20px 30px 0; display: flex; justify-content: space-between; align-items: center}
header .menubtn{display: none}
header .logo a{display: flex; white-space: nowrap }
header .logo svg{ margin-right: 10px;}
header .logo p span{ display: block;color: #73767B;font-size: 0.8125em;}
header .logo p b{color: #001636;font-family: 'Exo 2';font-size: 1rem;font-weight: 600;text-transform: uppercase;}

header .mp{ width: 100%; padding: 0 20px;}
header .mp .links{ display: flex; justify-content: center; padding-bottom: 7px; margin-bottom: 20px; border-bottom: 1px solid #E9EEF2}
header .mp .links a{ margin: 0 10px; display: flex; justify-content: flex-start; align-items: center; font-size: 15px; text-transform: uppercase;
	font-family: 'Oswald';  font-weight: bold;}
header .mp .links a.m2{font-size: 12px; line-height: 1.2; letter-spacing: 2px; font-weight: bold;}

header .mp .links a img{display: block; margin-right: 10px}
header .mp .links a i{font-style: normal; color: #555}

header .mp .menu{text-align: center}
header .mp .menu nav{ display: inline-block; }
header .mp .menu nav > ul{ display: flex; justify-content: center; align-items: center; }
header .mp .menu nav > ul > li{ margin: 0 15px; position: relative; padding: 0px 0 20px}
header .mp .menu nav > ul > li:first-child{margin-left: 0}
header .mp .menu nav > ul > li:last-child{margin-right: 0}
header .mp .menu nav > ul > li > a{font-size: 0.875rem;font-weight: 600;line-height: normal;text-transform: uppercase; display: inline-block; white-space: nowrap;
}
header .mp .menu nav > ul > li.active > a,
header .mp .menu nav > ul > li > a:hover{color: #59ACE9 }

header .mp .menu nav > ul > li > ul{display: none; position: absolute; left: 0; text-align:left; background: #fefefe;
border: 1px solid #eee; border-top: none; min-width: 200px; margin-top: 20px}
header .mp .menu nav > ul > li:nth-child(2) > ul{min-width: 600px;}
header .mp .menu nav > ul > li > ul a{display: block; padding:7px 20px; font-size: 0.875rem }
header .mp .menu nav > ul > li > ul a:hover,
header .mp .menu nav > ul > li > ul .active a{color: #59ACE9}

header .mp .menu nav > ul > li:hover > ul{ display: block}


header .contacts{ white-space: nowrap}
header .contacts .mail{ margin-bottom: 3px;}
header .contacts .phone a,
header .contacts .mail a{font-size: 0.875rem;font-weight: 600;  }
header .contacts .mail a{text-decoration: underline; display: flex; align-items: center}
header .contacts .mail a svg{margin-right: 5px}
header .contacts .phone a:hover,
header .contacts .mail a:hover{color: #59ACE9 }
header .contacts .q{ display: flex; align-items: center; margin-top: 18px;}
header .contacts .q a{display: inline-flex;padding: 10px;justify-content: center;align-items: center;gap: 10px;	border-radius: 8px;border: 1px solid #59ACE9; margin-left: 5px}
header .contacts .q a:hover{background: #59ACE9; color: #fff; border-color:#59ACE9 }



.mobilmenu{ display: none; position: absolute; top: 220px; left: 20px; background: #59ace9; border-radius: 8px; padding: 20px 0; min-width: 270px;}
.hfix .mobilmenu{top: 108px; left: 20px;}
.mobilmenu a{color: #fff; display: block; width: 100%; padding: 8px 25px; font-size: 1.3rem}
.mobilmenu .active a,
.mobilmenu a:hover{text-decoration: underline}
.mobilmenu ul ul{padding-left: 30px; display: none}




a.tg .p1{ fill:#59ACE9}
a.tg .p2{ fill:#fff}
a.tg:hover .p1{ fill:#fff}
a.tg:hover .p2{ fill:#59ACE9}
a.vk path{ fill:#59ACE9}
a.vk:hover path{ fill:#fff}

footer{ padding-bottom: 20px; color: #fff; font-size: 0.875rem; margin-top: -20px; z-index: 0; position: relative}
footer a{color: #fff; font-size: 0.875rem}
footer a:hover{text-decoration: underline}
footer .wrapper{ border-radius: 0px 0px 20px 20px;background: #59ACE9; padding: 44px 30px 23px; display: flex; justify-content: space-between; align-items: center}
footer .wrapper::after{}
footer .links{ display: flex; margin:0 20px}
footer .links a{ display: inline-block; margin: 0 15px}
footer .be{ display: flex; align-items: center}
footer .be a{ display: flex; align-items: center}
footer .be a svg{ margin-right: 5px}

.main_banner{padding-top: 20px;}
.main_banner .wrapper{ padding: 0; background: none; border-radius: 0; border-radius: 20px; overflow: hidden}
.main_banner mask-sec {height: 300px;display: block;width: 100%;position: relative;}
.main_banner mask-sec .both.masked {z-index: 1;}
.main_banner mask-sec .both,
.main_banner mask-sec .both .bg img,
.main_banner mask-sec .both .bg {position: absolute;top: 0;left: 0;right: 0;bottom: 0;width: 100%;height: 100%;}
.main_banner mask-sec .both {display: flex;}
.main_banner mask-sec .both .bg img,
.main_banner mask-sec .both .bg {z-index: 0;object-fit: cover;object-position: center;}
.main_banner mask-sec .title{width: 100%; height: 100%; 	display: flex; justify-content: center; align-items: center }
.main_banner mask-sec .title span{ display: block; color: #fff;font-family: Oswald;font-size: 3.75rem;font-weight: 500;line-height: 1.1;letter-spacing: -1.2px;text-transform: uppercase; text-align: center}
.main_banner mask-sec .visible .title span{color: #202020}
.main_banner mask-sec .both .title span {    z-index: 1;}
.main_banner mask-sec .both.visible {    z-index: 0;}

body{padding: 0 20px  !important; overflow-y: scroll !important;}
.sec{ margin-top: 20px; }

.services{}
.services .wrp.flex{ flex-wrap: wrap; align-items: stretch; justify-content: flex-start}
.nblock{ display: block; border-radius: 15px; background: #E9EEF2; width: calc(100%/3 - 14px); margin: 0 20px 20px 0; position: relative}
.nblock:nth-child(3n){margin-right: 0}
.nblock .img{width: 100%; overflow: hidden; border-radius: 15px;}
.nblock .img img{width: 100%; display: block; transition: 0.2s}
.nblock .name{ padding: 20px 30px 80px; font-weight: 500; min-height: 13em}
.nblock .name .description{ margin-top: 12px; font-size: 0.8rem; font-weight: normal; color: #777}
.nblock .date{ color: #59ACE9; font-size: 12px; margin-top: 8px;}
.nblock.nl .name{padding-bottom: 40px}


.nws .nblock{width: 100%; margin: 0 !important} 



.nblock .line{ display: flex; justify-content: space-between; padding: 0 30px 30px; width: 100%; position: absolute; left: 0; bottom: 0; align-items: center; white-space: nowrap}
.nblock .line b{font-family: 'Oswald';font-size: 1.25rem;font-weight: 500;line-height: normal;}
.nblock .line .more{ display: flex; align-items: center; font-weight: 600; line-height: 1.1; margin-top: 5px}
.nblock .line .more svg{margin-left: 5px; transform: rotate(-45deg)}
.nblock.all{background: #59ACE9; color: #fff; border: 1px solid #59ACE9}
.nblock.all .line .more svg path{stroke:#fff !important}
.nblock:hover .img img{ transform: scale(1.1)}
.nblock:hover .line .more{color: #59ACE9}
.nblock:hover .line .more svg{transform: rotate(0)}
.nblock:hover .line .more svg path{stroke:#59ACE9}
.nblock.all:hover{background: #fff; color: #59ACE9;}
.nblock.all:hover .line .more{color: #59ACE9}
.services .wrp a.all:hover .line .more svg path{stroke:#59ACE9 !important}




/*.about .wrapper{background: #fff url("/local/templates/main/css/../img/tmp/123.png") left top no-repeat}*/

.about .wrp.flex{ justify-content: space-between; align-items: stretch; }
.about .text{ width: 50%; font-size: 1rem}
/*
.about .text h1,
.about .text h3,
.about .text h2{ margin-bottom: 1.25rem; padding-bottom: 1.25rem; background: url("/local/templates/main/css/../img/Group454.png") left bottom no-repeat; 
font-family: 'Inter';
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.4; text-transform: none; color: #73767B;letter-spacing:normal;
}
 */

.about .text h1,
.about .text h3,
.about .text h2{ margin-bottom: 1.25rem;
	font-family: 'Inter';
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.4; text-transform: none; color: #111;letter-spacing:normal;
}


.about .text .cols{ display: flex; justify-content: space-between; color: #000}
.about .text .cols div{width: 48%}


.about .circles{ width: 49%; position: relative; }
.about .circles .w{position: relative; width: 100%; height: 500px }
.circle{ position:absolute; height: 0; padding-bottom: 100%; width: 100%; border-radius: 100%; overflow: hidden; left: 0; top: 0; z-index: 1; transition: 0.35s ease; border: 1px solid #59ACE9; background: #fff;
}
.circle:hover{z-index: 2; }
.circle span{position: absolute; width: 100%; height: 100%; left: 0; top: 0; display: flex; justify-content: center; align-items: center; flex-direction: column; padding: 1.1rem; text-align: center; font-size: 0.875rem; color: #73767B; line-height: 1.1 }
.circle b{font-family: Oswald;font-size: 2rem;font-weight: 500;line-height: normal;text-transform: uppercase; color: #222}

.circle.v1{ width: 37.4%; padding-bottom:37.4%; transform: translate(0.4%, 3%); }
.circle.v1:hover{transform: translate(0.4%, 3%) scale(1.15);}

.circle.v2{ width: 25%; padding-bottom:25%; transform: translate(146%, -0.8%); }
.circle.v2:hover{transform: translate(146%, -0.8%) scale(1.15); }

.circle.v3{ width: 37.6%; padding-bottom:37.6%; transform: translate(157%, 15.3%); }
.circle.v3:hover{transform: translate(157%, 15.3%) scale(1.15); }

.circle.v4{ width: 30%; padding-bottom:30%; transform: translate(9%, 127.8%); }
.circle.v4:hover{transform: translate(9%, 127.8%) scale(1.15); }

.circle.v5{ width: 33%; padding-bottom:33%; transform: translate(91.5%, 75%); }
.circle.v5:hover{transform: translate(91.5%, 75%) scale(1.15); }

.circle.v6{ width: 29.5%; padding-bottom:29.5%; transform: translate(198.2%, 145.7%); }
.circle.v6:hover{transform: translate(198.2%, 145.7%) scale(1.15); }



.scontacts h3{ margin-bottom: 1.5625rem}
.scontacts .wrp{ display: flex; align-items: stretch; justify-content: space-between}
.scontacts .wrp .info{	border-radius: 15px;border: 1px solid #C1C5C8; width: calc(50% - 10px); padding: 1.875rem;}
.scontacts .wrp .info .in{ margin-bottom: 1.3rem; display: flex; line-height: 1.4 }
.scontacts .wrp .info .in svg{width: 24px; margin-right: 5px}
.sociaz{ display: flex; }
.sociaz a{display: inline-flex;padding: 10px;justify-content: center;align-items: center;gap: 10px;	border-radius: 8px;border: 1px solid #59ACE9; margin-right: 5px;}
.sociaz a:hover{background: #59ACE9; color: #fff; }
.scontacts .wrp .map{border-radius: 15px;width: calc(50% - 10px); overflow: hidden}
.scontacts .wrp .map img{display: block; width: 100%}






/*
.finfo{background: #fff; border: 2px solid #000; padding: 20px 30px; position: fixed; top: 0; left: 0; z-index: 99999; }
*/






.fixed{overflow: hidden; }
body.fixed{overflow: hidden; overflow-y:scroll;}
.modal{ display:flex; width: 100%; height: 100%; position: fixed; left: 0; top: 0; background: rgba(0,0,0,0.1); justify-content: center; align-items: center;  padding: 5px;overflow-y: auto; z-index: -1; opacity: 0; transition: 0.2s}
.modal.show{ opacity: 1; z-index: 999}
.modal .form{width: 100%;  margin: 0 auto; background: #fff;border-radius: 20px; max-width: 560px; padding: 60px; position: relative; z-index: 1; position: relative;border: 1px solid #E1E1E1;box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.2);}
.modal .title{text-align: center;font-family: Oswald;font-size: 2.5rem;font-weight: 500;line-height: 1.1;letter-spacing: -0.8px;text-transform: uppercase; margin-bottom: 1rem}
.modal .dtitle{ text-align: center}
.modal form{margin-top: 30px;}
.modal .close_btn{background: none; border: none; position: absolute; right: 45px; top: 35px;}
.modal .close_btn svg{stroke:#929292}
.modal .close_btn:hover svg{stroke: #f33a66;}
.modal .errors-list p{margin: 0 0 6px 0}
.modal input,
.modal textarea{ width: 100%;height: 50px;background: #E9EEF2;border: 1px solid #EDEDED;border-radius: 8px; padding: 0 20px;font-family: 'Inter'; margin-bottom: 15px;}
.modal input.error,
.modal textarea.error{ border: 1px solid #ff0000;}
.modal textarea{ height: 135px;padding: 20px;}
.modal .send_btn{ margin-bottom: 10px; }
.modal .send_btn button{width: 100%; height: 50px;}
.modal .nb{text-align: center;}
.modal .nb a{ text-decoration: underline;}
.modal .nb a:hover{text-decoration: none}
.modal.message .form .wrp{}
.modal.message{ }
.modal.message .title{margin-bottom: 1em}
.modal.message .form{max-width: 450px;}
.modal.message p{margin-bottom: 0.3em}
.modal.message h3{font-size: 1.1em; width: auto; margin-bottom: 1rem }
.modal.message.error h3,
.modal.error .errors-list,
.modal.error .errors-list p,
.modal.error{color: #D00104 !important; }
.modal.error .close_btn svg{stroke:#D00104}
.modal.message.error .title{color: #D00104; }
.modal.message.error h3{text-align: left}
.modal.message.error .form .wrp{}

.bcrumbs{margin-bottom: 1.375rem}

.bx-breadcrumb{ display: flex; flex-wrap: wrap}
.bx-breadcrumb-item{color:#59ACE9; display:inline-block; margin-right:5px; line-height:1; font-size: 0.875rem  }
.bx-breadcrumb-item a{ color:#59ACE9; font-size: 0.875rem}
.bx-breadcrumb-item a:hover{ text-decoration: underline}



.service_title{ display: flex; justify-content: space-between; align-items: center; margin-bottom:3rem }
.service_title h1{ margin: 0 30px 0 0; width: 70%; font-size: 46px;}
.service_title .price{ display: flex; justify-content: flex-start; align-items: center; color: #59ACE9; white-space: nowrap; background: none; border: 2px solid #59ACE9; padding: 5px 10px;}
.service_title .price svg{ margin-right: 6px;}
.service_title .price span{font-family: Oswald;font-size: 2rem;font-weight: 500;text-transform: uppercase;}

.sec.text h2{font-size: 32px;}

.service_img{ margin-bottom: 3rem; font-size: 1rem; color: #000; line-height: 1.5}
.service_img img{ border-radius: 15px; display: block; float: left; margin: 0 2rem 2rem 0}
.service_description{ font-size: 0.875rem; color: #73767B}
.service_description .icons{ display: flex; justify-content: space-between; margin-top: 3rem; flex-wrap: wrap}
.service_description .icons .ico{display: flex;  padding-right: 20px; align-items: flex-start; width: 25%; margin-bottom: 20px}
.service_description .icons .ico img{margin-right: 1.1rem}



.qna{}
.qna_one{ padding: 1.5rem 0; border-bottom: 1px solid #E9ECED}
.qna_one .q{ font-size: 1rem; color: #202020; font-weight: 500; display: flex; align-items: center; -moz-user-select: none;-o-user-select: none;-khtml-user-select: none;-webkit-user-select: none;-ms-user-select: none;user-select: none; cursor: pointer}
.qna_one .q span{ display: inline-block; width: 48px; height: 48px; min-height: 48px; min-width: 48px; border-radius: 100%; line-height: 48px; text-align: center; border: 1px solid #59ACE9; margin-right: 24px}
.qna_one .a{ padding-left: 72px; display: none}
.service_order h2{ margin-bottom: 1rem; text-align: center; font-size: 2rem}
.service_order p{ text-align: center; font-size: 1rem; margin-bottom: 2rem}
.form{padding: 30px; border-radius: 20px; border: 1px solid #59ACE9; font-size: 1rem; color: #222}
.form input[type=text]{ width: 100%;height: 50px;background: #E9EEF2;border: 1px solid #EDEDED;border-radius: 8px; padding: 0 20px;font-family: 'Inter'; margin-bottom: 20px;}
.form .send_btn{ margin-bottom: 10px; }
.form .send_btn button{width: 100%; height: 50px;}
.form .nb{margin-bottom: 1rem;}

.pages{ text-align: center; margin-top: 2rem}
.pages li{ display: inline-block}
.pages li  a{ width: 48px; height: 48px; min-height: 48px; min-width: 48px; border-radius: 100%; line-height: 48px; text-align: center; border: 1px solid transparent; display: block}
.pages li a:hover,
.pages li.active a{ border-color: #59ACE9; }




.bslider .wrp{position: relative; padding: 0 56px}

.bslider .wrp .slider{display: flex; align-items: stretch}
.bslider .nws{position: relative;}
.bslider .nws a{height: 100%}

.nav .prev,
.nav .next{ width: 36px; height: 36px; background: none;   position:absolute; top: 50%; margin-top: -18px; border: none}
.nav .prev:hover,
.nav .next:hover{ transform: scale(1.125)}
.nav .prev{ left: 0;}
.nav .next{ right: 0; }
.nav .next[disabled],
.nav .prev[disabled]{display: none}

.bslider .nmore{ margin-top: 50px;}
.bslider .nmore a{ display: flex; align-items: center; font-weight: 600; line-height: 1.1; margin-top: 5px}
.bslider .nmore a svg{margin-left: 5px; transform: rotate(-45deg)}
.bslider .nmore a:hover{color: #59ACE9}
.bslider .nmore a:hover svg{transform: rotate(0)}
.bslider .nmore a:hover svg path{stroke:#59ACE9}


.newsone .service_title{ display: flex; justify-content: space-between; align-items:flex-start ; margin-bottom:3rem }
.newsone .service_title h1{ margin: 0 30px 0 0; width: 70%; }
.service_title.nop h1{width: 100%; margin: 0}

.newsone .service_title .date{font-size: 0.875rem; color: #73767B; white-space: nowrap}

.newsone .cnt{ color: #202020}
/*
.newsone .cnt img{ width: 100%; height: auto; max-width: 660px; border-radius: 15px; display: block; float: left; margin: 0 20px 20px 0}
*/
.newsone .cnt .img{margin-bottom: 2rem; text-align: center}
.newsone .cnt img{ width: auto; height: auto; max-width: 100%; border-radius: 15px; display:inline-block; }
.cnt.text {display: flex; flex-wrap: wrap; justify-content: space-between;}
.cnt.text .img {width: 30%;}
.cnt.text .img img{width: 100%;}
.cnt.text .description {width: 65%;}


.sitemap{margin-top: 2rem}
.sitemap li{padding: 3px 0}
.sitemap li a{text-decoration: underline }
.sitemap li a:hover{text-decoration: none}




.contwrap{position: relative; border-radius: 20px; overflow: hidden}
.anmcont{color: #fff; min-width: 400px; position: absolute;top: 0;z-index: 2; background: rgba(89,172,233,0.97); height: 100%;display: flex;width: 30%;flex-wrap: wrap;flex-direction: column;justify-content: center;padding: 0 35px; font-weight: 300}


.anmcont a {color: #fff;}
.contwrap .map{width: 100%; height: 450px; background: #fff}
.anmcont h3{color: #fff; font-size: 1em; text-transform: uppercase; font-weight: normal; line-height: 1.5; margin-bottom: 1em}
.anmcont p.phone,
.anmcont p.email{ padding:5px 0 5px 28px; background:left center no-repeat; margin-bottom: 1em}
.anmcont p.phone{ background-image:url("/local/templates/main/css/../img/cphone.webp");}
.anmcont p.email{ background-image:url(/local/templates/main/css/../img/cmail.webp);}
.anmcont blockquote {position: relative;display: block;padding: 3px 0 3px 25px;margin:10px 0 0 8px; background: none; color: #fff; border: none; }
.anmcont blockquote:before{display: none}
.anmcont blockquote::after {width: 4px;height: 100%;background: #fff;top: 0;left: 0;}


.bad-eye {
	display: none;
	font-family: sans-serif;
	font-size: 16px;
	line-height: normal;
	position: fixed;
	z-index: 9999991;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	background-color: #f1f1f1;
	color: #562212
}

.bad-eye * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0
}

.bad-eye-caption {
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0
}

.bad-eye-btn {
	display: inline-block;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #562212;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	border-radius: 3px;
	padding: 7px 10px;
	cursor: pointer;
	min-width: 50px;
	margin: 0 5px 5px 0;
	color: #000
}

.bad-eye-btn:hover {
	border-color: #333
}

.bad-eye-btn:active {
	text-decoration: none;
	border-color: #fff
}

.bad-eye-btn:focus {
	color: #000
}

.bad-eye-btn-active {
	background-color: #562212;
	color: #FFF
}

.bad-eye-btn-active:hover {
	color: #FFF
}

.bad-eye-btn-active:focus {
	color: #FFF
}

.bad-eye-wrap {
	display: inline-block;
	padding: 10px 20px;
	border-radius: 4px
}

.bad-eye-white {
	background-color: #FFFFFF !important;
	/* background-image: none !important;*/
	color: #000000 !important
}

.bad-eye-white button, .bad-eye-white input, .bad-eye-white textarea {
	outline: 1px solid #000000 !important
}

.bad-eye-white a:not(.bad-eye a) {
	text-decoration: underline !important
}

.bad-eye-white a:not(.bad-eye a):active, .bad-eye-white a:not(.bad-eye a):focus, .bad-eye-white a:not(.bad-eye a):hover {
	color: #000
}

.bad-eye-black {
	background-color: #000000 !important;
	/*   background-image: none !important;*/
	color: #FFFFFF !important
}

.bad-eye-black button, .bad-eye-black input, .bad-eye-black textarea {
	outline: 1px solid #FFFFFF !important
}

.bad-eye-black a:not(.bad-eye a) {
	text-decoration: underline !important
}

.bad-eye-black a:not(.bad-eye a):active, .bad-eye-black a:not(.bad-eye a):focus, .bad-eye-black a:not(.bad-eye a):hover {
	color: #FFF
}

.bad-eye-blue {
	background-color: #000080 !important;
	color: #ffff00 !important;
	/*   background-image: none !important*/
}

.bad-eye-img-gray {
	-webkit-filter: grayscale(1) !important;
	filter: gray !important;
	filter: grayscale(1) !important
}

.bad-eye-close {
	display: inline-block;
	text-decoration: none;
	background-color: #562212;
	color: #FFF;
	margin: 0 0 15px 30px;
	padding: 7px 10px;
	border-radius: 3px
}

@media screen and (max-width: 992px) {
	.bad-eye-wrap {
		padding: 10px
	}

	.bad-eye-btn {
		padding: 5px 6px
	}
}

@media screen and (max-width: 768px) {
	.bad-eye {
		position: absolute;
		font-size: 14px
	}

	.bad-eye-btn {
		margin: 0 5px 0px 0;
		padding: 4px 4px
	}

	.bad-eye-wrap {
		padding: 5px 5px 5px 5px
	}

	.bad-eye-caption {
		margin: 0 0 3px 0
	}

	.bad-eye-close {
		margin: 0 0 15px 0;
		padding: 5px 5px
	}
}








.tns-controls.bad-eye-white button:last-child, .next.bad-eye-white{background-image: url(/local/templates/main/css/../img/ico/next.webp) !important; }
.tns-controls.bad-eye-white button:first-child, .prev.bad-eye-white{background-image: url(/local/templates/main/css/../img/ico/prev.webp) !important;}
.tns-controls.bad-eye-blue button:last-child, .next.bad-eye-blue,
.tns-controls.bad-eye-black button:last-child, .next.bad-eye-black{background-image: url(/local/templates/main/css/../img/ico/next_white.webp) !important; }
.tns-controls.bad-eye-blue button:first-child, .prev.bad-eye-blue,
.tns-controls.bad-eye-black button:first-child, .prev.bad-eye-black {	background-image: url(/local/templates/main/css/../img/ico/prev_white.webp) !important;}
.bad-eye-blue .calendar .nav.cprev button,
.bad-eye-black .calendar .nav.cprev button{  background-image: url("/local/templates/main/css/../img/ico/cprev_white.webp");}
.bad-eye-blue .calendar .nav.cnext button,
.bad-eye-black .calendar .nav.cnext button{ background-image: url("/local/templates/main/css/../img/ico/cnext_white.webp");}

.bad-eye-black .calendar .nav.cprev{
	background: -moz-linear-gradient(to right, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 38.67%, rgba(0, 0, 0, 0) 100%) !important;;
	background: -webkit-linear-gradient(to right, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 38.67%, rgba(0, 0, 0, 0) 100%) !important;;
	background: linear-gradient(to right, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important;; outline: none !important; }
.bad-eye-black .calendar .nav.cnext{
	background: -moz-linear-gradient(to left, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 38.67%, rgba(0, 0, 0, 0) 100%) !important;;
	background: -webkit-linear-gradient(to left, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 38.67%, rgba(0, 0, 0, 0) 100%) !important;;
	background: linear-gradient(to left, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%) !important;
	outline: none !important;
}
.bad-eye-blue .calendar .nav.cprev{
	background: -moz-linear-gradient(to right, rgb(0, 0, 128) 0%, rgb(0, 0, 128) 38.67%, rgba(0, 0, 128, 0) 100%) !important;;
	background: -webkit-linear-gradient(to right, rgb(0, 0, 128) 0%, rgb(0, 0, 128) 38.67%, rgba(0, 0, 128, 0) 100%) !important;;
	background: linear-gradient(to right, rgb(0, 0, 128) 0%, rgb(0, 0, 128) 40%, rgba(0, 0, 128, 0) 100%) !important;; outline: none !important; }
.bad-eye-blue .calendar .nav.cnext{
	background: -moz-linear-gradient(to left, rgb(0, 0, 128) 0%, rgb(0, 0, 128) 38.67%, rgba(0, 0, 128, 0) 100%) !important;;
	background: -webkit-linear-gradient(to left, rgb(0, 0, 128) 0%, rgb(0, 0, 128) 38.67%, rgba(0, 0, 128, 0) 100%) !important;;
	background: linear-gradient(to left, rgb(0, 0, 128) 0%, rgb(0, 0, 128) 50%, rgba(0, 0, 128, 0) 100%) !important;
	outline: none !important;
}


.banner .wrapper{background: none !important;}
.bslide .wrapper{background: none !important;}
.banner h2{display: inline-block}


.bad-eye-white .scrollup,
.bad-eye-blue .scrollup{background: #000 !important;}
.bad-eye-white .scrollup svg,
.bad-eye-blue .scrollup svg{background: none !important;}




.bad-eye-blue .calendar .nav.cprev button,
.bad-eye-blue .calendar .nav.cnext button,
.bad-eye-black .calendar .nav.cprev button,
.bad-eye-black .calendar .nav.cnext button{outline: none !important;}


.igray .wtd::after,
.igray .banner,
.igray .things .wrp a,
.igray .bslide .left,
.igray .bslide .right,
.igray .mainslider .slideone{
-moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
-o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
-webkit-filter: grayscale(100%);
filter: gray;
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");}

.ihide .wtd::after{display: none}

.bad-eye-white .event_one,
.bad-eye-blue .event_one,
.bad-eye-black .event_one,
.ihide .event_one{ background-image: none !important;}

.bad-eye-white .event_one{ border: 1px solid #000}
.bad-eye-black .event_one{ border: 1px solid #fff}
.bad-eye-blue .event_one{ border: 1px solid #ffff00}

.bad-eye-black .event_one .cnt .date,
.bad-eye-black .event_one h3{ color: #fff !important;}
.bad-eye-blue .event_one .cnt .date,
.bad-eye-blue .event_one h3{ color: #ffff00 !important;}
.bad-eye-white .event_one .cnt .date,
.bad-eye-white .event_one h3{ color: #000 !important;}


.bad-eye-white  .event_one .img .label span{background: #fff !important; color: #000 !important;}
.bad-eye-black  .event_one .img .label span{background: #000 !important; color: #fff !important;}
.bad-eye-blue  .event_one .img .label span{background: #000080 !important; color: #ffff00 !important;}


.ihide .banner,
.ihide .things .wrp a,
.ihide .bslide .left, .ihide .bslide .right,
.ihide .mainslider .slideone{ background: #bbb !important;}

.ihide .bad-eye-black .banner,
.ihide .bad-eye-black .things .wrp a,
.ihide .bad-eye-black .bslide .left,
.ihide .bad-eye-black .bslide .right,
.ihide .bad-eye-black .mainslider .slideone{background: #303030 !important;}

.ihide .bad-eye-blue .banner,
.ihide .bad-eye-blue .things .wrp a,
.ihide .bad-eye-blue .bslide .left,
.ihide .bad-eye-blue .bslide .right,
.ihide .bad-eye-blue .mainslider .slideone{background: #0202c1 !important;}


.bad-eye-black .wtd::after{ background-color: #000 !important;}
.bad-eye-blue .wtd::after{ background-color: #000080 !important}
.bad-eye-white .wtd::after{ background-color: #fff !important;}

.bad-eye-white .mione a{ border: 1px solid #000}
.bad-eye-black .mione a{ border: 1px solid #fff}
.bad-eye-blue .mione a{ border: 1px solid #ffff00}


.ihide .wtd .sxc{display: none}
.ihide .wtd .icons .wico .ico span{display: none}
.bad-eye-blue .wtd .icons .wico .ico.map span,
.bad-eye-black .wtd .icons .wico .ico.map span{ background-image: url("/local/templates/main/css/../img/ico/w_map_white.webp") !important;}
.bad-eye-blue .wtd .icons .wico .ico.time span,
.bad-eye-black .wtd .icons .wico .ico.time span{ background-image: url("/local/templates/main/css/../img/ico/w_time_white.webp") !important;}
.bad-eye-blue .wtd .icons .wico .ico.kid span,
.bad-eye-black .wtd .icons .wico .ico.kid span{ background-image: url("/local/templates/main/css/../img/ico/w_kid_white.webp") !important;}
.bad-eye-blue .wtd .icons .wico .ico.phone span,
.bad-eye-black .wtd .icons .wico .ico.phone span{ background-image: url("/local/templates/main/css/../img/ico/w_phone_white.webp") !important;}
.bad-eye-blue .wtd .icons .wico .ico.link span,
.bad-eye-black .wtd .icons .wico .ico.link span{ background-image: url("/local/templates/main/css/../img/ico/w_link_white.webp") !important;}
.ihide img{display: none}
.bad-eye-white .bslide .txt,
.bad-eye-white .mione a .wp,
.bad-eye-white .mainslider .slideone .txt,
.bad-eye-blue .bslide .txt,
.bad-eye-blue .mione a .wp,
.bad-eye-blue .mainslider .slideone .txt,
.bad-eye-black .bslide .txt,
.bad-eye-black .mione a .wp,
.bad-eye-black .mainslider .slideone .txt{background-image: none !important;}


.bad-eye-black header .logo img{ display: none !important; filter:none !important;}
.bad-eye-black header .logo img.white{display: block !important; filter:none !important;}
.bad-eye-black header .logo img.yellow{ display: none !important; filter:none !important;}
.bad-eye-blue header .logo img{ display: none !important; filter:none !important;}
.bad-eye-blue header .logo img.white{display: none !important; filter:none !important;}
.bad-eye-blue header .logo img.yellow{ display: block !important; filter:none !important;}

.bad-eye-black .things .wrp a .tm{ background: #000 !important;}
.bad-eye-blue .things .wrp a .tm{ background: #000080 !important;}
.bad-eye-white .things .wrp a .tm{ background: #fff !important; color: #000}

.bad-eye-blue .events .etype li a,
.bad-eye-blue .morex a{background: #000080 !important; color: #ffff00 !important; border: 1px solid #ffff00}
.bad-eye-black  .events .etype li a,
.bad-eye-black .morex a{background: #000 !important; color: #fff !important; border: 1px solid #fff}
.bad-eye-black .event_one .img .label span{background: #000 !important; color: #fff !important;}
.bad-eye-blue .event_one .img .label span{background: #000080 !important; color: #ffff00 !important;}
.igray img {-webkit-filter: grayscale(1) !important;filter: gray !important;filter: grayscale(1) !important;}
.ihide img { display: none !important;}
.bad-eye-black header .season button{background: #fff !important; }
.bad-eye-blue header .season button{background: #ffff00 !important; }

.bad-eye-blue header .language,
.bad-eye-blue header .season{border: 1px solid #ffff00}
.bad-eye-black header .language,
.bad-eye-black header .season{border: 1px solid #fff}
.bad-eye-black footer .sociaz .vk svg,
.bad-eye-black footer .sociaz .tg svg{fill: #fff}
.bad-eye-blue footer .sociaz .vk svg,
.bad-eye-blue footer .sociaz .tg svg{fill: #ffff00}
.bad-eye-white footer .sociaz .vk svg,
.bad-eye-white footer .sociaz .tg svg{fill: #000}

.bad-eye-black .mione a .wp h3,
.bad-eye-black .mione a .wp{background: #000 !important; color: #fff !important;}
.bad-eye-white .mione a .wp h3,
.bad-eye-white .mione a .wp{background: #fff !important; color: #000 !important;}
.bad-eye-blue .mione a .wp h3,
.bad-eye-blue .mione a .wp{background: #000080 !important; color: #ffff00 !important;}



.managment .wrp{ display: flex; justify-content: flex-start; align-items: stretch; flex-wrap: wrap}
.mngone{display: block;	border-radius: 15px;	background: #E9EEF2;	position: relative; width: calc(100%/3 - 20px); margin: 0 20px 20px 0 }
.mngone.boss, .mngone.boss a{
  display: flex;
  flex-wrap: wrap;}
  .mngone.boss {width: calc(100%/2 - 20px) !important;}
.mngone.boss .img {width: 40%;}
.mngone.boss .pd {width: 58%;}

.mngone .title{font-weight: 500; margin-bottom: 1rem}
.mngone.boss .title{font-weight: 500; margin-bottom: 1rem; font-size: 2em;}
.mngone .name{font-family: 'Oswald';font-size: 1.25rem;font-weight: 500;margin-bottom: 1rem;}
.mngone.boss .name{font-family: 'Oswald';font-size: 1.6rem;font-weight: 500;margin-bottom: 1rem;}
.mngone a
{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mngone .img{width: 50%;	overflow: hidden;	border-radius: 15px;}
.mngone .img img{ display: block; max-width: 100%; width: 100%}
.mngone .pd{padding: 20px; width: 46%;}
.double .mngone{width: calc(50% - 10px); display: flex; justify-content: flex-start; align-items: flex-start }
.double .mngone .img{width: 50%;}
.double .mngone:nth-child(2n){ margin-right: 0}
.triple .mngone{width: calc(100%/3 - 14px); }
.triple .mngone:nth-child(3n){ margin-right: 0}

@media (max-width:960px) {
	.triple .mngone{width: calc(100%/2 - 10px); }
	.triple .mngone:nth-child(3n){ margin-right: 20px}
	.triple .mngone:nth-child(2n){ margin-right: 0}

	.double .mngone{display: block }
	.double .mngone .img{width: 100%;}
	.mngone.boss {width: calc(100%) !important;}
}

@media (max-width:490px) {
	.mngone{width: 100% !important; margin-right: 0 !important; }
	.mngone.boss .img {width: 100%;}
.mngone.boss .pd {width: 100%;}
.cnt.text .img {width: 100%;}
.cnt.text .description {width: 100%;}


}
/* End */


/* Start:/local/templates/main/css/media.css?17833259367263*/
@charset "utf-8";
@media (max-width:1300px) {
	.service_description .icons .ico{width: 50%}

}
@media (max-width:1180px) {

	.hfix header{padding: 0 20px;}
	.fixline {padding-top: 209px;	}

	.hfix .fixline{padding-top: 150px;}
	.hfix header .topline{display: none}
	.showmenu .mobilmenu{display: block}

	html{font-size: 15px;}
	.wrapper{padding: 40px 20px}
	h1, h2{font-size: 3rem; margin-bottom: 1em}
/*	h1, h2{font-size: 2rem; margin-bottom: 1em}
*/
	header .topline{display: flex}
	.wrapper .menubtn{display: block}
	.wrapper .menubtn button{ background: #59ACE9; border: none; padding: 13px 9px; border-radius: 8px; 	}
	.wrapper .menubtn button span{display: block; width: 31px; height: 4px; background: #fff; border-radius: 2px; margin-bottom: 5px; transition: 0.1s}
	.wrapper .menubtn button span:last-child{margin: 0}
	.showmenu .menubtn button span:nth-child(2){ opacity: 0}
	.showmenu .menubtn button span:nth-child(1){ transform: rotate(45deg) translate(6px, 7px);}
	.showmenu .menubtn button span:nth-child(3){ transform: rotate(-45deg) translate(6px, -7px)}
	header .topline,
	header .wrapper {   padding: 15px 20px;}
	header .logo a{align-items: center}
	header .logo svg{margin-right: 30px; width: 120px; height: 90px;}
	header .contacts .q .blue_btn,
	header .contacts .phone,
	header .contacts .mail,
	header .mp{display: none}

	header .topline{margin-bottom: 15px;}
	
	.vblind header {top: 125px;}


}
@media (max-width:1020px) {

	.fixline {padding-top: 187px;	}
	.hfix .fixline{padding-top: 180px;}
	
	.mobilmenu{ top: 200px;}
	
	
	.main_banner mask-sec{height: 202px;}
	.main_banner mask-sec .title span{ font-size: 2.75rem}
	.nblock{width: calc(50% - 10px);}
	.nblock:nth-child(3n){margin-right: 20px}
	.nblock:nth-child(2n){margin-right: 0 !important}
	.nblock .name{padding: 15px 20px 80px; font-size: 0.95rem}
	.nblock .line .more{font-size: 0.9rem}
	.nblock .line b{font-size: 1.1rem}
	.about .wrp.flex{display: block}
	.about .circles{ width: 100%; }
	.about .circles .w{max-width: 600px; margin: 0 auto;     height: 450px;}
	.about .text{width: 100%; padding-top: 1rem}
	.about .text .cols{display: block}
	.about .text .cols div{width: 100%; margin-bottom: 1rem}
	.scontacts .wrp{flex-direction: column-reverse}
	.scontacts .wrp .map{width: 100%; height: 400px;}
	.scontacts .wrp .info{margin-top: 30px; width: 100%}
	footer .wrapper{display: block; text-align: center}
	footer .links{margin: 10px 0 0 0; width: 100%; justify-content: center}
	footer .be{ justify-content: center; margin-top: 10px;}
	header .logo svg {margin-right: 20px;width: 90px;height: 68px;}
	
	
	
	.anmcont{min-width: 320px;     padding: 0 25px;}
	.contwrap .map{height: 340px}
	
	.anmcont{color: #fff; min-width:inherit ; position:relative; top: auto; height: auto;width: 100%;padding: 25px; display: block}
	.contwrap {border-radius: 10px;}


}

@media (max-width:720px) {

	.service_description .icons .ico{width: 100%; padding-right: 0; align-items: center}
	.service_title{display: block}
	.service_title h1{margin:0 0 1rem; width: 100%}
	.bslider .wrp{padding: 0 15px}
	.nav .prev svg, .nav .next svg,
	.nav .prev, .nav .next{width: 25px;}
	.nav .prev{ left: -10px;}
	.nav .next{ right: -10px; }
	.service_title h1{font-size: 2.5rem}
	
	
	
	
	
	
	
	
}

@media (max-width:620px) {




	html{font-size: 14px;}
	body{padding: 0 5px !important;}
	header .topline{justify-content: space-between; margin-bottom: 10px;}
	header .topline .menubtn{display: block}
	.wrapper .menubtn,
	header .topline .in.x320{display: none}
	header .topline .in{margin: 0 0 0 15px;}
	header .topline, header .wrapper {padding: 15px 12px; border-radius: 10px;}
	header .topline{padding: 12px}

	header {
		padding: 10px 5px 0;
	}

	.wrapper {padding: 20px 8px;border-radius: 10px;}
	.topline .menubtn button span:last-child{margin: 0}
	
	.topline .menubtn{display: block}
	.topline .menubtn button{ background: #fff; border: none; padding: 11px 8px; border-radius: 8px; 	}
	.topline .menubtn button span{display: block; width: 29px; height: 4px; background: #59ACE9; border-radius: 2px; margin-bottom: 5px; transition: 0.1s}

	.main_banner{padding-top: 10px;}
	.sec{margin-top: 10px;}	
	
	.hfix header{padding:88px 0 0; position: relative; left: auto; top: auto}
	.hfix .fixline{padding-top: 0;}
	.hfix header .topline{display:flex; position: fixed; left: 5px; top: 0; width: calc(100% - 10px); z-index: 990}
	.hfix header .wrapper{-webkit-box-shadow:none;-moz-box-shadow: none;box-shadow: none;}
	.hfix .fixline{padding-top: 0;}

	.mobilmenu{ position: fixed; top: 85px; left: 5px; background: #59ace9; border-radius: 8px; padding: 20px 0; min-width: 270px;}
	.mobilmenu a{padding: 5px 20px; font-size: 1.2rem}
	.hfix .mobilmenu{top: 75px; left: 5px}

		.qna_one .q span{ display: inline-block; width: 42px; height: 42px; min-height: 42px; min-width: 42px; border-radius: 100%; line-height: 42px; text-align: center; border: 1px solid #59ACE9; margin-right: 15px}
	.qna_one .a{ padding-left: 57px; display: none}
	.form {    padding: 30px 20px;}	
	.breadcrumb{font-size: 0.875rem}
	.breadcrumb li{margin-right: 3px;}
	.service_img img{border-radius: 8px}
	
	.newsone .service_title{display: block}
	.newsone .service_title h1{width: 100%; margin:0 0 1rem 0}

	
	
}

@media (max-width:530px) {
	header .contacts .q{display: none}	
	header .wrapper{justify-content: center}
	footer .wrapper {border-radius: 0px 0px 10px 10px;padding: 40px 10px 15px;}	
	footer .links{ flex-direction: column; align-items: center}
	footer .links a{margin: 0 0 8px 0}
	footer .be{margin-top: 0}
	.nblock .name {padding: 20px 10px 60px;font-size: 0.90rem;    min-height:inherit;}
	.nblock.all .name{height: 15rem}
	.nblock .line {padding: 0 10px 20px;}	
	.nblock .line .more svg{ width: 12px; height: 12px;}
	.nblock {border-radius: 10px;width: 100%;margin: 0 0 20px 0 !important;}
	.nblock .img {border-radius: 0px 0px 10px 10px;}	
	.scontacts .wrp .info {    margin-top: 10px;}	
	.about .circles .w{position: relative; max-width: 450px; height: 780px;}
	.circle.v1{ width: 57.4%; padding-bottom:57.4%; transform: translate(0.4%, 3.2%); }
	.circle.v1:hover{transform: translate(0.4%, 3.2%) scale(1.1);}
	.circle.v2{ width: 38%; padding-bottom:38%; transform: translate(147.2%, -0.2%);}
	.circle.v2:hover{transform: translate(147.2%, -0.2%) scale(1.1); }
	.circle.v4{  width: 45.5%; padding-bottom:45.5%; transform: translate(11%, 130%);   }
	.circle.v4:hover{transform: translate(11%, 130%) scale(1.1); }
	.circle.v5{ width: 50%; padding-bottom:50%; transform: translate(92.5%, 75%);  }
	.circle.v5:hover{transform: translate(91.5%, 75%) scale(1.1); }
	.circle.v3{ width: 57.5%; padding-bottom:57.5%; transform: translate(65%, 152%);  }
	.circle.v3:hover{transform: translate(65%, 152%) scale(1.1); }
	.circle.v6{ width: 46%; padding-bottom:46%; transform: translate(5%, 270%);  }
	.circle.v6:hover{transform: translate(5%, 270%) scale(1.1); }

	
	.modal .title{font-size: 2rem}
	.modal .form{width: 100%; padding: 60px 20px 30px}
	.modal .close_btn{right: 30px;}
	.modal input, .modal textarea{border-radius: 5px; margin-bottom: 10px;}
	.modal{overflow-y: auto; align-items: flex-start}
	.modal .form{width: 100%; min-height: 100%}
		.vblind header {top: 175px;}

	
}

@media (max-width:360px) {

}
/* End */


/* Start:/local/templates/main/css/tiny-slider.css?17833259362181*/
.tns-outer{padding:0 !important}.tns-outer [hidden]{display:none !important}.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}.tns-slider{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}.tns-slider>.tns-item{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.tns-horizontal.tns-subpixel{white-space:nowrap}.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}.tns-horizontal.tns-no-subpixel:after{content:'';display:table;clear:both}.tns-horizontal.tns-no-subpixel>.tns-item{float:left}.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{margin-right:-100%}.tns-no-calc{position:relative;left:0}.tns-gallery{position:relative;left:0;min-height:1px}.tns-gallery>.tns-item{position:absolute;left:-100%;-webkit-transition:transform 0s, opacity 0s;-moz-transition:transform 0s, opacity 0s;transition:transform 0s, opacity 0s}.tns-gallery>.tns-slide-active{position:relative;left:auto !important}.tns-gallery>.tns-moving{-webkit-transition:all 0.25s;-moz-transition:all 0.25s;transition:all 0.25s}.tns-autowidth{display:inline-block}.tns-lazy-img{-webkit-transition:opacity 0.6s;-moz-transition:opacity 0.6s;transition:opacity 0.6s;opacity:0.6}.tns-lazy-img.tns-complete{opacity:1}.tns-ah{-webkit-transition:height 0s;-moz-transition:height 0s;transition:height 0s}.tns-ovh{overflow:hidden}.tns-visually-hidden{position:absolute;left:-10000em}.tns-transparent{opacity:0;visibility:hidden}.tns-fadeIn{opacity:1;filter:alpha(opacity=100);z-index:0}.tns-normal,.tns-fadeOut{opacity:0;filter:alpha(opacity=0);z-index:-1}.tns-vpfix{white-space:nowrap}.tns-vpfix>div,.tns-vpfix>li{display:inline-block}.tns-t-subp2{margin:0 auto;width:310px;position:relative;height:10px;overflow:hidden}.tns-t-ct{width:2333.3333333%;width:-webkit-calc(100% * 70 / 3);width:-moz-calc(100% * 70 / 3);width:calc(100% * 70 / 3);position:absolute;right:0}.tns-t-ct:after{content:'';display:table;clear:both}.tns-t-ct>div{width:1.4285714%;width:-webkit-calc(100% / 70);width:-moz-calc(100% / 70);width:calc(100% / 70);height:10px;float:left}

/*# sourceMappingURL=sourcemaps/tiny-slider.css.map */

/* End */


/* Start:/local/templates/main/css/jquery.fancybox.min.css?178332593612795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */
/* /local/templates/main/css/style.css?178332593639870 */
/* /local/templates/main/css/media.css?17833259367263 */
/* /local/templates/main/css/tiny-slider.css?17833259362181 */
/* /local/templates/main/css/jquery.fancybox.min.css?178332593612795 */
