body 
{
    font-family: "Gilroy-Regular", Tahoma !important;
	font-size:15px;
	color:#212121;
	line-height:1.5em;
}

@font-face 
{
    font-family: "Gilroy-Bold";
    src: url('fonts/Gilroy-Bold.eot');
    src: url('fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/Gilroy-Bold.woff') format('woff'),
         url('fonts/Gilroy-Bold.ttf') format('truetype'),
         url('fonts/Gilroy-Bold.svg#Gilroy-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face 
{
    font-family: "Gilroy-Medium";
    src: url('fonts/Gilroy-Medium.eot');
    src: url('fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
         url('fonts/Gilroy-Medium.woff') format('woff'),
         url('fonts/Gilroy-Medium.ttf') format('truetype'),
         url('fonts/Gilroy-Medium.svg#Gilroy-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face 
{
    font-family: "Gilroy-Regular";
    src: url('fonts/Gilroy-Regular.eot');
    src: url('fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/Gilroy-Regular.woff') format('woff'),
         url('fonts/Gilroy-Regular.ttf') format('truetype'),
         url('fonts/Gilroy-Regular.svg#Gilroy-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
a:active, a:focus { outline: none; }
input, textarea {outline:none;}
input:active, textarea:active {outline:none;}
:focus {outline:none;}
textarea {resize:none;}
textarea {resize:vertical;}
textarea {resize:horizontal;}
.Title 
{
    font-family: 'Geometria-ExtraBold';
    margin: 0 0 35px;
    font-size: 42px;
    line-height: normal;
    color: #212121;
}
[id^="wait_comp_"]
{
   display: none;
}
.Flex 
{
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: flex !important; 
	justify-content:flex-start;
}
.Flex.Baseline
{
	-webkit-align-items: center; /* Safari */
	align-items: center;
}
.Flex.Justify
{
	justify-content:space-between;
}
.FlexInline
{
	display: -webkit-inline-box !important;
	display: -webkit-inline-flex !important;
	display: -moz-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important; 
}
.ml-auto, .mx-auto 
{
    margin-left: auto !important;
}
.Holder img, .Holder iframe 
{
	max-width: 100%;
	height: auto;
	display: block;
}
.Holder 
{
	min-height: 100%;
	position: relative;
	- height: 100%;
}
#Blocks 
{
	padding: 0px 0px 352px 0px;
}
.Wrapper
{
	max-width:1200px;
	position:relative;
	margin: 0 auto;
}
.Clear
{
	clear:both;
}
.Header
{
    background-image: url(images/header.jpg);
	background-position: 50% 0%;
	background-repeat: no-repeat;
	height: 811px;
	background-size: cover;
    position: relative;
}
.Header:before
{
	background: url(images/arrow.png);
    background-repeat: no-repeat;
	background-position: 50% 0%;
    width: 100%;
    height: 18px;
	position: absolute;
    display: block;
    content: "";
	bottom: 32px;
}
.Cont .Header
{
    background-image: url(images/header-cont.jpg);
	background-position: 50% 0%;
	background-repeat: no-repeat;
	height: 126px;
	background-size: cover;
    position: relative;
}
.Cont .Header:before
{
	display:none;
}
.Header .Flex
{  
	height: 126px;
	align-items: center;
}
.Header .Logo
{
	width:26%;
}
.Header .Logo img
{
	max-width:205px;
}
.Header .MenuBlock
{
	width:60%;
}
.Header .MenuBlock.Flex
{
	justify-content: flex-end;
}
.Header .MenuBlock .Menu
{
    font-family: "Gilroy-Bold";
}
.Header .MenuBlock .Menu ul
{
	font-size:15px;
	list-style:none;
	margin:0;
	padding:0;
}
.Header .MenuBlock .Menu ul li
{
	display:inline-block;
	vertical-align:middle;
	line-height:46px;
	margin:0 50px 0 0;
}
.Header .MenuBlock .Menu ul li a
{
	color:#eaeaea;
}
.Header .MenuBlock .Menu ul li a:hover
{
	color:#d6962c;
}
.Header .Searche a
{
    background-image: url(images/search.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-color:#292827;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display:inline-block;
	vertical-align:middle;
	width:46px;
	height:46px;
}
.Header .Searche a:hover
{
	background-color:#3d3c3a;
}
.Header .PanelMenu
{
    background-image: url(images/menu.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display:inline-block;
	vertical-align:middle;
	margin:0 0 0 17px;
	width:46px;
	height:46px;
	position: relative;
	padding: 0;
	text-align: center;
}
.nav__trigger
{    
	position: absolute;
    width: 100%;
    top: 8px;
    text-align: center;
    left: 0;
}
.nav__trigger .bars 
{
    position: relative;
    width: 16px;
    margin: 3px 0 0;
    height: 3px !important;
}
.nav__trigger:hover .bars, .nav__trigger:hover .bars:before, .nav__trigger:hover .bars:after
{
	transition: width .2s;
	width: 16px !important;
}
.nav__trigger .bars, .nav__trigger .bars:before, .nav__trigger .bars:after 
{
	height: 3px;
	background-color: #fff;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	display:inline-block;
}
.nav.Black .nav__trigger .bars,.nav.Black .nav__trigger .bars:before, .nav.Black .nav__trigger .bars:after 
{
  background-color: #212121;
}
.Portfolio .nav__trigger .bars, .Portfolio .nav__trigger .bars:before, .Portfolio .nav__trigger .bars:after,
.Contacts .nav__trigger .bars, .Contacts .nav__trigger .bars:before, .Contacts .nav__trigger .bars:after,
.Articles .nav__trigger .bars, .Articles .nav__trigger .bars:before, .Articles .nav__trigger .bars:after
{
  background-color: #212121;
}
.nav__trigger.is-active .bars, .nav__trigger.is-active .bars:after
{
	width: 16px !important;
    background-color: #212121;
    margin: 0;
	height: 2px;
}
.nav__trigger.is-active .bars:before
{
	width: 16px !important;
	background-color: #212121;
    margin: 0;
	height:3px; 
}
.nav__trigger .bars:before
{
    width: 16px;
	height: 3px !important;
	margin: 2px 0 0;
}
.nav__trigger .bars:hover
{
	transition: width .2s;
	width: 16px;
}
.nav__trigger .bars:after
{
    width: 10px;
    margin: -2px 0 0;
}
.nav__trigger .bars:hover:after
{
	transition: width .2s;
	width: 16px;
}
.nav__trigger .bars:before, .nav__trigger .bars:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
}
.nav__trigger .bars:before {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.nav__trigger .bars:after {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}
.nav__trigger.is-active {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.nav__trigger.is-active .bars:before, .nav__trigger.is-active .bars:after {
  -webkit-transform: translateX(0) rotate(-90deg);
          transform: translateX(0) rotate(-90deg);
}
.Header .Phone
{
    width: 18%;
	font-size:16px;
    font-family: "Gilroy-Medium";
    text-align: right;
	line-height:46px;
	margin: 0 0 0 2%;
	white-space: nowrap;
}
.Header .Phone a
{
	color:#ffffff;
}
.Header .Phone a:hover
{
	color:#d6962c;
}
.Header .Phone a:before
{
	background: url(images/tel-icon.png);
    background-repeat: no-repeat;
	background-position: 0% 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    content: "";
    vertical-align: middle;
    margin: 0 12px 0 0;
	transition: fill .2s ease;
	animation-name: e;
	animation-duration: 4s;
	animation-delay: 5s;
	animation-timing-function: ease;
	animation-iteration-count: infinite;
}
@keyframes e {
 0% {
  transform:rotate(-15deg)
 }
 1.5% {
  transform:rotate(15deg)
 }
 3% {
  transform:rotate(-18deg)
 }
 4.5% {
  transform:rotate(18deg)
 }
 6% {
  transform:rotate(-22deg)
 }
 7.5% {
  transform:rotate(22deg)
 }
 9% {
  transform:rotate(-18deg)
 }
 10.5% {
  transform:rotate(18deg)
 }
 11% {
  transform:rotate(-12deg)
 }
 12.5% {
  transform:rotate(12deg)
 }
 14% {
  transform:rotate(0deg)
 }
}
.InfoText
{
	position: absolute;
	top:326px;
	font-size:16px;
	color:#ffffff;
	max-width:560px;
}
.InfoText .Title
{
    font-family: "Gilroy-Bold";
	font-size:48px;
	color:#ffffff;
	margin:0 0 45px;
}
.InfoText p
{
	padding:0 0 45px;
}
.InfoText a
{
	background: rgb(189,109,36);
	background: linear-gradient(90deg, rgba(189,109,36,1) 0%, rgba(253,215,55,1) 100%);
	display:inline-block;
	padding:0 33px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
    font-family: "Gilroy-Bold";
	font-size:15px;
	color:#ffffff;
	line-height:49px;
	height:49px;
}
.FilterHidden
{
    background: #e7e7e7;
	min-height: 29px;
    text-align:center;
}
.FilterHidden .Button
{
	background-color:#3362fa;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	height: 37px;
	line-height: 37px;
	padding:0 30px;
	cursor:pointer;
	display:inline-block;
	font-size:14px;
	color:#ffffff;
	position: relative;
	top: 20px;
}
.FilterHidden .Button::after
{
	background-image: url(images/filter-arrow.png);
    background-repeat: no-repeat;
	background-position: 0% 50%;
	width: 9px;
	height: 9px;
	display: inline-block;
	margin: 0 0 0 9px;
}
.FilterHidden .FilterBlock 
{
	margin:0;
	background: #e7e7e7;
	padding: 45px 0;
}
.FilterHidden .Filter 
{
    display: none;   
}
.FilterBlock
{
	background:#efefef;
	margin:0 0 98px;
	text-align:left;
	padding: 0 0 80px;
}
.InfoBlock
{
	position: absolute;
	background: rgb(189,109,36);
	background: linear-gradient(90deg, rgba(189,109,36,1) 0%, rgba(253,215,55,1) 100%);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    padding: 50px 60px;
    top: -125px;
    font-size: 16px;
    color: #ffffff;
    max-width: 506px;
    right: 0;
    z-index: 0;
}
.InfoBlock::after
{
    background: url(images/leo-image.png);
    background-position: 50% 0%;
    background-repeat: no-repeat;
	position:absolute;
	display:block;
	content:"";
	width:222px;
	height:249px;
	top: 0;
	right: 0;
}
.InfoBlock .Title
{
    font-family: "Gilroy-Bold";
	font-size:28px;
	color:#ffffff;
	max-width:195px;
	margin:0 0 25px;
    position: relative;
    z-index: 10;
}
.InfoBlock .Text
{
    max-width: 310px;
    position: relative;
    z-index: 10;
}
.InfoBlock p
{
	padding:0 0 45px;
}
.FilterDesc
{
	padding:105px 0 0;
}
.FilterDesc .Title
{
    font-family: "Gilroy-Bold";
	font-size:28px;
	color:#212121;
	max-width:465px;
	margin:0 0 40px;
}
.FilterDesc .Text
{
	max-width:595px;
	margin:0 0 55px;
}
.FilterBlock .Country
{
	margin:0 0 45px;
	line-height:38px;
	font-size:15px;
}
.FilterBlock .Country span
{
	display:inline-block;
	vertical-align:middle;
	margin:0 35px 0 0;
}
.FilterBlock .Country a
{
	display:inline-block;
	vertical-align:middle;
	padding:0 25px;
	color:#212121;
}
.FilterBlock .Country a.Active
{
	background:#0f0c09;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	color:#ffffff;
}
.FilterBlock .Flex
{
	width:100%;
}
.FilterBlock .Flex .Label
{
	padding:0 38px 0 0;
    font-family: "Gilroy-Regular";
	position: relative;
	width:25%;
}
.FilterBlock .Flex .Label select 
{
	background:#fff;
    display: block;
    width: 100%; /* от ширины блока div */
    padding:15px 25px;/* отступы от текста до рамки */
    border:none; /* рамка */
    border-radius: 2px;/* скругление полей формы */
    -webkit-appearance: none;/* Chrome */
    -moz-appearance: none;/* Firefox */
    appearance: none;/* убираем дефолнтные стрелочки */
	font-family: tahoma;
	font-size: 13px;
	color: #212121;
}
.FilterBlock .Flex .Label p
{
	padding:0;
}
.FilterBlock .Flex .Label:after 
{
    content: "";
    background-image: url("images/select-arrow.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
	top: 23px;
	right: 60px;
	width: 10px;
	height: 7px;
}
.FilterBlock .Flex .jq-selectbox 
{
	vertical-align: middle;
	cursor: pointer;
	width: 100%;
	z-index: 10 !important;
}  
.FilterBlock .Flex .jq-selectbox__select 
{
	background:#ffffff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width:271px;
	padding:0 25px;
	line-height: 52px;
	height: 52px;
	font-family:"Gilroy-Regular";
	font-size:15px;
	color:#212121;
	position:relative;
}
.FilterBlock .Flex .jq-selectbox__select-text {
	display: block;
	width: 100%;
}
.FilterBlock .Flex .jq-selectbox__trigger
{
    background-image: url("images/select-arrow.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
	position: absolute;
	top: 22px;
	right: 20px;
	width: 10px;
	height: 7px;
}
.FilterBlock .Flex .jq-selectbox__dropdown 
{
	box-sizing: border-box;
	width: 100%;
	margin: 8px 0 0;
	padding: 0;
	bottom: -130px!important;
	background:#ffffff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:    0px 2px 6px 0px rgba(0, 0, 0, 0.1);
	box-shadow:         0px 2px 6px 0px rgba(0, 0, 0, 0.1);
}
.FilterBlock .Flex .jq-selectbox ul {
	margin: 0 !important;
	padding: 0 !important;
}
.FilterBlock .Flex .jq-selectbox li:first-child
{
	border-top:none;
}
.FilterBlock .Flex .jq-selectbox li 
{
    min-height: 18px;
    padding: 10px 10px 10px 24px !important;
    color: #212121 !important;
    margin: 0 !important;
    background-image: none !important;
}
.FilterBlock .Flex .jq-selectbox li:hover 
{
	background-color: #2b2b2b;
	color: #fff !important;
}
.FilterBlock .Flex .Submit
{
	background-color:#3362fa;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	padding:0 42px 0 58px;
}
.FilterBlock .Flex .Submit input[type="submit"]
{
	background-color:#3362fa;
    background-image: url("images/arrow-btn.png");
    background-position: 100% 50%;
    background-repeat: no-repeat;
	padding:0 41px 0 0;
	border:none;
	line-height: 52px;
	height: 52px;
	font-family:"Gilroy-Bold";
	font-size:15px;
	color:#fff;
	position:relative;
	cursor:pointer;
}
.Title
{
    font-family: "Gilroy-Bold";
	font-size:28px;
	color:#212121;
	margin:0 0 40px;
}
.TextBlock .Image
{
	float:left;
	margin: 0 78px 0 0;
}
.TextBlock.Right .Image
{
	float:right;
	margin: 0 0 0 78px;
}
.TextBlock .Desc
{
	padding:30px 0;
}
.Stats
{
	margin: 0 0 40px;
}
.Stats .Items
{
	width:100%;  
	position:relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.Stats .Item
{
	float:left;
	width:33.333%;  
	margin:0 0 45px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;    
	min-height: 1px;
    position: relative; 
}
.Stats .Item .Item_Inner
{
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: flex !important; 
	justify-content:flex-start;
	width: 100%;
	padding: 32px 0 0;
	position: relative;
}
.Stats .Item .Item_Inner span
{
	display:inline-block;
}
.Stats .Item .Item_Inner .Value
{
    font-family: "Gilroy-Bold";
	color:#212121;
	font-size:41px;
	position: relative;
	z-index: 10;
} 
.Stats .Item:nth-child(1) .Value 
{
	width:169px;
	padding:13px 0 0 27px;
}
.Stats .Item .Item_Inner::after
{
	background:#efefef;
	-webkit-border-radius: 61px;
	-moz-border-radius: 61px;
	border-radius: 61px;
    width: 61px;
    height: 61px;
	position: absolute;
    display: block;
    content: "";
}
.Cont .Stats 
{
    margin:0;
}
.Cont .Stats .Item .Item_Inner::after
{
	background:#f8cf36;
}
.Cont .Stats .Item .Item_Inner
{
    display: block !important;
}
.Cont .Stats .Item:nth-child(1) .Item_Inner::after 
{
    top: 12px;
}
.Cont .Stats .Item:nth-child(2) .Item_Inner::after 
{
    top: 25px;
    left: 10px;
}
.Cont .Stats .Item:nth-child(3) .Item_Inner::after 
{
    top: 15px;
    left: 0px;
}
.Cont .Stats .Item .Item_Inner span
{
    display: block !important;
}
.Cont .Stats .Item .Item_Inner .Value
{
    margin:0 0 38px;
}
.Stats .Item:nth-child(1) .Item_Inner::after
{
	bottom: 8px;
} 
.Stats .Item:nth-child(1) .Desc 
{
	width:135px;
}
.Stats .Item:nth-child(2) .Value 
{
	width:67px;
	padding:13px 0 0 0;
}
.Stats .Item:nth-child(2) .Desc 
{
	width:160px;
}
.Stats .Item:nth-child(2) .Item_Inner::after
{
	bottom: -10px;
	left: 5px;
} 
.Stats .Item:nth-child(3) .Value 
{
	width:45px;
	padding:13px 0 0 0;
}
.Stats .Item:nth-child(3) .Desc 
{
	width:215px;
}
.Stats .Item:nth-child(3) .Item_Inner::after
{
	bottom: 0;
} 
.Stats .Item .Desc 
{
	font-size:14px;
	position: relative;
	z-index: 2;
}
.Services
{
	background:#efefef;
	padding:72px 0 30px;
}
.Services .Title
{
	margin:0 0 55px;
}
.Services .Items
{
	width:100%;  
	position:relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.Services .Item
{
	float:left;
	width:33.333%;  
	margin:0 0 45px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;    
	min-height: 1px;
    position: relative; 
}
.Services .Item .Item_Inner
{
	width: 100%;
	padding:15px 0 0 115px;
}
.Services .Item .Name
{
    font-family: "Gilroy-Bold";
	font-size:16px;
	color:#212121;
	margin:0 0 35px;
}
.Services .Item ul
{
	list-style:none;
	margin:0;
	padding:0;
}
.Services .Item ul li
{
	margin:0 0 15px;
}
.Services .Item ul li a
{
	color:#212121;
}
.Services .Item ul li a:hover
{
	color:#3362fa;
}
.Services .Item:nth-child(1) .Item_Inner::after
{
	background: url(images/services1.png);
    background-repeat: no-repeat;
	background-position: 0% 0%;
	width: 79px;
	height: 76px;
	position: absolute;
	display: block;
	content: "";
	top: -20px;
	left: 0;
} 
.Services .Item:nth-child(2) .Item_Inner::after
{
	background: url(images/services2.png);
    background-repeat: no-repeat;
	background-position: 0% 0%;
	width: 79px;
	height: 76px;
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
}  
.Services .Item:nth-child(3) .Item_Inner::after
{
	background: url(images/services3.png);
    background-repeat: no-repeat;
	background-position: 0% 0%;
	width: 79px;
	height: 76px;
	position: absolute;
	display: block;
	content: "";
	top: -20px;
	left: 0;
} 
.Services .Item:nth-child(3) .Item_Inner
{
	padding:15px 0 0 96px;
}
.Clients
{
	background-image: url(images/clients-bg.jpg);
    background-repeat: repeat-x;
	background-position: 0% 0%;
	background-color:#f6f6f6;
	border-top:1px solid #dcdcdc;
	padding:72px 0;
	margin:0 0 98px;
}
.Cont .Clients
{
	margin:0;
}
#Clients
{
	margin:20px 0 0;
}
#Clients .Item img
{
	opacity:0.5 !important;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
}
#Clients .Item img:hover 
{
	opacity:1 !important;
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  filter: none; /* IE 6-9 */
/* анимация плавного перехода */
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.Benefits
{
	margin:30px 0 65px;
}
.Benefits .Items
{
	width:100%;  
	position:relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.Benefits .Item
{
	float:left;
	width:33.333%;  
	margin:0 0 45px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;    
	min-height: 1px;
    position: relative; 
}
.Benefits .Item .Item_Inner
{
	max-width: 285px;
	width: 100%;
}
.Benefits .Item .Item_Inner .Image
{
	margin:0 0 25px;
}
.Benefits .Item .Item_Inner .Name
{
    font-family: "Gilroy-Bold";
	font-size:16px;
	color:#212121;
	margin:0 0 20px;
}
.Breadcrumbs
{
	background:#efefef;
	padding:22px 0;
	font-size:14px;
}
.Breadcrumbs .Del
{
	background-image: url(images/del-icon.jpg);
    background-repeat: no-repeat;
	background-position: 0% 0%;
	display:inline-block;
	vertical-align:middle;
	margin:0 15px;
	width:22px;
	height:1px;
}
.Breadcrumbs a
{
	color:#212121;
}
.Breadcrumbs span
{
	color:#898989;
}
.Conteiner
{
	padding:60px 0 100px;
}
.ContBlock
{
	width:76%;
	float:left;
}
.ContBlock .Content 
{
	padding:0 38px 0 0;
}
.ContBlock.Big
{
	width:100%;
	float:none;
}
.ContBlock.Big .Content 
{
	padding:0;
}
.Content .Image
{
	margin:0 0 60px;
}
.Content ul
{
	margin:0 0 50px;
	padding:0 0 0 15px;
}
.Content ul li
{
	margin:0 0 20px;
}
.RightBlock
{
	width:24%;
	float:right;
}
.RightBlock .RightMenu
{
	border:1px solid #ececec;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin:0 0 75px;
}
.RightBlock .RightMenu ul
{
	list-style:none;
	margin:0;
	padding:0;
}
.RightBlock .RightMenu ul li
{
	border-top:1px solid #ececec;
	padding:23px 35px;
}
.RightBlock .RightMenu ul li a
{
	color:#171614;
}
.RightBlock .RightMenu ul li a:hover
{
	color: #3362fa;
}
.RightBlock .RightMenu ul li.Active
{
	background:#ececec; 
	font-family: "Gilroy-Bold";
}
.Video
{
	font-size:14px;
}
.Video::before
{
	background-image: url(images/video-link.png);
    background-repeat: no-repeat;
	background-position: 0% 50%;
	display:inline-block;
	vertical-align:middle;
	content:"";
	margin:0 17px 0 0;
	width:98px;
	height:117px;
}
.Video a
{
	color:#171614;
	display:inline-block;
	vertical-align:middle;
}
.Video a:hover
{
	color: #3362fa;
}
.Conteiner.CatalogCont
{
	margin: 0;
    padding: 60px 0 0;
}
.Conteiner.CatalogCont .Wrapper
{
	max-width:100%;
	margin: 0;
}
.Conteiner.CatalogCont h1
{
    max-width: 1200px;
    margin: 0 auto 55px;
}
.Conteiner.CatalogCont .DescBlock
{
    max-width: 1200px;
    margin: 0 auto;
}
.Conteiner.CatalogCont .Catalog
{
    max-width: 1200px;
    margin: 0 auto 35px;
}
.Conteiner.CatalogCont .DetailInfo
{
    max-width: 1200px;
    margin: 0 auto 85px;
}

.Conteiner.ContacsPage
{
	margin: 0;
    padding: 60px 0 0;
}
.Conteiner.ContacsPage .Wrapper
{
	max-width:100%;
	margin: 0;
}
.Conteiner.ContacsPage h1
{
    max-width: 1200px;
    margin: 0 auto 55px;
}
.VideoBlock
{
	font-size:14px;
	background-color:#f8cf36;
	background-image: url(images/leo.png);
    background-repeat: no-repeat;
	background-position: 100% 50%;
	background-size: contain;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
    padding:65px 62px;
	margin:0 0 50px 50px;
	float:right;
	width:31%;
}
.VideoBlock .Link::before
{
	background-image: url(images/play.png);
    background-repeat: no-repeat;
	background-position: 0% 50%;
	display:inline-block;
	vertical-align:middle;
	content:"";
	margin:0 17px 0 0;
	width:43px;
	height:48px;
}
.VideoBlock .Link a
{
	color:#171614;
	display:inline-block;
	vertical-align:middle;
}
.VideoBlock .Link a:hover
{
	color: #171614;
}
.Prices
{
    max-width: 1200px;
    position: relative;
	margin: 0 auto 70px;
}
.Prices table
{
	font-size:14px;  
	border: 1px solid #e7e7e7;
}
.Prices .Items .Item
{
	border-top:1px solid #e0e0e0;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: flex !important; 
	justify-content:flex-start;
}
.Prices table tr:first-child td
{
	background:#efefef;
	border-top:none;
	padding:20px 30px;
	font-family:"Gilroy-Bold";
}
.Prices table tr td:first-child
{
	text-align:left;
}
.Prices table tr td:last-child
{
	width:20%;
}
.Prices table tr td
{
    border-top: 1px solid #e7e7e7;
    padding: 15px 30px;
	white-space: nowrap;
	text-align:center;
}
.Prices table tr td p
{
	padding:0;
}
.MapBlock
{
	margin: 0 0 70px;
}
.MapBlock .Title
{
	max-width:1200px;
	font-size: 18px;
	margin: 0 auto 27px;
}
.Popular
{
	margin: 0 0 20px;
}    
.Popular .Title
{
	max-width:1200px;
	font-size: 18px;
	margin: 0 auto;
} 
.Popular .Wrapper
{
    max-width: 100% !important;
}
.Popular .Items
{
    overflow: hidden !important;
    max-width: 1260px;
    margin: 0 auto;
}
.Popular .owl-stage-outer { 
    overflow: initial;
}
.Popular .owl-item.active {
  opacity: 1;
}
.Popular .Item
{
	padding:40px 30px 50px;
}
.Popular .Item .Item_Inner
{
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
    padding: 21px 21px 27px;
	-webkit-box-shadow: 0px 7px 38px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 7px 38px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 7px 38px 0px rgba(0, 0, 0, 0.10);
    font-size: 14px;
    width: 100%;
}
.Popular .Item .Item_Inner .Image
{
    margin: 0 0 25px;
    max-height: 140px;
    overflow: hidden;
}
.Popular .Item .Item_Inner .Name
{
	font-family:"Gilroy-Bold";
	color:#212121;
	min-height:45px;
	margin:0 0 25px;
}
.Popular .Item .Item_Inner .Storona
{
	margin:0 0 5px;
}
.Popular .Item .Item_Inner .Format
{
	margin:0 0 20px;
}
.Popular .Item .Item_Inner .Price
{
	font-family:"Gilroy-Bold";
	color:#212121;
	font-size:16px;
}
.Popular .owl-theme .owl-dots
{
 text-align:center;
 -webkit-tap-highlight-color:transparent
}
.Popular .owl-theme .owl-nav 
{
    position: absolute;
    width: 100%;
	top:50%;
	margin:-46px 0 0;
}
.Popular .owl-theme .owl-nav button
{
    position: absolute;
	top: 50%;
}
.Popular .owl-theme .owl-nav button span
{
    display:none;
}
.Popular .owl-theme .owl-nav .owl-prev
{
	background-image: url(images/arrow-slider.png);
    background-repeat: no-repeat;
	background-position: 0% 50%;
	display:inline-block;
	vertical-align:middle;
	width:25px;
	height:46px;
	left:-45px;
}
.Popular .owl-theme .owl-nav .owl-prev.disabled
{
	background-image: url(images/arrow-slider-dis.png);
    background-repeat: no-repeat;
	background-position: 0% 50%;
}
.Popular .owl-theme .owl-nav .owl-next
{
	background-image: url(images/arrow-slider.png);
    background-repeat: no-repeat;
	background-position: 100% 50%;
	display:inline-block;
	vertical-align:middle;
	width:25px;
	height:46px;
	right:-45px;
}
.Popular .owl-theme .owl-nav .owl-next.disabled
{
	background-image: url(images/arrow-slider-dis.png);
    background-repeat: no-repeat;
	background-position: 100% 50%;
}
.Popular .owl-theme .owl-dots .owl-dot 
{
	 display:inline-block;
	 zoom:1
}
.Popular .owl-theme .owl-dots .owl-dot span 
{
 width:6px;
 height:6px;
 margin:0 3px;
 background:#dedede;
 display:block;
 -webkit-backface-visibility:visible;
 transition:opacity .2s ease;
 border-radius:30px
}
.Popular .owl-theme .owl-dots .owl-dot.active span,
.Popular .owl-theme .owl-dots .owl-dot:hover span {
 background:#212121;
}
.Popular .Items .Info
{
	overflow:hidden;
}
.Popular .Items .Info .Price
{
	float:left;
}
.Popular .Items .Info .Map
{
	float:right;
}
.Popular .Items .Info .Map a span
{
	background: url(images/marker-map.png);
    background-repeat: no-repeat;
	background-position: 0% 0%;
	width: 15px;
	height: 17px;
	margin:3px 0 0 0;
	display: inline-block;
	vertical-align:top;
	content: "";
}
.Catalog
{
	margin: 0 0 35px;
}
.Catalog h3
{
	margin: 0 0 30px;
}
.Catalog .Items 
{
	font-size:14px;
}
.Catalog .Items .Item .Item_Inner
{
	border-top:1px solid #e0e0e0;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: flex !important; 
	justify-content:flex-start;
	padding:15px 0 15px 30px;
}
.Catalog .Items .Item:first-child .Item_Inner
{
	background:#efefef;
	border-top:none;
	padding:20px 0 20px 30px;
	font-family:"Gilroy-Bold";
}
.Catalog .Items .news-list .Item:first-child .Item_Inner
{
	background:none;
	border-top:none;
	padding:;
    font-family: "Gilroy-Regular";
}
.Catalog .Items
{
	border:1px solid #e7e7e7;
}
.Catalog .Items .Adress
{
	width: 51%;
}
.Catalog .Items .Format
{
    text-align: center;
	width: 13%;
}
.Catalog .Items .Storona
{
    text-align: center;
	width: 13%;
}
.Catalog .Items .Photo
{
    text-align: center;
	width: 13%;
}
.Catalog .Items .Photo a:before
{
	background: url(images/photo-icon.png);
    background-repeat: no-repeat;
	background-position: 0% 0%;
	width: 16px;
	height: 16px;
	margin:3px 10px 0 0;
	display: inline-block;
	vertical-align:top;
	content: "";
}
.Catalog .Items .Map a:before
{
	background: url(images/marker-map.png);
    background-repeat: no-repeat;
	background-position: 0% 0%;
	width: 15px;
	height: 17px;
	margin:3px 10px 0 0;
	display: inline-block;
	vertical-align:top;
	content: "";
}
.Catalog .Items .Map a span
{
	display:none;
}
.Catalog .Items .Map
{
    text-align: center;
	width: 13%;
}
.Catalog .Button
{
    text-align: center;
	margin: 30px 0 0;
    width: 100%;
}
.Catalog .Button a
{
	background-color:#fff;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	height: 49px;
	line-height: 49px;
	padding:0 50px;
	cursor:pointer;
	display:inline-block;
	font-size:15px;
	color:#212121;
	-webkit-box-shadow: 0px 16px 76px 0px rgba(0, 0, 0, 0.19);
	-moz-box-shadow:    0px 16px 76px 0px rgba(0, 0, 0, 0.19);
	box-shadow:         0px 16px 76px 0px rgba(0, 0, 0, 0.19);
} 
.DetailInfo
{
	margin: 0 0 85px;
}
.DetailInfo .Info
{
	float:left;
	width:69%;
	padding:50px 65px 0 0;
}
.DetailInfo .Info p
{
	padding:0 0 30px;
}
.DetailInfo .Info h4
{
	margin: 0 0 30px;
}
.DetailInfo .OrderBlock
{
	margin: 40px 0 0;
}
.DetailInfo .OrderBlock .Text
{
    width: 68%;
    padding: 0 15px 0 0;
}
.DetailInfo .OrderBlock .Text a
{
	color:#212121;
}
.DetailInfo .OrderBlock .Text a:hover
{
	color:#3362fa;
}
.DetailInfo .OrderBlock .Title
{
	font-size:24px;
}
.DetailInfo .OrderBlock .Button
{
	margin: 32px 0 0 0;
	width: auto;
}
.DetailInfo .OrderBlock .Button a
{
	background-color:#3362fa;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	height: 49px;
	line-height: 49px;
	cursor:pointer;
    display: block;
    min-width: 200px;
	text-align:center;
	font-family:"Gilroy-Bold";
	font-size:15px;
	color:#fff;
	-webkit-box-shadow: 0px 16px 76px 0px rgba(0, 0, 0, 0.19);
	-moz-box-shadow:    0px 16px 76px 0px rgba(0, 0, 0, 0.19);
	box-shadow:         0px 16px 76px 0px rgba(0, 0, 0, 0.19);
} 
.DetailInfo .Steps
{
	background:#efefef;
	float:left;
	width:31%;
	padding:50px 35px 20px;
}
.DetailInfo .Steps .Items
{
	border:none;
}
.DetailInfo .Steps .Title
{
	margin: 0 0 30px;
	font-size:18px;
}
.DetailInfo .Steps .Item
{
	margin: 0 0 30px;
	padding:0 0 10px 50px;
	position:relative;
}
.DetailInfo .Steps .Item::before
{
	position: absolute;
	display: block;
	font-family:"Gilroy-Bold";
	font-size:30px;
	color:#e0e0e0;
	top: 7px;
	left: 0;
}
.DetailInfo .Steps .Item:nth-child(1)::before
{
	content: "/1";
} 
.DetailInfo .Steps .Item:nth-child(2)::before
{
	content: "/2";
} 
.DetailInfo .Steps .Item:nth-child(3)::before
{
	content: "/3";
} 
.DetailInfo .Steps .Item:nth-child(4)::before
{
	content: "/4";
} 
.DetailInfo .Steps .Item:nth-child(5)::before
{
	content: "/5";
} 
.DetailInfo .Steps .Item:nth-child(6)::before
{
	content: "/6";
} 
.DetailInfo .Steps .Item::after
{
    background: #f8cf36;
    content: "";
    display: block;
    width: 45px;
    height: 2px;
    margin: 10px 0 0;
}
.ServiceDetail .OrderBlock a
{
	display:block;
	color:#212121;
}
.ServiceDetail .OrderBlock a:hover
{
	color:#3362fa;
}
.ServiceDetail .OrderBlock .Button a
{
	background-color:#3362fa;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	height: 51px;
	line-height: 51px;
	cursor:pointer;
	max-width:260px;
	margin:0 auto;
	text-align:center;
	display:block;
    font-family: "Gilroy-Bold";
	font-size:15px;
	color:#ffffff;
	-webkit-box-shadow: 0px 16px 30px 0px rgba(0, 0, 0, 0.19);
	-moz-box-shadow:    0px 16px 30px 0px rgba(0, 0, 0, 0.19);
	box-shadow:         0px 16px 30px 0px rgba(0, 0, 0, 0.19);
} 
.CatalogCountry
{
	margin:0 0 45px;
	line-height:38px;
	font-size:15px;
}
.CatalogCountry span
{
	display:inline-block;
	vertical-align:middle;
	margin:0 35px 0 0;
}
.CatalogCountry a
{
	display:inline-block;
	vertical-align:middle;
	padding:0 25px;
	color:#212121;
}
.CatalogCountry a.Active
{
	background:#f8cf36;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	color:#ffffff;
}
.CatalogList
{
	border-top:3px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
}
.CatalogList ul
{
	list-style:none;
	padding:0;
	margin:0;
}
.CatalogList .Item
{
	border-top:2px solid #e0e0e0;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: flex !important; 
	justify-content:flex-start;
}
.CatalogList .Letter
{
	width:8%;
    font-family: "Gilroy-Bold";
	font-size:30px;
	color:#000000;
	padding:22px 16px;
}
.CatalogList .RegionList
{
	width:92%;
	font-size:14px;
	border-left:1px solid #e7e7e7;
}
.CatalogList .Item ul li.Parent:first-child
{
	border-top:none;
}
.CatalogList .Item ul li.Parent
{
	border-top:1px solid #e0e0e0;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: flex !important; 
	justify-content: flex-start;
	align-items: flex-start;
	margin:0;
}
.CatalogList .Item ul li a
{
	color:#171614;
}
.CatalogList .Item ul li a:hover
{
	color:#3362fa;
}
.CatalogList .Item ul li.Parent a
{
	width:46%;
	padding:15px 30px;
}
.CatalogList .Item ul li.Parent ul
{
	width:46%;
	margin:0;
	padding:15px 0;
}
.CatalogList .Item ul li.Parent ul li
{
	display:inline-block;
	margin:0;
	width:48%;
}
.CatalogList .Item ul li.Parent ul li a
{
	padding:0;
}
.ServicesList .Items
{
	padding: 0;
	margin:0 -1%; 
	position:relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.ServicesList .Item
{
	float:left;
	width:18%;  
	margin:0 1% 2%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;    
	min-height: 1px;
    position: relative; 
}
.ServicesList .Item.City .Item_Inner
{
	padding:20px;
}
.ServicesList .Item .Item_Inner
{
	border:1px solid #e7e7e7;
	padding:45px 20px 45px 25px;
	font-size:14px;
	width: 100%;
}
.ServicesList .Item:hover .Item_Inner
{
	border:1px solid #fff;
	-webkit-box-shadow: 0px 16px 30px 0px rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0px 16px 30px 0px rgba(0, 0, 0, 0.19);
	box-shadow: 0px 16px 30px 0px rgba(0, 0, 0, 0.19);
}
.ServicesList .Item a
{
	color:#212121;
}
.ServicesList .Item .Item_Inner .Image
{
	text-align:center;
	margin:0 0 30px;
}
.ServicesList .Item .Item_Inner .Image span
{
	position:relative;
	display: inline-block;    
}
.ServicesList .Item .Item_Inner .Image img
{
	position:relative;  
	z-index:10;
}
.ServicesList .Item .Item_Inner .Image span::after
{
	background:#f8cf36;
	-webkit-border-radius: 61px;
	-moz-border-radius: 61px;
	border-radius: 61px;
    width: 61px;
    height: 61px;
	position: absolute;
    display: block;
    content: "";
	bottom: 0;  
}
.ServicesList .Item:hover .Item_Inner .Image span::after
{
	background:#efefef;
}
.ServicesList .Item:nth-child(1) .Item_Inner .Image span::after
{
    left: -10px;
    bottom: -10px;
}
.ServicesList .Item:nth-child(2) .Item_Inner .Image span::after
{
    left: -10px;
    bottom: 10px;
}
.ServicesList .Item:nth-child(3) .Item_Inner .Image span::after
{
    left: -5px;
    bottom: 10px;
}
.ServicesList .Item:nth-child(4) .Item_Inner .Image span::after
{
    left: 5px;
    bottom: -10px;
}
.ServicesList .Item:nth-child(5) .Item_Inner .Image span::after
{
    left: 5px;
    bottom: 10px;
}
.ServicesList .Item:nth-child(6) .Item_Inner .Image span::after
{
    left: -10px;
    top: 0px;
}
.ServicesList .Item:nth-child(7) .Item_Inner .Image span::after
{
    left: -10px;
    top: 10px;
}
.ServicesList .Item:nth-child(8) .Item_Inner .Image span::after
{
    left: 15px;
    top: 0px;
}
.ServicesList .Item:nth-child(9) .Item_Inner .Image span::after
{
    left:-5px;
    top: 10px;
}
.ServicesList .Item:nth-child(10) .Item_Inner .Image span::after
{
    left:15px;
    top: 5px;
}
.ServicesList .Item:nth-child(11) .Item_Inner .Image span::after
{
    left: -10px;
    top: 0px;
}
.ServicesList .Item:nth-child(12) .Item_Inner .Image span::after
{
    left: -10px;
    top: 10px;
}
.ServicesList .Item:nth-child(13) .Item_Inner .Image span::after
{
    left: 15px;
    top: 0px;
}
.ServicesList .Item:nth-child(14) .Item_Inner .Image span::after
{
    left:-5px;
    top: 10px;
}
.ServicesList .Item:nth-child(15) .Item_Inner .Image span::after
{
    left:15px;
    top: 5px;
}
.ServicesList .Item:nth-child(16) .Item_Inner .Image span::after
{
    left: -10px;
    top: 0px;
}
.ServicesList .Item:nth-child(17) .Item_Inner .Image span::after
{
    left: -10px;
    top: 10px;
}
.ServicesList .Item:nth-child(18) .Item_Inner .Image span::after
{
    left: 15px;
    top: 0px;
}
.ServicesList .Item:nth-child(19) .Item_Inner .Image span::after
{
    left:-5px;
    top: 10px;
}
.ServicesList .Item:nth-child(20) .Item_Inner .Image span::after
{
    left:15px;
    top: 5px;
}
.ServicesList .Item .Item_Inner .Name
{
    font-family: "Gilroy-Bold";
	font-size:15px;
}
.ServicesList .Item .Item_Inner .Info p:first-child
{
	margin:20px 0 0;
} 
.ServicesList .Item .Item_Inner .Info p
{
	padding:0;
}
.ServicesList .Button
{
    text-align: center;
    width: 100%;
}
.ServicesList .Button a
{
	background-color:#fff;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	height: 49px;
	line-height: 49px;
	padding:0 50px;
	cursor:pointer;
	display:inline-block;
	font-size:15px;
	color:#212121;
	-webkit-box-shadow: 0px 16px 76px 0px rgba(0, 0, 0, 0.19);
	-moz-box-shadow:    0px 16px 76px 0px rgba(0, 0, 0, 0.19);
	box-shadow:         0px 16px 76px 0px rgba(0, 0, 0, 0.19);
} 
.ServiceDetail
{
	margin:45px 0 0;
}
.ServiceDetail ul
{
	margin: 0 0 40px;
	padding:0 0 0 15px;
}
.ServiceDetail ul li
{
	margin: 0 0 15px;
}
.ServiceDetail .DescBlock
{
	width:69%;
	float:left;
	padding:0 55px 0 0;
}
.ServiceDetail .OrderBlock
{
	background:#efefef;
	float:right;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding:55px 40px;
	width:31%;
}
.ServiceDetail .OrderBlock .Title
{
    font-family: "Gilroy-Bold";
	font-size:24px;
	color:#212121;
	margin:0 0 40px;
}
.ServiceDetail .OrderBlock .Desc
{
	margin:0 0 45px;
}
.ServiceDetail .OrderBlock a
{
	display:block;
	color:#212121;
}
.ServiceDetail .OrderBlock a:hover
{
	color:#3362fa;
}
.ServiceDetail .OrderBlock .Button a
{
	background-color:#3362fa;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	height: 51px;
	line-height: 51px;
	cursor:pointer;
	max-width:260px;
	margin:0 auto;
	text-align:center;
	display:block;
    font-family: "Gilroy-Bold";
	font-size:15px;
	color:#ffffff;
	-webkit-box-shadow: 0px 16px 30px 0px rgba(0, 0, 0, 0.19);
	-moz-box-shadow:    0px 16px 30px 0px rgba(0, 0, 0, 0.19);
	box-shadow:         0px 16px 30px 0px rgba(0, 0, 0, 0.19);
} 
.NewsList .Items 
{
	font-size:14px;
}
.NewsList .Items
{
	margin:0 -2%;
	position:relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.NewsList .Item
{
	float:left;
	width:29.333%;  
	margin:0 2% 45px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;    
	min-height: 1px;
    position: relative; 
}
.NewsList .Item .Item_Inner
{
	width: 100%;
}
.NewsList .Item .Image
{
	margin:0 0 20px;
}
.NewsList .Item .Name
{
    font-family: "Gilroy-Bold";
	font-size:14px;
	color:#212121;
	margin:0 0 20px;
}
.NewsList .Item .Name a
{
	color: #333333;
}
.NewsList .Item .Name a:hover
{
	color: #3362fa;
}
.Reviews
{
    margin: 0 0 50px;
}
.Reviews .Item 
{
    position: relative;
    border: 1px solid #eeeeee;
    margin: 0 0 20px;
    padding: 25px 80px 25px 40px;
}
.Reviews .Item:hover 
{
	box-shadow:0 10px 20px rgba(211,215,221,.4)
}
.Reviews .Item::before 
{
    content: "";
    position: absolute;
    right: 30px;
    top: 30px;
    width: 24px;
    height: 17px;
    background: url(images/index.png) no-repeat;
}
.Reviews .Flex 
{
	align-items: baseline;
}
.Reviews .Name
{
    font-family: "Gilroy-Bold";
    font-size: 15px;
    margin: 0 0 10px;
}
.Reviews .Date
{
    margin: 0 0 0 60px;
    font-size: 11px;
    color: #bdbdbd;
}
.Reviews .Administration 
{
    border-top: 1px solid #eeeeee;
    margin: 25px 0 0;
    padding: 25px 0 0;
    text-align: right;
}
.AddReview
{   
	background: #fbfbfb;
    border: 1px solid #f2f2f2;
    color: #555;
    clear: both;
	padding:40px;
    margin: 0 0 30px;
    width: 100%;
}
.AddReview > .Flex 
{
	justify-content: space-between;
}
.AddReview .Text 
{
    margin: 0 0 0 30px;
}
.AddReview .Title 
{
	font-family: "Gilroy-Bold";
    font-size: 16px;
    margin: 0 0 10px;
    line-height: normal;
    color: #212121;
}
.svg.colored svg path 
{
    fill: #3362fa;
}
.AddReview a.Button
{
    background: #3362fa;
    border: none;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
	max-width:210px;
	width:100%;
    cursor: pointer;
	font-family: "Gilroy-Bold";
	font-size: 15px;
	color: #fff;
    display: block;
    line-height: 52px;
}
.AddReview a.Button:hover
{
	background:#0f0c09;
    color: #ffffff;
}


.Question
{
    margin: 0 0 50px;
}
.Question .Item 
{
    position: relative;
    border: 1px solid #eeeeee;
    margin: 0 0 20px;
    padding: 25px 40px 25px 40px;
}
.Question .Item:hover 
{
	box-shadow:0 10px 20px rgba(211,215,221,.4)
}
.Question .Flex 
{
	align-items: baseline;
}
.Question .Name
{
    font-family: "Gilroy-Bold";
    font-size: 15px;
}
.Question .Date
{
    margin: 0 0 0 60px;
    font-size: 11px;
    color: #bdbdbd;
}
.Question .Administration 
{
    border-top: 1px solid #eeeeee;
    margin: 25px 0 0;
    padding: 25px 0 0;
    text-align: left;
}
.AddQuestion
{   
	background: #fbfbfb;
    border: 1px solid #f2f2f2;
    color: #555;
    clear: both;
	padding:40px;
    margin: 0 0 30px;
    width: 100%;
}
.AddQuestion > .Flex 
{
	justify-content: space-between;
}
.AddQuestion .Text 
{
    margin: 0 0 0 30px;
}
.AddQuestion .Title 
{
	font-family: "Gilroy-Bold";
    font-size: 16px;
    margin: 0 0 10px;
    line-height: normal;
    color: #212121;
}
.svg.colored svg path 
{
    fill: #3362fa;
}
.AddQuestion a.Button
{
    background: #3362fa;
    border: none;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    padding: 0 50px;
    cursor: pointer;
	font-family: "Gilroy-Bold";
	font-size: 15px;
	color: #fff;
    display: inline-block;
    line-height: 52px;
}
.AddQuestion a.Button:hover
{
	background:#0f0c09;
    color: #ffffff;
}
.Footer 
{
	background:#1a1a1a;
	width: 100%;
	height:352px;
	color:#ffffff;
	font-size:14px;
	position: absolute;
	bottom: 0px;
	- bottom: -1px;
	left: 0;
}
.FooterInfo
{
	padding:46px 0;
}
.FooterInfo .Logo
{
	width: 28%;
}
.FooterInfo .Menu
{
	width: 15%;
}
.FooterInfo .Menu ul
{
	list-style:none;
	margin:0;
	padding:0;
}
.FooterInfo .Menu ul li
{
	margin:0 0 15px;
}
.FooterInfo .Menu ul li a
{
	color:#ffffff;
}
.FooterInfo .Menu ul li a:hover
{
	color:#d6962c;
}
.FooterInfo .Adress
{
	width: 33%;
}
.FooterInfo .Adress div
{
	display: inline-block;
	vertical-align:top;
}
.FooterInfo .Adress .Item
{
	background: url(images/adress-icon.png);
    background-repeat: no-repeat;
	background-position: 0% 3px;
	padding:0 0 0 27px;
	margin:0 0 15px;
} 
.FooterInfo .Contacts
{
	width:44%;
}
.FooterInfo .Contacts .Info
{
	margin:0 0 0 137px;
}
.FooterInfo .Contacts .Info::before
{
	background: url(images/tel-icon2.png);
    background-repeat: no-repeat;
	background-position: 0% 0%;
	width: 16px;
	height: 16px;
	margin:2px 13px 0 0;
	display: inline-block;
	vertical-align:top;
	content: "";
} 
.FooterInfo .Contacts div
{
	display: inline-block;
	vertical-align:top;
}
.FooterInfo .Contacts .Info .Tel
{   
	font-family: "Gilroy-Bold";
	font-size:16px;
	color:#ffffff;
}
.FooterInfo .Contacts .Info a.Tel:hover
{
	color:#d6962c;
}
.FooterInfo .Contacts .Grafik
{
	margin:10px 0 30px 33px;
}
.FooterInfo .Contacts .Mail
{
	margin:0 0 0 137px;
}
.FooterInfo .Contacts .Mail::before
{
	background: url(images/mail-icon.png);
    background-repeat: no-repeat;
	background-position: 0% 0%;
	width: 16px;
	height: 16px;
	margin:2px 13px 0 0;
	display: inline-block;
	vertical-align:top;
	content: "";
} 
.FooterInfo .Contacts .Mail a
{
	color:#f8cf36;
}
.FooterInfo .Contacts .Mail a:hover
{
	color:#d6962c;
}
.FooterInfo .Contacts .Social
{
	padding:0 0 0 137px;
	margin:35px 0 0 30px;
}
.FooterInfo .Contacts .Social .Ins
{
	background: url(images/social.png);
    background-repeat: no-repeat;
	background-position: 0% 0%;
	width: 37px;
	height: 37px;
	margin:0 5px 0 0;
	display: inline-block;
	vertical-align:middle;
} 
.FooterInfo .Contacts .Social .Vk
{
	background: url(images/social.png);
    background-repeat: no-repeat;
	background-position: 100% 0%;
	width: 37px;
	height: 37px;
	margin: 0 7px 0 0;
	display: inline-block;
	vertical-align:middle;
} 
.FooterInfo .Contacts .Social .YouTube
{
	background: url(images/youtube.png);
    background-repeat: no-repeat;
	background-position: 100% 50%;
	width: 34px;
	height: 37px;
	display: inline-block;
	vertical-align:middle;
} 
.Copyright 
{
    background: #000000;
    color: #727272;
    font-size: 14px;
    height: 63px;
    line-height: 63px;
    vertical-align: middle;
}
.Copyright a.Policy
{
    color: #fff;
	margin:0 0 0 15px;
	display:inline-block;
}
.Copyright a.Policy:hover
{
    color: #3362fa;
}
.PanelBlock
{
	padding:0 45px;
	font-size:16px;
	color:#000;
}
.PanelBlock .Menu
{
	border-bottom:1px solid #c4c4c4;
	padding:0 0 20px;
	margin: 0 0 40px;
}
.PanelBlock .Menu ul
{
	list-style:none;
	margin:0;
	padding:0;
}
.PanelBlock .Menu ul li
{
	margin:0 0 15px;
}
.PanelBlock .Menu ul li a
{
	color:#212121;
}
.PanelBlock .Menu ul li a:hover
{
	color:#3362fa;
}
.PanelBlock .Adress
{
	margin:0 0 15px;
}
.PanelBlock .Adress
{
	background: url(images/adress-icon.png);
    background-repeat: no-repeat;
	background-position: 0% 0%;
	padding:0 0 0 25px;
	display: block;
} 
.PanelBlock .Contacts .Info
{
	background: url(images/tel-icon2.png);
    background-repeat: no-repeat;
	background-position: 0% 0%;
	padding:0 0 0 25px;
	display: block;
} 
.PanelBlock .Contacts .Info .Tel
{   
	font-family: "Gilroy-Bold";
	font-size:16px;
	color:#212121;
}
.PanelBlock .Contacts .Info a.Tel:hover
{
	color:#3362fa;
}
.PanelBlock .Contacts .Grafik
{
	margin:10px 0 30px 0;
}
.PanelBlock .Contacts .Mail
{
	background: url(images/mail-icon.png);
    background-repeat: no-repeat;
	background-position: 0% 0%;
	padding:0 0 0 25px;
	display: block;
} 
.PanelBlock .Contacts .Mail a
{
	color:#212121;
}
.PanelBlock .Contacts .Mail a:hover
{
	color:#3362fa;
}
.PanelBlock .Contacts .Social
{
	margin:35px 0 0 20px;
}
.PanelBlock .Contacts .Social .Ins
{
	background: url(images/social.png);
    background-repeat: no-repeat;
	background-position: 0% 0%;
	width: 37px;
	height: 37px;
	margin:0 5px 0 0;
	display: inline-block;
	vertical-align:middle;
} 
.PanelBlock .Contacts .Social .Vk
{
	background: url(images/social.png);
    background-repeat: no-repeat;
	background-position: 100% 0%;
	width: 37px;
	height: 37px;
	display: inline-block;
	vertical-align:middle;
	margin: 0 7px 0 0;
} 
.PanelBlock .Contacts .Social .YouTube
{
	background: url(images/youtube.png);
    background-repeat: no-repeat;
	background-position: 100% 50%;
	width: 34px;
	height: 37px;
	display: inline-block;
	vertical-align:middle;
} 
.PopupMenu
{
	position: absolute;
    background: #fff none repeat scroll 0 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	top:55px;
	display:none;
	padding:60px 25px 25px;
	width:100%;
	z-index:100;
	-webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.16);
	-moz-box-shadow:    0px 2px 15px 0px rgba(0, 0, 0, 0.16);
	box-shadow:         0px 2px 15px 0px rgba(0, 0, 0, 0.16);
}
.PopupMenu .CloseMenu
{
	background: url(images/close.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
	width: 21px;
	height: 21px;
	display: inline-block;
	vertical-align: top;
	position: absolute;
	cursor: pointer;
	top: 25px;
	right: 25px;
}
.Popup 
{
	background:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    padding: 43px 33px;
    margin: 0 auto;
	max-width: 450px !important;
}
.Popup .Title
{    
    font-family: "Gilroy-Bold";
    font-size: 26px;
    font-weight: normal;
    line-height: normal;
    color: #000000;
    margin: 0 0 35px;
	padding: 0 70px 0 0;
}
.Popup form 
{
    margin: 20px 0 0;
}
.fancybox-content .fancybox-close-small 
{
    top: 35px !important;
    right: 25px !important;
}
.fancybox-content .fancybox-close-small span
{ 
	background:url(images/close.png);
	background-position:50% 50%;
	background-repeat:no-repeat; 
	width: 21px;
	height: 21px;
	display: inline-block;
	vertical-align: top;
}
.fancybox-content .fancybox-close-small:hover span
{
	opacity:0.7;
}
#OrderForm
{
	max-width:420px;
}
font.notetext
{   
    font-family: "Gilroy-Regular";
    font-size: 15px;
    color: #212121;
}
.Popup .Form p
{
    padding: 0 0 10px;
    line-height: 1.5em;
}
.Popup .Form .Prop24, .Popup .Form .Prop54, .Popup .Form .Prop43
{
	display:none;
}
.Popup .Form .Label
{
	position:relative;
}
.Popup .Form .Label label
{
	font-weight:normal;
	display: block;
}
.Popup .Form .Label span
{
	display:block;
	margin:0 0 5px;
}
.Popup .Form .Label input
{
    background: #f6f6f6;
    border: none;
    margin: 0 0 15px;
    font-family: "Gilroy-Regular";
    font-size: 15px;
    line-height: 45px;
    color: #212121;
    padding: 0 25px;
    width: 100%;
}
.Popup .Form .Label textarea
{
	min-height:50px;
    background: #f6f6f6;
    border: none;
    margin: 0 0 18px;
    font-family: "Gilroy-Regular";
    font-size: 15px;
    line-height: 45px;
    color: #212121;
    padding: 0 25px;
    width: 100%;
}
.Popup .Form .Flex
{
    padding: 20px 0 0;
}
.Popup .Form .Text 
{
    padding: 0px 0 0 20px;
    color: #979797;
    font-size: 12px;
    line-height: normal;
}
.Popup .Form .Submit input[type="submit"]
{
    background: #3362fa;
    border: none;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    padding: 0 25px;
    cursor: pointer;
    font-family: "Gilroy-Bold";
    font-size: 15px;
    color: #fff;
    display: inline-block;
    line-height: 52px;
}
.Popup .Form .Submit input[type="submit"]:hover
{
    background: #0f0c09;
    color: #ffffff;
}
input.error
{
	border-bottom: 1px solid #C9C9C9 !important;
}
label.error
{
    position: absolute;
    top: 16px;
    right: 16px;
}
label.error span
{
	background-image:url(images/error-icon.png);	
	background-repeat:no-repeat; 
	background-position:0 0;
	content:"";
	display:inline-block;
	vertical-align:middle;
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	background-size: contain;
}
::-webkit-input-placeholder 
{ 
    color: #212121;
}
::-moz-placeholder 
{
    color: #212121;
}
:-ms-input-placeholder 
{
    color: #212121;
}
:-moz-placeholder {
    color: #212121;
}
.ServicesList
{
    max-width: 1200px;
    margin: 0 auto;
}
.ServiceDetail
{
    max-width: 1200px;
    margin: 0 auto;
}
.CatalogInfo
{
    position: relative;
    margin: 0 auto 80px;
}
.Conteiner.Contacts .Wrapper
{
	max-width:100%;
}
.ContactsInfo
{
    max-width: 1190px;
    position: relative;
    margin: 0 auto;
	padding:40px 0 0;
}
.ContactsInfo .Items
{
	width:100%;
	margin:0 -1%;
	color:#212121;
	position:relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.ContactsInfo .Items .Item:first-child
{
	float:left;
	width:37%;
}
.ContactsInfo .Items .Item p
{
	padding:0 0 10px;
}
.ContactsInfo .Items .Item
{
	float:left;
	width:18%;
	margin:0 1%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;    
	min-height: 1px;
    position: relative;
}
.ContactsInfo .Items .Item .Item_Inner
{
	width:100%; 
	display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    justify-content: flex-start;
	align-items: flex-start;
}
.ContactsInfo .Items .Item .Item_Inner .Icon
{
    background: #3362fa;
    height: 45px;
    width: 45px;
    min-width: 45px;
    line-height: 49px;
    font-size: 25px; 
	border-radius: 50%;
    text-align: center;
	display: inline-block;
}
.ContactsInfo .Items .Item .Item_Inner .Icon .svg 
{
    top: -6px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
}
.ContactsInfo .Items .Item .Item_Inner .Icon svg path
{
    fill: #fff;
}
.ContactsInfo .Items .Item .Item_Inner .Text
{
	padding:0 0 0 20px;
	font-size:14px;
}
.ContactsInfo .Items .Item .Item_Inner .Text span
{
    display: block;
    color: #888;
    margin: 0 0 5px;
}
.ContactsInfo .Items .Item .Item_Inner .Text a
{ 
	color:#212121;
}
.ContactsInfo .Items .Item .Item_Inner .Text a:hover
{ 
color: #00707e;
}
.ymaps-image-with-content
{
	position: absolute !important;
	left: -33px !important;
	top: -60px !important;
    width: 64px !important;
    height: 64px !important;
    background-position: 0px 0px !important;
    background-size: 64px 64px !important;
    background-repeat: no-repeat !important;
    background-image: url("images/marker.png") !important;
}

.Popup .Form .Label.Prop144,.CatalogList .Item ul li.Parent.Name4814, .CatalogList .Item ul li.Parent.Name4833, .CatalogList .Item ul li.Parent.Name4827, .CatalogList .Item ul li.Parent.Name4829
{
	display:none !important;
}

option[value="4814"], option[value="4833"], option[value="4827"], option[value="4829"]
{
	display:none !important;
}

.cd-panel-close::before, .cd-panel-close::after
{
	content:"";
	
}.ymaps-2-1-77-balloon-content__header 
{
    font-family: "Gilroy-Bold" !important;
    font-size: 18px !important;
    color: #212121 !important;
    margin: 0 0 15px !important;
    font-weight: normal !important;
}

.MoreService
{
    max-width: 1200px;
    margin: 0 auto;
}
.MoreService .Title
{
    font-family: "Gilroy-Bold";
	font-size: 18px;
    color: #212121;
    margin: 0 0 40px;
}
.MoreService .Items
{
	padding: 0;
	margin:0 -1%; 
	position:relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.MoreService .Item
{
	float:left;
	margin:0 10px 10px 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;    
	min-height: 1px;
    position: relative; 
}
.MoreService .Item.City .Item_Inner
{
	padding:20px;
}
.MoreService .Item .Item_Inner
{
	border:1px solid #e7e7e7;
	padding:10px 20px 10px 20px;
	font-size:14px;
	width: 100%;
}
.MoreService .Item:hover .Item_Inner
{
	border:1px solid #fff;
	-webkit-box-shadow: 0px 16px 30px 0px rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0px 16px 30px 0px rgba(0, 0, 0, 0.19);
	box-shadow: 0px 16px 30px 0px rgba(0, 0, 0, 0.19);
}
.MoreService .Item a
{
	color:#212121;
}
.MoreService .Item .Item_Inner .Image
{
	text-align:center;
	margin:0 0 20px;
}
.MoreService .Item .Item_Inner .Image span
{
	position:relative;
	display: inline-block;    
}
.MoreService .Item .Item_Inner .Image img
{
	position:relative;  
	z-index:10;
}
.MoreService .Item .Item_Inner .Image span::after
{
	background:#f8cf36;
	-webkit-border-radius: 61px;
	-moz-border-radius: 61px;
	border-radius: 61px;
    width: 61px;
    height: 61px;
	position: absolute;
    display: block;
    content: "";
	bottom: 0;  
}
.MoreService .Item:hover .Item_Inner .Image span::after
{
	background:#efefef;
}
.MoreService .Item:nth-child(1) .Item_Inner .Image span::after
{
    left: -10px;
    bottom: -10px;
}
.MoreService .Item:nth-child(2) .Item_Inner .Image span::after
{
    left: -10px;
    bottom: 10px;
}
.MoreService .Item:nth-child(3) .Item_Inner .Image span::after
{
    left: -5px;
    bottom: 10px;
}
.MoreService .Item:nth-child(4) .Item_Inner .Image span::after
{
    left: 5px;
    bottom: -10px;
}
.MoreService .Item:nth-child(5) .Item_Inner .Image span::after
{
    left: 5px;
    bottom: 10px;
}
.MoreService .Item:nth-child(6) .Item_Inner .Image span::after
{
    left: -10px;
    top: 0px;
}
.MoreService .Item:nth-child(7) .Item_Inner .Image span::after
{
    left: -10px;
    top: 10px;
}
.MoreService .Item:nth-child(8) .Item_Inner .Image span::after
{
    left: 15px;
    top: 0px;
}
.MoreService .Item:nth-child(9) .Item_Inner .Image span::after
{
    left:-5px;
    top: 10px;
}
.MoreService .Item:nth-child(10) .Item_Inner .Image span::after
{
    left:15px;
    top: 5px;
}
.MoreService .Item:nth-child(11) .Item_Inner .Image span::after
{
    left: -10px;
    top: 0px;
}
.MoreService .Item:nth-child(12) .Item_Inner .Image span::after
{
    left: -10px;
    top: 10px;
}
.MoreService .Item:nth-child(13) .Item_Inner .Image span::after
{
    left: 15px;
    top: 0px;
}
.MoreService .Item:nth-child(14) .Item_Inner .Image span::after
{
    left:-5px;
    top: 10px;
}
.MoreService .Item:nth-child(15) .Item_Inner .Image span::after
{
    left:15px;
    top: 5px;
}
.MoreService .Item:nth-child(16) .Item_Inner .Image span::after
{
    left: -10px;
    top: 0px;
}
.MoreService .Item:nth-child(17) .Item_Inner .Image span::after
{
    left: -10px;
    top: 10px;
}
.MoreService .Item:nth-child(18) .Item_Inner .Image span::after
{
    left: 15px;
    top: 0px;
}
.MoreService .Item:nth-child(19) .Item_Inner .Image span::after
{
    left:-5px;
    top: 10px;
}
.MoreService .Item:nth-child(20) .Item_Inner .Image span::after
{
    left:15px;
    top: 5px;
}
.MoreService .Item .Item_Inner .Name
{
	font-size:14px;
}
.MoreService .Item .Item_Inner .Info p:first-child
{
	margin:20px 0 0;
} 
.MoreService .Item .Item_Inner .Info p
{
	padding:0;
}
.MoreService .Button
{
    text-align: center;
    width: 100%;
}



.nca-cookiesaccept-line
{
    max-width: 385px;
	left:20px !important;
}
.nca-cookiesaccept-line.style-4
{
    -webkit-box-shadow: 0px 3px 47px 0px rgb(0 0 0 / 18%);
    -moz-box-shadow: 0px 3px 47px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 3px 47px 0px rgb(0 0 0 / 18%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff !important;
	bottom:20px !important; 
    padding: 25px !important;
}
.nca-cookiesaccept-line-text
{
    color: #19181e !important;
    line-height: 1.4em;
    font-size: 13px;
}
.nca-cookiesaccept-line > div > div
{
	padding:0 !important;
}
.nca-cookiesaccept-line > div
{
    display: block !important;
}
.nca-cookiesaccept-line-text a 
{
	color:#504deb !important;
	text-decoration:none !important;
}
.nca-cookiesaccept-line-text a:hover
{
    border-bottom: none !important;
    color: #212121 !important;
}
@media screen and (max-width:600px) 
{
	.nca-cookiesaccept-line.style-4
	{
		left:0 !important;
		bottom:0 !important; 
	}
} 
@media screen and (max-width:480px) 
{
	#nca-cookiesaccept-line-accept-btn
	{
		display: block !important;
		text-align:center !important;
	}
}
#nca-cookiesaccept-line-accept-btn 
{
	background: rgb(189,109,36);
	background: linear-gradient(90deg, rgba(189,109,36,1) 0%, rgba(253,215,55,1) 100%);
	display:inline-block;
	padding:0 33px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
    font-family: "Gilroy-Bold";
	font-size:15px;
	color:#ffffff;
	line-height:49px;
	height:49px;
	cursor:pointer;
	border:none;
	margin:15px 0 0;
}
#nca-cookiesaccept-line-accept-btn:hover
{
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-image: linear-gradient(to right, #504deb, #7572f3, #312dff, #0400e2);
} 