@charset "UTF-8";
/*
Theme Name: My Them New
*/
.Holder *, .Holder *:after, .Holder *:before
{
	transition: .5s ease-in-out; /* добавим плавность переходов для всех элементов страницы*/
}
*
{
    outline: 0 !important;
}
*, ::after, ::before {

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html
{
	height:100%;
}
body
{
    font-family: "Rubik", sans-serif;
	font-size:18px;
	line-height:1.7em;
	color:#303030;
	margin:0;
	padding:0;
	/*height:100%;*/
}
hr
{
    height: 1px;
    margin: 25px 0;
    border: none;
        border-top-color: currentcolor;
        border-top-style: none;
        border-top-width: medium;
    border-top: 1px solid #f2f2f2;
}
table
{
	border-collapse: collapse;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}
td
{
	margin: 0px;
	padding: 0px;
}
form
{
	padding: 0px;
	margin: 0px;
}
h1
{
    font-family: "Rubik", sans-serif;
	font-size:38px;
	margin:0 0 40px !important;
	font-weight: 300;
	line-height: 1.2em;
	color: #212121;
}
h2
{
    font-family: "Rubik", sans-serif;
	font-size:28px;
	margin:0 0 30px !important;
	font-weight:normal;
	line-height: 1.2em;
	color: #212121;
	font-weight: bold;
}
h3
{
    font-family: "Rubik", sans-serif;
	font-size:22px;
	margin:0 0 30px !important;
	font-weight:normal;
	line-height: 1.2em;
	color: #212121;
	font-weight: bold;
}
h4
{
    font-family: "Rubik", sans-serif;
	font-size:22px;
	margin:0 0 30px !important;
	font-weight:normal;
	line-height: 1.2em;
	color: #212121;
	font-weight: bold;
}
h5
{
    font-family: "Rubik", sans-serif;
	font-size:22px;
	margin:0 0 30px !important;
	font-weight:normal;
	line-height: 1.2em;
	color: #212121;
	font-weight: bold;
}
p
{
	padding: 0 0 28px;
	margin: 0px;
}
a
{
	outline:none;
	color: #27aaf5;
	text-decoration:none;
}
a:hover
{
	color: #2d578a;
	border:none !important;
	text-decoration:none !important;
	border-bottom:none !important;
}
a:focus
{
	outline:none;
	border:none !important;
	text-decoration:none !important;
	border-bottom:none !important;
}
a img
{
	border: 0px;
}
.Holder img,.Holder iframe
{
	max-width: 100%;
	max-height: 100%;
	height: auto;
	display: block;
}
.Holder .Content .mapYandex iframe {
	max-height: inherit;
	height: 682px;
}
b, strong, .TextBold
{
    font-family: "Rubik", sans-serif;
	font-weight:normal;
	font-weight: bold;
}
p + blockquote
{
    margin: 0 0 10px;
}
blockquote
{
	color: #222222;
    position: relative;
    padding: 18px 20px 25px 113px;
    border: none;
    font-weight: 500;
    font-size: 1em;
    line-height: 24px;
    font-weight: 600;
    margin: 50px 0px 45px;
}
blockquote p
{
	font-size: 17.5px;
	line-height: normal;
	font-weight: 300;
	padding:0;
}
blockquote:before
{
	position: absolute;
    top: 20px;
    left: 44px;
    font-family: Arial;
    content: "\201C";
    font-size: 82px;
    line-height: 78px;
	color: #de002b;
}
.TableBox
{
	overflow-x:scroll;
}
table.TableStyle tr:nth-child(2n+1) td
{
    background: #fff;
}
table.TableStyle tr:nth-child(2n) td
{
    background: #eff5f7;
}
table.TableStyle
{
    width: 100%;
	max-width: 100%;
    margin-bottom: 20px;
}
table.TableStyle td
{
	line-height:normal;
	padding:8px 15px;
	border: 1px solid #EAEAEA;
}
table.TableStyle p
{
	padding:0;
}
table.TableStyle > thead > tr > td
{
    font-size: 16px;
    font-weight: 400;
}
.Content ul, .Content ol
{
    padding-left: 26px;
    margin-bottom: 20px;
}
.Content ul li
{
    list-style-type: none;
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
}
.Content ul li::before
{
    content: "";
    position: absolute;
    left: 0px;
    top: 10px;
    width: 5px;
    height: 5px;
    background: #222;
    border-radius: 50%;
}
.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
      -webkit-transition: none;
      transition: none; } }
.Title
{
	line-height:normal;
}

[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;
	width:100%;
}
.Flex.Center
{
	-webkit-align-items: center; /* Safari */
	align-items: center;
}
.Flex.Baseline
{
	-webkit-align-items: baseline; /* Safari */
	align-items: baseline;
}
.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;
}
.Title
{
	margin:0 0 40px;
}
.Holder
{
	background:#fff;
	min-height: 100%;
	position: relative;
}
#Blocks
{
	padding: 0px 0px 120px 0px;
}
.Clear
{
	clear:both;
}
.Wrapper
{
	max-width: 1300px;
	position:relative;
	margin: 0 auto;
}
.TopPanel
{
	background:#fff;
/*	padding:18px 0 0;*/
}
.TopPanel .Special
{
	width:20%;
}
.TopPanel .Special a
{
	color:#ebedf1;
}
.TopPanel .Special a:hover
{
	color:#fff;
}
.TopPanel .Special a::before
{
	background-image:url(images/tel-icon.png);
	background-repeat:no-repeat;
	background-position:50% 50%;
	content:"";
	display:inline-block;
	vertical-align:middle;
	margin:0 15px 0 0;
	width:20px;
	height:18px;
}
.TopPanel .Menu
{
	width:100%;
	text-align: right;
}
.TopPanel .Menu ul
{
	list-style:none;
	margin:0;
	padding:0;
	display: flex;
	justify-content: space-between;
}
.TopPanel .Menu ul li
{
	display:inline-block;
	position:relative;
	vertical-align:middle;
	/*margin:0 0 0 20px;*/
	padding-bottom: 40px;
	padding-top: 40px;
	font-size: 16px
}
.TopPanel .Menu ul li a
{
	color:#ebedf1;
}
.TopPanel .Menu ul li a:hover
{
	color:#fff;
}
.TopPanel .Menu .sub-menu
{
    display: none;
    list-style: outside none none;
    width:240px;
	margin-top:10px;
	border-bottom:none;
	left: -20px;
    position: absolute;
    z-index: 602;
}
.TopPanel .Menu .sub-menu > .item-has-children {
    position: relative;
}
.TopPanel .Menu .sub-menu > .item-has-children > .sub-menu {
    left: 100%;
    top: -1px;
}
.TopPanel .Menu .sub-menu > li > a {
    display: block;
    padding: 0px;
	transition:none;
}
.TopPanel .Menu ul.store-horizontal > li > a
{
    display: block;
	color:#727272;
	background:#D3D3D3;
	padding: 5px;
    text-decoration: none;
}
.TopPanel .Menu .sub-menu
{
    background: #fff none repeat scroll 0 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	min-width:258px;
	-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);
}
.TopPanel .Menu .sub-menu li
{
	display:block !important;
	padding:13px 23px;
	text-align:left;
	margin:0;
	border-bottom: 1px solid #ebedf1;
	line-height:normal;
}
.TopPanel .Menu .sub-menu li > a
{
	background:none !important;
    color: #212121;
    font-size: 15px;
    text-decoration: none;
}
.TopPanel .Menu .sub-menu li a:hover
{
	background:none !important;
    color: #27aaf5;
}
.PanelMenu
{
	background:#de002b;
	padding:18px 0;
	display: none;
}
.PanelMenu .Menu
{
	position:relative;
}
.PanelMenu .Menu a
{
    display: block;
    width: 48px;
    height: 18px;
    padding: 8px;
    position: absolute;
    top: 0;
    left: 0;
	z-index: 100;
}
.PanelMenu .Menu a:before,
.PanelMenu .Menu a:after {
	content: '';
	display: block;
	background: #fff;
	height: 2px;
}
.PanelMenu .Menu a span {
	background: #fff;
	display: block;
	height: 2px;
	margin: 6px 0;
}
.PanelMenu .Links
{
	width:100%;
	text-align:right;
}
.PanelMenu .Mail
{
	display:inline-block;
	margin: 0 40px 0 0;
}
.PanelMenu .Mail a::before
{
	background-image:url(images/mail.png);
	background-repeat:no-repeat;
	background-position: 50% 50%;
	content:"";
	display:inline-block;
	vertical-align:middle;
	margin: 0 10px 0 0;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background-size: cover;
}
.PanelMenu .Mail a
{
	color:#fff;
	white-space:nowrap;
}
.PanelMenu .Mail a:hover
{
	color:#ebedf1;
}
.PanelMenu .Tel
{
	display:inline-block;
	margin: 0 40px 0 0;
}
.PanelMenu .Tel a::before
{
	background-image:url(images/tel.png);
	background-repeat:no-repeat;
	background-position: 50% 50%;
	content:"";
	display:inline-block;
	vertical-align:middle;
	margin: 0 10px 0 0;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background-size: cover;
}
.PanelMenu .Tel a
{
	white-space: nowrap;
    font-family: "Rubik", sans-serif;
	font-weight: bold;
	font-size:18px;
	color:#fff;
}
.PanelMenu .Tel a:hover
{
	color:#c1c1c1;
}
.PanelMenu .Search
{
	display:inline-block;
}
.PanelMenu .Search a::before
{
	background-image:url(images/search-cont.png);
	background-repeat:no-repeat;
	background-position:0 0;
	content:"";
	display:inline-block;
	vertical-align:middle;
	-webkit-border-radius: 47px;
	-moz-border-radius: 47px;
	border-radius: 47px;
	margin: 0 10px 0 0;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background-size: cover;
}
.mm-navbar a
{
	padding:20px 20px;
    font-family: "Rubik", sans-serif;
	font-weight: bold;
    font-size: 16px;
	color:#212121 !important;
}
.mm-listitem a:hover
{
	color:#27aaf5;
}
.Header
{
	position:relative;
}
.HeaderBlock
{
	background-image:url(images/line-bg.png);
	background-repeat:repeat-x;
	background-position: 0 100%;
	position:absolute;
	padding:15px 0;
	width:100%;
	z-index:100;
}
.Article .HeaderBlock
{
	background:none;
	position:relative;
	border-bottom:1px solid #ebedf1;
}
.HeaderBlock .Logo
{
	width:35%;
	max-height: 80px;
}
.HeaderBlock .Mail
{
	padding:20px 0 0;
	width:25%;
	margin-right:10px;
}
.HeaderBlock .Mail a::before
{
	background-image:url(images/mail.png);
	background-repeat:no-repeat;
	background-position:0 0;
	content:"";
	display:inline-block;
	vertical-align:middle;
	margin:0;
	-webkit-border-radius: 47px;
	-moz-border-radius: 47px;
	border-radius: 47px;
	width:47px;
	height:47px;
	line-height:47px;
	text-align: center;
}
.Article .HeaderBlock .Mail a::before
{
	border:1px solid #ebedf1;
}
.HeaderBlock .Mail a
{
	color:#27aaf5;
	white-space:nowrap;
}
.HeaderBlock .Mail a:hover
{
	color:#ebedf1;
}
.HeaderBlock .Tel
{
	padding:20px 0 0;
	width:25%;
	margin-right:10px;
}
.HeaderBlock .Tel a::before
{
	background-image:url(images/tel.png);
	background-repeat:no-repeat;
	background-position:0 0;
	content:"";
	display:inline-block;
	vertical-align:middle;
	margin:0;
	-webkit-border-radius: 47px;
	-moz-border-radius: 47px;
	border-radius: 47px;
	width:47px;
	height:47px;
	line-height:47px;
	text-align: center;
}
.Article .HeaderBlock .Tel a::before
{
	border:1px solid #ebedf1;
}
.HeaderBlock .Tel a
{
	white-space: nowrap;
    font-family: "Rubik", sans-serif;
	font-weight: bold;
	font-size:18px;
	color:#ebedf1;
}
.HeaderBlock .Tel a:hover
{
	color:#27aaf5;
}
.Article .HeaderBlock .Tel a
{
    font-family: "Rubik", sans-serif;
	font-weight: bold;
	font-size:18px;
	color:#212121;
}
.Article .HeaderBlock .Tel a:hover
{
	color:#27aaf5;
}
.HeaderBlock .Search
{
    padding: 20px 0 0;
    width:10%;
    text-align: right;
}
.HeaderBlock .Search a::before
{
	background-image:url(images/search.png);
	background-repeat:no-repeat;
	background-position:0 0;
	content:"";
	margin:0 20px 0 0;
	display:inline-block;
	vertical-align:middle;
	-webkit-border-radius: 47px;
	-moz-border-radius: 47px;
	border-radius: 47px;
	width:47px;
	height:47px;
	line-height:47px;
	text-align: center;
}
.Article .Search a::before
{
	background-image:url(images/search-cont.png);
	background-repeat:no-repeat;
	background-position:0 0;
}
.HeaderBlock .Personal
{
	padding: 18px 0 0;
    width: 24%;
    text-align: right;
}
.HeaderBlock .Personal a
{
    font-family: "Rubik", sans-serif;
	font-size:16px;
	border:1px solid #adadad !important;
	-webkit-border-radius:23px;
	-moz-border-radius:23px;
	border-radius:23px;
	display:inline-block;
	padding:0 10px 0 20px;
	white-space: nowrap;
	line-height:46px;
	height:46px;
	color:#ebedf1;
	font-weight: bold;
}
.Article .HeaderBlock .Personal a
{
	border:1px solid #edeef1 !important;
	color:#f9030f;
}
.Article .HeaderBlock .Personal a:hover
{
	border:1px solid #edeef1 !important;
	color:#212121;
}
.Article .HeaderBlock .Personal a:hover span:after
{
	background-color:#de002b;
}
.HeaderBlock .Personal a span:after
{
	background-image:url(images/button-arrow.png);
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-color:#f9030f;
	display:inline-block;
	vertical-align:middle;
	content:"";
	margin:0 0 0 20px;
	-webkit-border-radius:28px;
	-moz-border-radius:28px;
	border-radius:28px;
	width:28px;
	line-height:28px;
	height:28px;
}
.MainMenu
{
	position:absolute;
	top:138px;
	width:100%;
	z-index:100;
}
.Article .MainMenu
{
	position:relative;
	padding:29px 0 0;
	top:0;
}
.Article .MainMenu ul li a
{
	font-size:18px;
	color:#212121;
}
.Article .MainMenu ul li a:hover
{
	color:#27aaf5;
}
.TopTitle{
	font-size:1.3em
}
.TopTitle .Wrapper{
	text-align:center;
	width:100%;
}
/*.TopTitle .Wrapper:after {
	content: "";
	display: inline-block;
	width: 100%;
}*/
.MainMenu ul::after
{
    clear: both;
    content: "";
    margin-left: 100%;
    height: 1px;
    display: inline-block;
}
.MainMenu ul
{
	text-align: justify;
	list-style:none;
	margin:0;
	padding:0;
}
.MainMenu ul li
{
	display:inline-block;
	vertical-align:middle;
	font-size:18px;
}
.MainMenu ul li a
{
    font-family: "Rubik", sans-serif;
	color:#fff;
	font-weight: bold;
}
.MainMenu ul li a:hover
{
	color:#ebedf1;
}
.Slider
{
	position:relative;
	text-align:center;
}
.Slider .Item
{
	background-repeat:no-repeat;
	background-position:50% 0%;
	background-size: cover;
    min-height: 682px;
}
/*.Slider .Item::after
{
	background-image:url(images/slide-bg.png);
	background-repeat:repeat;
	background-position: 0 0;
	width:100%;
    height: 682px;
	top:0;
	content:"";
	display:block;
	position:absolute;
}*/
.Slider .DescBlock
{
	position:absolute;
	width:100%;
	top:285px;
    z-index: 10;
}
.Slider .DescBlock .Desc
{
	max-width:1180px;
    font-family: "CirceLight";
	color:#fff;
	font-size:38px;
	line-height:normal;
	text-align:left;
	margin:0 auto;
}
.Slider .DescBlock .Desc > div
{
	max-width:790px;
}
.Slider .DescBlock .Title
{
    font-family: "Rubik", sans-serif;
	font-size:42px;
	margin:0 0 20px;
	font-weight: bold;
}
.Slider .DescBlock .Anonse
{
	line-height: 1.2em;
	margin:0 0 30px;
}
.Slider img
{
	display:inline-block;
}
.Slider .owl-controls
{
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 10;
    bottom: 30px;
}
.Slider .owl-controls .owl-pagination
{
	max-width:1180px;
	text-align:right;
	margin:0 auto;
}
.Slider .owl-pagination .owl-page
{
	display: block;
	cursor: default;
	margin: 7px 0 0;
}
.Slider .owl-pagination .owl-page span,
.Slider .owl-pagination .owl-page span:hover
{
    background: #ffffff;
	box-shadow:none;
	cursor: pointer;
	display: inline-block;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-indent: -9999px;
    width:8px;
    height:8px;
	transition:none;
}
.Slider .owl-pagination .owl-page.active span
{
    background: #f9030f;
    border:none;
    width:8px;
    height:8px;
}
.Btn
{
    font-family: "Rubik", sans-serif;
	font-size:16px;
	-webkit-border-radius:23px;
	-moz-border-radius:23px;
	border-radius:23px;
	display:inline-block;
	padding:0 38px;
	line-height:46px;
	white-space: nowrap;
	height:46px;
	font-weight: bold;
}
.Btn span
{
	background-image:url(images/button-arrow.png);
	background-repeat:no-repeat;
	background-position: 100% 50%;
	padding:0 23px 0 0;
}
.Btn.Blue
{
	background:none;
	border:1px solid #27aaf5;
	color:#27aaf5;
}
.Btn.Blue:hover
{
	background:none;
	border:1px solid #27aaf5 !important;
	color:#27aaf5;
}
.Btn.Blue span
{
	background-image:url(images/button-arrow-blue.png);
	background-repeat:no-repeat;
	background-position: 100% 50%;
}
.Btn.Red
{
	background:#f9030f;
	color:#fff;
}
.Btn.Red:hover
{
	background:#be0009;
	color:#fff;
}
.Benefits
{
	background:#ffffff;
	padding:75px 0 60px;
	margin:0 0 65px;
}
#Blocks
{
    padding: 0;
}
.Article .Benefits
{
	background:#ffffff;
	margin: 0;
}
.Benefits .Title
{
    font-family: "Rubik", sans-serif;
	text-align:center;
	font-size:32px;
	margin:0 0 110px;
	font-weight: 300;
}
.Benefits .Items
{
	position:relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position:relative;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin:0 -2%;
}
.Benefits .Item
{
	width:20%;
    margin: 0 2% 20px;
	float:left;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 1px;
    position: relative;
	z-index: 2;
}
.Benefits .Item .Item_Inner
{
    overflow: hidden;
    font-size: 18px;
    line-height: 1.4em;
    padding: 0 0 0 50px;
    position: relative;
    width: 100%;
    max-width: 200px;
}
.Benefits .Item::before
{
	background-image:url(images/benefits-icon.png);
	background-repeat:no-repeat;
	background-position: 100% 0%;
	padding:0 32px 18px 0;
    font-family: "CirceLight";
	font-weight: 300;
	text-align:left;
	position: absolute;
	font-size:30px;
	display: block;
	left: 0;
	top: -45px;
	color: #b1b6c2;
	line-height: 30px;
}
.Benefits .Item:nth-child(1)::before
{
	content:"01.";
}
.Benefits .Item:nth-child(2)::before
{
	content:"02.";
}
.Benefits .Item:nth-child(3)::before
{
	content:"03.";
}
.Benefits .Item:nth-child(4)::before
{
	content:"04.";
}
.Services
{
	margin:0 0 100px;
}
.Services .Title
{
    font-family: "Rubik", sans-serif;
	font-size:32px;
	margin:0 0 50px;
	font-weight: 300;
}
.ServicesTabs ul.Tabs
{
	list-style:none;
	margin:0;
	padding:0;
    position: relative;
    top: 1px;
}
.ServicesTabs ul.Tabs li
{
	background:#ec1c1c;
	-moz-border-radius-topleft: 16px;
	-webkit-border-top-left-radius: 16px;
	 border-top-left-radius: 16px;
	-moz-border-radius-topright: 16px;
	-webkit-border-top-right-radius: 16px;
	border-top-right-radius: 16px;
    font-family: "Rubik", sans-serif;
	font-size:16px;
	margin:0 1px 0 0;
	padding:0 30px;
	line-height:52px;
	transition:none;
	color:#ffffff;
	cursor:pointer;
	display:inline-block;
	font-weight: bold;
}
.ServicesTabs ul.Tabs li.Active
{
	background:#fff;
	border:1px solid #ebedf1;
	border-bottom:1px solid #fff;
	transition:none;
	color:#212121;
}
.ServicesTabs .Box
{
	display:none;
	background:#fff;
	border:1px solid #ebedf1;
	-moz-border-radius-topright: 16px;
	-webkit-border-top-right-radius: 16px;
	border-top-right-radius: 16px;
	-moz-border-radius-bottomright: 16px;
	-webkit-border-bottom-right-radius: 16px;
	border-bottom-right-radius: 16px;
	-moz-border-radius-bottomleft: 16px;
	-webkit-border-bottom-left-radius: 16px;
	border-bottom-left-radius: 16px;
}
.ServicesTabs .Box.Active
{
	display:block;
	padding:38px 30px;
}
.ServiceList ul
{
	list-style:none;
	margin:0 -2% !important;
	padding:0 !important;
}
.ServiceList ul
{
	position:relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position:relative;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin:0 -2%;
}
.ServiceList ul li::before
{
	display:none;
}
.ServiceList ul li
{
	width:48%;
	line-height:normal;
    margin: 0 1% 10px;
	float:left;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 1px;
    position: relative;
	z-index: 2;
}
.ServiceList ul li a
{
	color:#212121;
}
.ServiceList ul li a:hover
{
	color:#27aaf5;
}
.ServiceList ul li .Icon
{
	display:inline-block;
	vertical-align:middle;
	margin:0 20px 0 0;
}
.ServiceList ul li .Icon span
{
	background:#ebedf1;
	display:inline-block;
	vertical-align:middle;
	-webkit-border-radius: 64px;
	-moz-border-radius: 64px;
	border-radius: 64px;
	width:64px;
	height:64px;
	line-height:64px;
	text-align: center;
}
.ServiceList ul li .Icon img
{
	display:inline-block;
	vertical-align:middle;
}

.CatalogList ul
{
	list-style:none;
	margin:0 !important;
	padding:0 !important;
}
.CatalogList li::before
{
	display:none;
}
.CatalogList li.CategoryLink > ul
{
	margin:20px 0 !important;
}
.CatalogList li.CategoryLink
{
    background: #fff;
    margin: 0 0 25px;
	padding:35px 35px 5px;
}
.CatalogList li.CategoryLink:hover
{
	-webkit-box-shadow: 0px 8px 27px 0px rgba(0,0,0,0.13);
	-moz-box-shadow: 0px 8px 27px 0px rgba(0,0,0,0.13);
	box-shadow: 0px 8px 27px 0px rgba(0,0,0,0.13);
}
.CatalogList li.CategoryLink > a
{
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    color: #212121;
    display: block;
	margin: 0 0 30px;
	font-weight: bold;
}
.CatalogList ul ul
{
	position:relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position:relative;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin:0 -2%;
}
.CatalogList ul li ul li
{
    width: 50%;
    margin: 0 0 20px 0 !important;
	float:left;
	padding:0 !important;
	line-height:1.2em;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 1px;
    position: relative;
	z-index: 2;
}
.CatalogList ul li ul li a
{
	color:#212121;
}
.CatalogList ul li ul li a:hover
{
	color:#27aaf5;
}
.CatalogList ul li ul li .Icon
{
	display:inline-block;
	vertical-align:middle;
	margin:0 15px 0 0;
}
.CatalogList ul li ul li .Icon span
{
	background:#ebedf1;
	display:inline-block;
	vertical-align:middle;
	-webkit-border-radius: 64px;
	-moz-border-radius: 64px;
	border-radius: 64px;
	width:64px;
	height:64px;
	line-height:64px;
	text-align: center;
}
.CatalogList ul li ul li .Icon img
{
	display:inline-block;
	vertical-align:middle;
}
.CatalogList ul li ul li .Name
{
	padding:0 10px 0 0;
}
.Formlock
{
	margin:0 0 100px;
}
.Formlock .Title
{
    font-family: "Rubik", sans-serif;
	font-size:32px;
	margin:0 0 30px;
	line-height:1.2em;
	font-weight: 300;
}
.Formlock .Anonse
{
	margin:0 0 40px;
}
.OrderBlock
{
	width:65%;
	margin:0 10% 0 0;
}
.FormBlock
{
	width:35%;
}
.FormBlock .Form::before
{
	background-image:url(images/form-bg.png);
	background-repeat:no-repeat;
	background-position: 100% 0%;
	position: absolute;
	display: block;
	top:24px;
	right:0;
	content:"";
	width:88px;
	height:100px;
}
.FormBlock .Form
{
	padding:45px 48px;
	position:relative;
	-webkit-box-shadow: 0px 0px 18px 1px rgba(42,44,56,0.09);
	-moz-box-shadow: 0px 0px 18px 1px rgba(42,44,56,0.09);
	box-shadow: 0px 0px 18px 1px rgba(42,44,56,0.09);
}
.FormBlock .Form .Title
{
    font-family: "Rubik", sans-serif;
	font-size:20px;
	margin:0 25px 40px 0;
	font-weight: bold;
}
.FormBlock .Form .Label
{
	position:relative;
	margin:0 0 30px;
}
.FormBlock .Form input[type="text"]
{
    font-family: "Rubik", sans-serif;
	font-size:16px;
	border:transparent;
	border-bottom:1px solid #ebedf1;
	color:#bdbdbd;
	max-width:295px;
	width:100%;
	height:34px;
	line-height:34px;
	font-weight: 300;
}
.FormBlock .Form input[type="submit"]
{
	background-image:url(images/button-arrow.png);
	background-repeat:no-repeat;
	background-position: 100% 50%;
	background-color:transparent;
	font-family: "Rubik", sans-serif;
    font-size: 16px;
	color: #fff;
	cursor:pointer;
	border:transparent;
	padding:0 23px 0 0;
	line-height: 46px;
	height: 46px;
	font-weight: bold;
}
.AboutBlock
{
	background-color:#ebedf1;
	margin:0 0 70px;
}
.AboutBlock .ImageBlock
{
	background-image:url(images/about.jpg);
	background-repeat:no-repeat;
	background-size: cover;
	background-position: bottom;
	width:50%;
}
.AboutBlock .TextBlock
{
	width:50%;
}
.AboutBlock .TextBlock .Text
{
	padding:45px 0 55px 70px;
	max-width:570px;
}
.AboutBlock .Title
{
    font-family: "Rubik", sans-serif;
	line-height:1.3em;
	font-size:32px;
	margin:0 0 30px;
	font-weight: 300;
}
.Reviews
{
	margin:0 0 90px;
	text-align:center;
}
.Reviews .Title
{
    font-family: "Rubik", sans-serif;
	line-height:1.3em;
	font-size:32px;
	margin:0 0 65px;
	font-weight: 300;
}
.Reviews .Items::before
{
	background-image:url(images/quote.png);
	background-repeat:no-repeat;
	background-position: 50% 0%;
	position: absolute;
	display: block;
	top:0;
	content:"";
	width:100%;
	height:40px;
	left: 0;
	right: 0;
}
.Reviews .Items
{
	padding:83px 190px 45px;
	position:relative;
}
.Reviews .Items .Text
{
	margin:0 0 35px;
}
.Reviews .Items .Text p
{
	padding:0;
}
.Reviews .Items .Author
{
    font-family: "Rubik", sans-serif;
	border-top:1px solid #ebedf1;
	max-width:275px;
	margin:0 auto;
	font-size:18px;
	padding:22px 0 0;
	font-weight: bold;
}
.Reviews .owl-pagination
{
    position: absolute;
    width: 100%;
    z-index: 10;
    bottom:-45px;
}
.Reviews .owl-pagination .owl-page
{
	display: inline-block;
	cursor: default;
	margin: 0 4px 0;
}
.Reviews .owl-pagination .owl-page span,
.Reviews .owl-pagination .owl-page span:hover
{
    background: #aeb2ba;
	box-shadow:none;
	cursor: pointer;
	display: inline-block;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-indent: -9999px;
    width:8px;
    height:8px;
	transition:none;
}
.Reviews .owl-pagination .owl-page.active span
{
    background: #f9a503;
    border:none;
    width:8px;
    height:8px;
}
.Reviews .owl-buttons
{
    position: absolute;
    top: 5px;
    width: 100%;
    z-index: 10;
}
.Reviews .owl-buttons div
{
	text-indent:-9999px;
    position: absolute;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height:70px;
    width: 70px;
}
.Reviews .owl-buttons .owl-prev
{
    background-color: #ebedf1;
    left:-145px;
}
.Reviews .owl-buttons .owl-prev:before
{
	background-image:url(images/arrows-hv.png);
	background-repeat:no-repeat;
	background-position: 0% 0%;
	content:"";
	width: 9px;
	height: 12px;
	display: block;
	position: absolute;
	left: 30px;
	top: 28px;
}
.Reviews .owl-buttons .owl-prev:hover:before
{
	background-image:url(images/arrows.png);
	background-repeat:no-repeat;
	background-position: 0% 0%;
}
.Reviews .owl-buttons .owl-prev:hover
{
    background-color: #27aaf5;
}
.Reviews .owl-buttons .owl-next
{
    background-color: #ebedf1;
    right:-145px;
}
.Reviews .owl-buttons .owl-next:before
{
	background-image:url(images/arrows-hv.png);
	background-repeat:no-repeat;
	background-position: 100% 0%;
	content: "";
	width: 9px;
	height: 12px;
	display: block;
	position: absolute;
	right: 30px;
	top: 28px;
}
.Reviews .owl-buttons .owl-next:hover:before
{
	background-image:url(images/arrows.png);
	background-repeat:no-repeat;
	background-position: 100% 0%;
}
.Reviews .owl-buttons .owl-next:hover
{
    background-color: #27aaf5;
}
.NewsBlock
{
	margin:0 0 80px;
}
.NewsBlock .Title
{
    font-family: "Rubik", sans-serif;
	font-size:32px;
	line-height:normal;
	margin: 65px 0 34px;
	font-weight: 300;
}
.NewsBlock .NewsItem
{
	width:45%;
	margin:0 5% 0 0;
}
.NewsBlock .NewsItem .Item
{
	max-width:465px;
}
.NewsBlock .NewsItem .Item .Image
{
	margin:0 0 35px;
}
.NewsBlock .NewsItem .Item .Image img
{
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.NewsBlock .NewsList
{
	width:50%;
}
.NewsBlock .NewsList .Item:first-child
{
	padding:0;
	border:none;
}
.NewsBlock .NewsList .Item
{
	border-top:1px solid #ebedf1;
	padding:37px 0 0;
}
.NewsBlock .Date
{
	position:relative;
	color:#aeb2ba;
	margin:0 0 15px;
	font-size:15px;
	line-height:18px;
}
.NewsBlock .Date::before
{
	background-image:url(images/time-icon.png);
	background-repeat:no-repeat;
	background-position: 0% 0%;
	display: inline-block;
	width: 16px;
	height: 16px;
	content:"";
	vertical-align: top;
	margin: 0 8px 0 0;
}
.NewsBlock .Item
{
	font-size:15px;
}
.NewsBlock .Name
{
	margin:0 0 10px;
	font-size:18px;
	line-height:1.5em;
}
.NewsBlock .Name a
{
    font-family: "Rubik", sans-serif;
	color:#212121;
	font-weight: bold;
}
.NewsBlock .Name a:hover
{
	color:#27aaf5;
}
.NewsBlock .Item .Anonse
{
	margin:0 0 35px;
}
.NewsBlock .Anonse p
{
	padding:0;
}
.Conteiner
{
	background:#ebedf1;
	padding:32px 0;
	min-height:500px;
}
.Conteiner.Contacts
{
	padding: 32px 0 0;
}
.Conteiner.Contacts .Wrapper
{
	max-width:100%;
}
.Conteiner.Contacts h1, .Conteiner.Contacts .Breadcrumbs
{
    max-width: 1180px;
    margin: 0 auto 40px !important;
}
.Conteiner.Contacts .ContBlock.Big
{
	width:100%;
	margin:0;
}
.Conteiner.Contacts .Content.ContBg
{
	padding:0;
}
.bx-yandex-view-layout
{
    margin-bottom: 40px;
}
.ymaps-b-balloon__content-holster {
    display: block;
    padding: 0 12px 0 10px !important;
    line-height: 1.3em;
}
.Breadcrumbs
{
	font-family:"Rubik", sans-serif;
	color:#767676;
	font-size:15px;
	margin:0 0 30px;
	font-weight: 300;
}
.Breadcrumbs a
{
	color:#767676;
}
.Breadcrumbs span.Del
{
	margin:0 10px;
	display:inline-block;
	vertical-align:middle;
}
.ContBlock
{
	width:75%;
	margin:0 3% 0 0;
	float:left;
}
.Conteiner.Big .ContBlock.Big
{
	margin:0;
	float:none;
	width:100%;
}
.Conteiner.Big .Content.ContBg
{
	background:none;
	margin:0;
	padding:0;
	float:none;
	width:100%;
}
.ContBlock.Big
{
	margin:0 0 0 3%;
}
.Content ul
{
	list-style:none;
	margin:0 0 45px;
	padding:0;
}
.Content ul li
{
	padding:0 0 0 15px;
	margin:0 0 10px;
}
.Content .Title
{
	font-family:"Rubik", sans-serif;
	font-size:24px;
	margin:0 0 35px;
	color:#212121;
	font-weight: bold;
}
.Product
{
	margin:0 0 55px;
}
.ProductTabs
{
	background:#fff;
}
.ProductTabs ul.Links
{
	list-style:none;
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
	border-bottom:1px solid #ebedf1;
	margin:0;
	padding:0;
}
.ProductTabs ul.Links li
{
	background:#fff;
	cursor:pointer;
	font-size: 18px;
	margin:0;
	border-left:1px solid #ebedf1;
	line-height: normal;
	letter-spacing: normal;
	display:inline-block;
	padding:28px 55px;
}
.ProductTabs ul li::before
{
	display:none;
}
.ProductTabs ul.Links li:first-child
{
	border-left:1px solid #fff;
}
.ProductTabs ul.Links li.Active
{
	font-family:"Rubik", sans-serif;
	background:#f9030f;
	color:#fff;
	border-left:1px solid #f9030f;
	font-weight: bold;
}
.ProductTabs .BoxInfo
{
	padding:50px 35px;
	display:none;
}
.ProductTabs .BoxInfo.Active
{
	display:block;
}
.Service .Item
{
	background:#fff;
	margin:0 0 25px;
}
.Service .Item:hover
{
	-webkit-box-shadow: 0px 8px 27px 0px rgba(0,0,0,0.13);
	-moz-box-shadow: 0px 8px 27px 0px rgba(0,0,0,0.13);
	box-shadow: 0px 8px 27px 0px rgba(0,0,0,0.13);
}
.Service .Item .ImageBlock
{
	width:30%;
	position: relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.Service .Item .DescBlock
{
	width:70%;
	line-height:normal;
}
.Service .Item .DescBlock .Name
{
	margin:35px 0 20px;
	padding:0 35px;
}
.Service .Item .DescBlock .Name a
{
	color:#212121;
}
.Service .Item .DescBlock .Name a:hover
{
	color:#27aaf5;
}
.Service .Item .DescBlock .Info
{
	font-size:15px;
	color:#959595;
	padding:0 35px 25px;
	border-bottom:1px solid #ebedf1;
}
.Service .Item .DescBlock .Info p
{
	padding:0;
}
.Service .Item .DescBlock .PriceInfo
{
	padding:15px 35px;
}
.Service .Item .DescBlock .PriceInfo .PriceBlock
{
	width:70%;
}
.Service .Item .DescBlock .PriceInfo .Price span
{
	font-family:"Rubik", sans-serif;
	font-weight: bold;
}
.Service .Item .DescBlock .PriceInfo .PriceBlock .Type
{
	width:180px;
}
.Service .Item .DescBlock .Link
{
	width:30%;
	text-align:right;
}
.Service .Item .DescBlock .Link a
{
	font-size:16px;
	-webkit-border-radius:23px;
	-moz-border-radius:23px;
	border-radius:23px;
	display:inline-block;
	padding:0 38px;
	line-height:46px;
	height:46px;
	background:none;
	border:1px solid #ebedf1 !important;
	color:#27aaf5;
}
.Service .Item .DescBlock .Link a:hover
{
	border:1px solid #27aaf5 !important;
	background:none;
	color:#27aaf5;
}
p + .InfoEducation
{
	margin:0 0 30px;
}
.InfoEducation
{
	margin:30px 0 30px;
}
.InfoEducation .Items
{
	position:relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position:relative;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin:0 -2%;
}
.InfoEducation .Item
{
	width:46%;
    margin: 0 2% 40px;
	float:left;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 1px;
    position: relative;
}
.InfoEducation .Item span
{
	color:#919191;
	font-size:15px;
	display:block;
}
.BenefitsCont
{
	border-top:1px solid #ebedf1;
	border-bottom:1px solid #ebedf1;
	margin:8px -35px 48px;
	padding:37px 35px;
}
.BenefitsCont .Items
{
	position:relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position:relative;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin:0 -2%;
}
.BenefitsCont .Item
{
	width:29%;
    margin: 0 2% 10px;
	float:left;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 1px;
    position: relative;
}
.BenefitsCont .Item_Inner
{
    padding: 0 0 0 70px;
    line-height: 1.4em;
    max-width: 145px;
}
.BenefitsCont .Item::before
{
	position: absolute;
	display: block;
	width:60px;
	height:50px;
	content:"";
}
.BenefitsCont .Item:nth-child(1)::before
{
	background-image:url(images/benefits1.png);
	background-repeat:no-repeat;
	background-position: 0% 0%;
}
.BenefitsCont .Item:nth-child(2)::before
{
	background-image:url(images/benefits2.png);
	background-repeat:no-repeat;
	background-position: 0% 0%;
}
.BenefitsCont .Item:nth-child(3)::before
{
	background-image:url(images/benefits3.png);
	background-repeat:no-repeat;
	background-position: 0% 0%;
}
.LeftBlock
{
	width:22%;
	float:left;
	position:relative;
}
.LeftMenu
{
	border:1px solid #d7dbe3;
	margin:0 0 20px;
}
.LeftMenu ul
{
	background:#ffffff;
	list-style:none;
	margin:0;
	padding:0;
}
.LeftMenu ul li:first-child
{
	border-top:none;
}
.LeftMenu ul li
{
	border-top:1px solid #ebedf1;
	padding:18px 30px;
	line-height: 1.5em;
}
.LeftMenu ul li a
{
	color:#212121;
}
.LeftMenu ul li a:hover
{
	color:#27aaf5;
}
.LeftMenu ul li.current_page_item
{
	background:#f6f6f6;
}
.RightBlock
{
	width:22%;
	float:left;
	position:relative;
}
.CostBlock
{
	background:#fff;
	max-width:270px;
	position:relative;
}
.Mobile.CostBlock
{
	display:none;
}
.Content.ContBg
{
	background:#fff;
	position:relative;
	padding: 50px 35px;
}
.CostBlock .Title
{
	font-size:18px;
	margin:0 0 40px;
}
.CostBlock .Order
{
	padding:28px 30px 36px;
	border-bottom:1px solid #ebedf1;
}
.CostBlock .Order .Btn
{
	padding:0 30px;
}
.CostBlock .Icon
{
    position: absolute;
    right: 0;
    top: 23px;
}
.CostBlock .Icon .sale
{
	background:#f2bd3d;
	color:#fff;
	font-size:15px;
	line-height:30px;
	padding:0 13px 0 20px;
	height:30px;
    display: inline-block;
}
.CostBlock .Icon .sale::after
{
    content: '';
    position: absolute;
    left: 0;
	bottom:0;
	border: 15px solid transparent;
	border-left: 10px solid #fff;
}
.CostBlock .Prices .Type
{
	margin:0 0 30px;
}
.CostBlock .Prices .Price span
{
	font-size:18px;
	font-family:"Rubik", sans-serif;
	font-weight: bold;
}
.CostBlock .Prices .OldPrice
{
	margin:0 0 0 22px;
	color:#a8a8a8;
	font-size:15px;
	text-decoration: line-through;
}
.CostBlock .Props
{
	padding:25px 30px 20px;
}
.CostBlock .Props p
{
	padding:0 0 10px;
}
.CostBlock .Files
{
	padding:0 30px 30px;
}
.CostBlock .Props span.Name
{
	color:#919191;
	display:block;
	font-size:15px;
}
.CostBlock .Files span.Name
{
	color:#919191;
	display:block;
	font-size:15px;
}
.ServiceIcon
{
    position: absolute;
    right: 0;
    top: -95px;
}
.ServiceIcon .Icon
{
	background:#ffffff;
	display:inline-block;
	vertical-align:middle;
	-webkit-border-radius: 62px;
	-moz-border-radius: 62px;
	border-radius: 62px;
	width:62px;
	height:62px;
	line-height:62px;
	text-align: center;
}
.ServiceIcon .Icon img
{
	display:inline-block;
	vertical-align:middle;
}
.Filter .Title
{
	background:#ebedf1;
	font-size:16px;
	font-family:"Rubik", sans-serif;
	padding:28px 30px;
	font-weight: bold;
}
.FilterBlock, .Category
{
	border:1px solid #d7dbe3;
	margin:0 0 20px;
}
.FilterBlock .Title
{
	background:#ebedf1;
	font-size:16px;
	font-family:"Rubik", sans-serif;
	padding:28px 30px;
	margin:0;
	font-weight: bold;
}
.FilterBlock .Labels
{
	background:#ffffff;
	padding:28px 30px 10px;
}
.FilterBlock .Label .Name
{
	display:block;
	padding:0;
    margin: 0 0 20px;
}
.FilterBlock .Checkbox
{
    margin: 0 0 18px;
}
.FilterBlock .bx-filter-param-label
{
    padding:0;
}
.FilterBlock input[type="checkbox"]
{
    display: none;
}
.FilterBlock input[type="checkbox"] + label span
{
	background:url(images/check.png);
	background-position:0 5px;
	background-repeat:no-repeat;
    cursor: pointer;
    display: block;
    height: 23px;
    margin: 0;
    padding: 0 0 0 29px;
    vertical-align: middle;
	transition:none;
}
.FilterBlock input[type="checkbox"]:checked + label span
{
	background:url(images/check.png);
	background-position:0 100%;
	background-repeat:no-repeat;
}
.Category .Title
{
	background:#ebedf1;
	font-size:16px;
	margin:0;
	font-family:"Rubik", sans-serif;
	padding:28px 30px;
	font-weight: bold;
}
.Category ul
{
	background:#ffffff;
	list-style:none;
	margin:0;
	padding:0;
}
.Category ul li
{
	border-top:1px solid #ebedf1;
	padding:18px 30px;
	line-height: 1.5em;
}
.Category ul li.current-cat
{
    background: #f6f6f6;
}
.Category ul li a
{
	color:#212121;
}
.Description
{
	padding:100px 0 0;
}
.Description .ImageBlock
{
	width:44%;
	margin:0 6% 0 0;
}
.Description .InfoBlock
{
	width:44%;
}
.question-block
{
    margin-bottom: 1px;
    position: relative;
    transition:none;
    box-shadow: 0 0 0 1px #f2f2f2;
}
.question-block .btn-question
{
	padding:25px 80px 25px 25px;
	display:block;
	white-space: normal;
	font-size:16px;
	line-height: normal;
	color:#212121;
}
.question-block .AnswerText
{
	padding:0 80px 25px 25px;
	line-height: normal;
}
.question-block .btn-question .fa
{
    border-radius: 30px;
    color: #222;
    position: absolute;
    top: 23px;
	right: 29px;
    font-size: 24px;
    line-height: 26px;
    width: 26px;
    height: 26px;
    text-align: center;
}
.question-block .btn-question:hover .fa
{
	background:#f2f2f2;
}
.question-block .btn-question .fa::before
{
    content: "\f106";
}
.question-block .btn-question.collapsed .fa::before
{
    content: "\f107";
}
.question-block.opened
{
    background: #f2f2f2;
}
.question-block.opened .panel-collapse
{
	color: #555;
}
.StaffDetail .Image
{
    float: right;
    margin: 0 0 0 35px;
}
.StaffDetail .Desc
{
    margin: 25px 0 0;
}
.StaffDetail .Desc p
{
	padding:0 0 15px;
}
.StaffDetail .Props + hr
{
    margin:25px 0;
}
.Affiliates
{
	max-width:1180px;
	margin:0 auto;
	padding:0;
}
.Affiliates .Title
{
    font-size: 20px;
    margin: 0 0 25px;
}
.Affiliates .Items
{
    border-top: 1px solid #f2f2f2;
    margin: -1px 0 40px;
}
.Affiliates .Items .Item
{
    border-top: none;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    transition: box-shadow .3s ease;
	padding:32px;
}
.Affiliates .Items .Item:hover
{
	-webkit-box-shadow: 0px 8px 27px 0px rgba(0,0,0,0.13);
	-moz-box-shadow: 0px 8px 27px 0px rgba(0,0,0,0.13);
	box-shadow: 0px 8px 27px 0px rgba(0,0,0,0.13);
}
.Affiliates .Items .ImageBlock
{
	width: 25%;
    margin: 0 3% 0 0;
    position: relative;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	height: 130px;
}
.Affiliates .Items .AdressBlock
{
	width:50%;
    margin: 0 3% 0 0;
}
.Affiliates .Items .TelBlock
{
	width:24%;
}
.Affiliates span.Adress
{
	font-family: "Rubik", sans-serif;
	display:block;
    font-size: 18px;
    margin: 0 0 10px;
	font-weight: bold;
}
.Affiliates .Items .Grafik
{
    color: #666;
    font-size: 14px;
}
.Affiliates .Items .MailLink
{
    font-size: 14px;
}
.Affiliates .Items .Grafik span.Text, .Affiliates .Items .MailLink span.Text
{
	margin:0 0 0 10px;
	display:inline-block;
}
.Affiliates .Items .Grafik .fa, .Affiliates .Items .MailLink .fa
{
	vertical-align:middle;
}
.Affiliates .Items .Item .TelBlock a
{
	color:#212121;
	display:block;
}
.ymaps-image-with-content
{
    background-image: url(images/marker.png) !important;
    background-repeat: no-repeat !important;
    background-position: 0% 0% !important;
    background-size: cover !important;
    position: absolute !important;
    left: -30px !important;
    top: -65px !important;
    width: 53px !important;
    height: 66px !important;
}
.Product ul li::marker
{
    content: "";
    position: absolute;
    left: 0px;
    top: 12px;
    width: 5px;
    height: 5px;
    background: #222;
    border-radius: 50%;
}
.ProductTabs ul li::before
{
    content: "";
	display:inline-block;
    position: absolute;
    left: 0px;
    top: 10px;
    width: 5px;
    height: 5px;
    background: #222;
    border-radius: 50%;
}
.FilesList table
{
	width:100%;
}
.FilesList table td
{
    vertical-align: middle !important;
}
.FilesList.Detail .Item:first-child
{
	border-bottom:1px solid #F0F0F0;
padding: 0 0 15px;
margin: 0 0 25px;
	line-height:normal;
}
.FilesList .Item
{
	border-top:1px solid #F0F0F0;
padding: 25px 0 0;
margin: 0 0 15px;
	line-height:normal;
}
.FilesList .Item:first-child
{
	border:none;
	padding:0;
}
.FilesList .Item .IconTD
{
    vertical-align: top !important;
    width:58px;
}
.FilesList .Item .IconTD span
{
    display: inline-block;
	height: 50px;
	width: 50px;
}
.FilesList .Item .IconTD .doc, .FilesList .Item .IconTD .docx
{
	background:url(components/bitrix/catalog.section/docs/doc.png);
	background-position:0% 0%;
	background-repeat:no-repeat;
	background-size: contain;
}
.FilesList .Item .IconTD .xls
{
	background:url(components/bitrix/catalog.section/docs/xls.png);
	background-position:0% 0%;
	background-repeat:no-repeat;
	background-size: contain;
}
.FilesList .Item .IconTD .jpg
{
	background:url(components/bitrix/catalog.section/docs/jpg.png);
	background-position:0% 0%;
	background-repeat:no-repeat;
	background-size: contain;
}
.FilesList .Item .IconTD .pdf
{
	background:url(components/bitrix/catalog.section/docs/pdf.png);
	background-position:0% 0%;
	background-repeat:no-repeat;
	background-size: contain;
}
.FilesList .Item .IconTD .zip
{
	background:url(components/bitrix/catalog.section/docs/zip.png);
	background-position:0% 0%;
	background-repeat:no-repeat;
	background-size: contain;
}
.FilesList .Item .IconTD .rar
{
	background:url(components/bitrix/catalog.section/docs/rar.png);
	background-position:0% 0%;
	background-repeat:no-repeat;
	background-size: contain;
}
.FilesList .Item .NameTD
{
	vertical-align: middle;
	padding: 0 0 0 10px;
}
.FilesList .Item .Name
{
	margin:0 0 5px;
}
.FilesList .Item .Name a
{
    color: #212121;
}
.FilesList .Item .Format
{
	font-size:12px;
	color:#9199ab;
}
.FilesList .Item .Format span
{
	text-transform:uppercase;
}
.FilesList .Item .Anonse
{
    color: #aaa;
    margin: 0px 0 10px;
    font-size: 14px;
}
.FilesList .Item .Anonse p
{
	padding:0;
}
.FilesList .Item .Date
{
	margin:6px 0 0;
	color:#393939;
	font-size:11px;
}
.FilesList .Item .PublicDate
{
    color: #737373;
    font-size: 11px;
    margin: 5px 0 0;
}
.FilesList .Item .FormatTD
{
	width:125px;
}
.FilesList .Item .DownloadTD a
{
	text-decoration:none;
    border-bottom: 1px dotted;
}
.FilesList .Item .DownloadTD .Size
{
    color: #c4c4c4;
	padding:2px 0 0;
}
.Footer
{
	background:#5b5b5b;
	padding:57px 0;
	width: 100%;
	font-size:16px;
	color:#ebedf1;
	bottom: 0px;
}
.Footer .CopyBlock
{
	width:28%;
	margin:0 2% 0 0;
}
.CopyBlock .Copy
{
	max-width:275px;
	margin:0 0 65px;
	color:#ebedf1;
}
.CopyBlock .Social
{
	margin:0 0 90px;
}
.CopyBlock .Social span
{
	margin:0 0 20px;
	display:block;
}
.CopyBlock .Social a
{
	display:inline-block;
	vertical-align:middle;
	margin:0 7px 0 0;
	-webkit-border-radius: 47px;
	-moz-border-radius: 47px;
	border-radius: 47px;
	width:47px;
	height:47px;
	line-height:47px;
	text-align: center;
}
.CopyBlock .Social a span
{
	width:47px;
	height:47px;
	display:inline-block;
	vertical-align:middle;
	margin:0;
}
.CopyBlock .Social a.Vk
{
	background-color:#27aaf5;
}
.CopyBlock .Social a.Vk span
{
	background-image:url(images/social.png);
	background-repeat:no-repeat;
	background-position: 0 50%;
}
.CopyBlock .Social a.Vk:hover span
{
	background-image:url(images/social-hv.png);
}
.CopyBlock .Social a.Ins
{
	background-color:#f52792;
}
.CopyBlock .Social a.Ins span
{
	background-image:url(images/social.png);
	background-repeat:no-repeat;
	background-position:50% 50%;
}
.CopyBlock .Social a.Ins:hover span
{
	background-image:url(images/social-hv.png);
}
.CopyBlock .Developer a
{
	color:#ebedf1;
}
.CopyBlock .Developer span
{
	color:#27aaf5;
}
.Footer .MenuBlock
{
	width:53%;
}
.MenuBlock .Menu
{
    font-family: "Rubik", sans-serif;
	width:50%;
	font-weight: bold;
}
.MenuBlock .Menu ul
{
	list-style:none;
	margin:0;
	padding:0;
}
.MenuBlock .Menu ul li
{
	margin:0 0 15px;
}
.MenuBlock .Menu ul li a
{
	color:#ebedf1;
}
.MenuBlock .Menu ul li a:hover
{
	color:#27aaf5;
}
.Footer .Contacts
{
	width:20%;
}
.Contacts .Tel a, .Contacts .Mail a{
	padding-left: 65px
}
.Contacts .Tel
{
	margin:0 0 14px;
	white-space: nowrap;
}
.HeaderBlock .Tel a > div, .HeaderBlock .Mail a > div, .Contacts .Tel a > div, .Contacts .Mail a > div
{
	display:inline-block;
}
.Contacts .Tel::before
{
	position: absolute;
	background-image:url(images/contacts-icon.png);
	background-repeat:no-repeat;
	background-position:50% 10px;
	border:1px solid #5a5f71;
	content:"";
	display:inline-block;
	vertical-align:middle;
	margin:0 20px 0 0;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
	width:45px;
	height:45px;
	line-height:45px;
	text-align: center;
}
.Contacts .Tel:hover::before
{
	background-image:url(images/contacts-icon-hv.png);
	border:1px solid #8b746a;
}
.Contacts .Tel a
{
    font-family: "Rubik", sans-serif;
	color:#ebedf1;
	font-weight: bold;
}
.Contacts .Tel:hover a
{
	color:#27aaf5;
}
.Contacts .Mail::before
{
	position: absolute;
	background-image:url(images/contacts-icon.png);
	background-repeat:no-repeat;
	background-position:50% -52px;
	border:1px solid #5a5f71;
	content:"";
	display:inline-block;
	vertical-align:middle;
	margin:0 20px 0 0;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
	width:45px;
	height:45px;
	line-height:45px;
	text-align: center;
}
.Contacts .Mail:hover::before
{
	border:1px solid #8b746a;
	background-image:url(images/contacts-icon-hv.png);
}
.Contacts .Mail a
{
	color:#27aaf5;
	white-space: nowrap;
}
.Contacts .Mail:hover a
{
	color:#ebedf1;
}
.Popup .Title
{
	font-family: "LatoBold";
    font-size: 21px;
	padding:43px 75px 43px 42px;
}
.Forms.Popup .Title
{
    font-family: "Rubik", sans-serif;
    font-size: 20px;
    padding: 37px 33px 0;
	font-weight: bold;
}
.fancybox-content .fancybox-close-small
{
    display: inline-block;
    line-height: 43px;
	width:43px;
	height:43px;
	top: 30px !important;
	right: 30px !important;
	text-align:center;
}
.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;
}
.Popup .PopupBlock
{
	background:url(images/popup-bg.jpg);
	background-position:0% 0%;
	background-repeat:repeat-x;
	padding:54px 42px;
}
.Forms.Popup .PopupBlock
{
	padding:0 33px 35px;
}
#OrderForm
{
	max-width:420px;
}
font.notetext
{
    font-size: 16px !important;
	color:#212121 !important;
}
.Prop270, .Prop274
{
	display:none;
}
.Popup .Form .Title
{
    font-family: "LatoBold";
	font-size:18px;
	margin:0 0 55px;
}
.Popup .Form .Label
{
	position:relative;
	margin:0 0 25px;
}
.Popup .Form .Label.Page
{
	display: none;
}
.Popup .Form .Label label
{
	font-weight:normal;
	display: block;
}
.Popup .Form .Label span
{
	display:block;
	margin:0 0 5px;
}
.Popup .Form .Label input
{
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    border: transparent;
        border-bottom-color: transparent;
        border-bottom-style: none;
        border-bottom-width: medium;
    border-bottom: 1px solid #ebedf1;
    color: #bdbdbd;
    width: 100%;
    height: 34px;
    line-height: 34px;
	font-weight: 300;
}
.Popup .Form .Label textarea
{
	width:100%;
	max-width:380px;
	min-height:100px;
	font-family: "Rubik", sans-serif;
	color:#808080;
    font-size: 14px;
	line-height:40px;
	height:40px;
	margin: 0 0 10px;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px solid #e0e0e0;
	font-weight: 300;
}
.question-block .btn-question
{
	text-align: left;
}
   input[type="text"]::-moz-placeholder {
    color: #808080; /* Цвет подсказывающего текста */
   }
   input[type="text"]::-webkit-input-placeholder { color: #808080; }
   input[type="text"]:-ms-input-placeholder { color: #808080; }
   input[type="text"]::-ms-input-placeholder { color: #808080; }
   input[type="text"]::placeholder { color: #808080; }

.Popup .Form .Label .SelectStyle
{
	margin:15px 0 0;
}
.Popup .Form .jq-selectbox
{
	vertical-align: middle;
	cursor: pointer;
	width: 100%;
	z-index: 5 !important;
}
.Popup .Form .jq-selectbox__select
{
	padding:0 0 14px;
	color:#7d7d7d;
	font-size:13px;
	position:relative;
	border-bottom: 1px solid #e6e7e8;
}
.Popup .Form .jq-selectbox__select-text {
	display: block;
	width: 100%;
}
.Popup .Form .jq-selectbox__trigger
{
    background-image: url("images/select-arrow.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
	position: absolute;
	top: 5px;
	right: 0;
	width: 13px;
	height: 6px;
}
.Popup .Form .jq-selectbox__dropdown
{
	box-sizing: border-box;
	width: 100%;
	margin: 8px 0 0;
	padding: 0;
	background:#fff;
	border: 1px solid #e6e7e8;
	-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);
}
.Popup .Form .Checkbox
{
	font-size:14px;
	margin: 30px 0 50px;
	display:block;
	color:#717171;
}
.Popup .Form .Checkbox a
{
	color:#717171;
}
.Popup .Form .Checkbox a:hover
{
	color:#212121;
}
.Popup .Form .Checkbox label
{
    padding:0;
}
.Popup .Form .Checkbox input[type="checkbox"]
{
    display: none;
}
.Popup .Form .Checkbox input[type="checkbox"] + label span
{
	background:url(images/checkbox.png);
	background-position:0 2px;
	background-repeat:no-repeat;
    cursor: pointer;
    display: block;
    min-height: 20px;
    margin: 0;
    padding: 0 0 0 29px;
    vertical-align: middle;
	transition:none;
}
.Popup .Form .Checkbox input[type="checkbox"]:checked + label span
{
	background:url(images/checkbox-act.png);
	background-position:0 2px;
	background-repeat:no-repeat;
}
.Popup .Form .PropNAME
{
	display:none;
}
.Popup .Form .OrderProduct .PropNAME
{
	display:block !important;
}
.Popup .Form .jq-selectbox ul {
	margin: 0 !important;
	padding: 0 !important;
}
.Popup .Form .jq-selectbox li:first-child
{
	border-top:none;
}
.Popup .Form .jq-selectbox li
{
	border-top: 1px solid #ebebeb;
    min-height: 18px;
    padding: 10px 10px 10px 24px !important;
    color: #231F20;
    margin: 0 !important;
    background-image: none !important;
}
.Popup .Form .jq-selectbox li.selected {
	background-color: #2b2b2b;
	color: #FFF;
}
.Popup .Form .jq-selectbox li:hover {
	background-color: #2b2b2b;
	color: #FFF;
}
.Popup .Form .Submit input[type="submit"]
{
	background-image:url(images/button-arrow.png);
	background-repeat:no-repeat;
	background-position: 100% 50%;
	background-color:transparent;
	font-family: "Rubik", sans-serif;
    font-size: 16px;
	color: #fff;
	cursor:pointer;
	border:transparent;
	padding:0 23px 0 0;
	line-height: 46px;
	height: 46px;
	font-weight: bold;
}
input.error
{
	border-bottom: 1px solid #C9C9C9 !important;
}
.Popup label.error
{
    bottom: -32px
}
label.error
{
	position: absolute;
    color: #f54435;
    bottom: -22px;
    left: 0;
    font-size: 12px;
}
.PopupSearch
{
    position: fixed;
    background: #FFF;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.16);
    top: 0;
    display: none;
    width: 100%;
transition: all ease .3s;
    transition-duration: 0.3s;
    z-index: 100;
	padding: 20px 0 30px;
}
.PopupSearch .SearchClose
{
    background: url(images/search-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: 40px;
    right: 25px;
}
ul.Links li::before
{
	display:none !important;
}
li.menu-item-has-children:hover ul.sub-menu{
	display: block;
}
.pagination{
	width:100%;
    text-align: center;
    color: #333333;
}
.pagination .nav-links{
	width:100%;
    padding: 0;
}
.pagination .page-numbers{
	display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.pagination .page-numbers.current{
	background: #2b2b2b;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 27px;
}
.pagination .next{
	margin: 0 0 0 20px;
	width:auto;
}
.pagination .prev{
	margin: 0 20px 0 0;
	width: auto;
}
.doc-block .title{
	text-align: center;
}

.zoom {
    background-position: 50% 50%;
    position: relative;
    overflow: hidden;
    cursor: zoom-in;
}

.zoom img:hover {
    /*
    * скрываем начальное изображение
    * при наведении курсора на блок
    */
    opacity: 0;
}

.zoom img {
    transition: opacity .5s;
    display: block;
    width: 100%;
}

/* new update template */
.ntp-header-top {
	margin-top: 80px;
	display: flex;
	justify-content: space-between;
}
.ntp-header-top .ntp-header-logo img {
	max-width: 800px;
}
.ntp-ContBlock-articles {
	width: 100%;
}
.ntp-header-phones {
	margin-top: 20px;
}
.ntp-phones {
	background: url("images/ntp/tel.png") no-repeat left center;
	padding-left: 40px;
	background-size: 25px;
	display: flex;
	color: #5d5d5d;
}
.ntp-phones a {
	color: #5d5d5d;
}
.ntp-phones .ntp-phones-prefix {
	font-size: 22px;
	padding-right: 10px;
	font-weight: 400;
	line-height: 64px;
}
.ntp-phones .ntp-phones-prefix a {

}
.ntp-phones .ntp-phones-values {

}
.ntp-phones .ntp-phones-values a {
	display: block;
	font-size: 34px;
	font-weight: 500;
	margin-bottom: 5px;
}
.ntp-phones .ntp-phones-values .ntp-phones-values-first {

}
.ntp-phones .ntp-phones-values .ntp-phones-values-second {

}
.ntp-email {
	text-align: right;
	margin-top: 5px;
}
.ntp-email a {
	color: #5d5d5d;
	font-size: 24px;
	font-weight: 300;
}
.front-promo {
/*	background: url("images/ntp/header_banner.png") no-repeat center;
	height: 970px;*/
}
.front-promo-line {
	/*height: 330px;*/
	background: rgba(255, 255, 255, 0.9);
	/*top: 266px;*/
	position: relative;
	text-align: center;
	margin: 10px 0 50px
}
.front-promo-btns {
	position: relative;
	z-index: 1;
	text-align: center;
}
.front-promo-title {
	padding: 50px 0;
	font-size: 63px;
	width: 1130px;
	margin: 0 auto;
	line-height: 1.2;
	text-transform: uppercase;
	font-weight: 600;
	color: #5b5b5b;
}
.ntp-btn {
	display: inline;
	background: #a61011;
	color: #fff;
	padding: 15px 30px;
	margin: 0 15px;
	font-size: 23px;
}
.ntp-btn:focus {
	color: #fff;
}
.ntp-btn:hover {
	opacity: .7;
	color: #fff;
}
.ntp-footer-logo img {
	width: 180px;
}
.ntp-footer-right a {
	color: #fff;
}
.Footer .Flex {
	justify-content: space-between;
}
.Footer .ntp-phones {
	background: url(images/ntp/tel_footer.png) no-repeat left center;
	background-size: 25px;
}
.Footer .ntp-send-query {
	display: flex;
	width: 300px;
	justify-content: right;
	margin-top: 20px;
}
.Footer .ntp-send-query .ntp-vk {
	background: url(images/ntp/vk.png) no-repeat center;
	width: 35px;
	height: 35px;
	background-size: contain;
	margin-left: 30px;
}
.Footer .ntp-send-query .ntp-insta {
	background: url(images/ntp/insta.png) no-repeat center;
	width: 35px;
	height: 35px;
	background-size: contain;
	margin-left: 25px;
}
.Footer .jst-send-query {
	font-size: 20px;
	text-decoration: underline;
}
.Footer ul.store-horizontal {
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: flex;
	justify-content: space-between;
	margin: 60px 0;
}
.Footer ul.store-horizontal li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.Footer ul.store-horizontal li ul {
	display: none;
}
.Footer ul.store-horizontal li a {
	font-size: 16px;
	color: #fff;
}
.ntp-page-distance .ntp-text {
	padding: 110px 0;
	font-size: 26px;
}
.ntp-page-title {
	font-size: 30px;
	text-transform: uppercase;
	padding-left: 90px;
	position: relative;
	line-height: 35px;
	font-weight: 600;
	color: #444444;
}
.ntp-page-title:before {
	display: inline-block;
	content: "";
	background: #ebedec;
	width: 35px;
	height: 35px;
	position: absolute;
	left: 0;
}
.ntp-page-distance {
	margin-bottom: 110px;
}
.ntp-unique-options {
	padding-left: 90px;
	margin-bottom: 110px;
}
.ntp-unique-options-menu {
	margin: 50px 0;
	border-bottom: 3px solid;
	border-color: #e0e0e0;
}
.ntp-unique-options-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: space-between;
}
.ntp-unique-options-menu ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.ntp-unique-options-menu ul li a {
	display: block;
	height: 200px;
	width: 160px;
	position: relative;
}
.ntp-unique-options-menu ul li a.active:after {
	content: "";
	display: block;
	background-color: #5d5d5d;
	height: 3px;
	position: absolute;
	bottom: -3px;
	z-index: 1;
	width: 100%;
}
.ntp-unique-options-menu ul li a.menu_1 {
	background: url(images/ntp/page-options/menu_1.png) no-repeat;
	background-size: contain;
}
.ntp-unique-options-menu ul li a.menu_2 {
	background: url(images/ntp/page-options/menu_2.png) no-repeat;
	background-size: contain;
}
.ntp-unique-options-menu ul li a.menu_3 {
	background: url(images/ntp/page-options/menu_3.png) no-repeat;
	background-size: contain;
}
.ntp-unique-options-menu ul li a.menu_4 {
	background: url(images/ntp/page-options/menu_4.png) no-repeat;
	background-size: contain;
}
.ntp-unique-options .body_menu {
	display: none;
	font-size: 20px;
}
.ntp-unique-options .body_menu.active {
	display: block;
}
.ntp-unique-options-body p {
	padding: 0 0px 35px;
	font-size: 20px;
}
.ntp-unique-options-body .body_menu_1 ul,
.ntp-unique-options-body .body_menu_4 ul
{
	list-style: none;
	padding: 0;
	font-size: 20px;
}
.ntp-unique-options-body .body_menu_1 ul li,
.ntp-unique-options-body .body_menu_4 ul li
{
	list-style: none;
}
.ntp-page-advantages {
	margin-bottom: 150px;
}
.ntp-page-advantages ul {
	list-style: none;
	padding: 0px 0 0 90px;
	margin: 70px 0 0 0px;
}
.ntp-page-advantages ul li {
	list-style: none;
	padding: 10px 0 0 100px;
	margin: 0px 0 40px;
	background: url(images/ntp/check.png) no-repeat left top;
	background-size: 70px;
	min-height: 70px;
	font-size: 26px;
	font-weight: 300;
}
.ntp-page-advantages ul li span {
	display: block;
}

.ntp-page-steps {
	margin-bottom: 150px;
}
.ntp-page-steps ul {
	list-style: none;
	padding: 0px 0 0 90px;
	margin: 70px 0 0 0px;
}
.ntp-page-steps ul li {
	list-style: none;
	padding: 0px 0 0 100px;
	margin: 0px 0 40px;
	background: url(images/ntp/check.png) no-repeat left top;
	background-size: 70px;
	min-height: 70px;
	font-size: 26px;
	font-weight: 300;
}
.ntp-page-steps ul li span {
	display: block;
}
.ntp-page-steps li div {
	font-size: 18px;
	padding-top: 45px;
}
.ntp-page-steps ul li.num_1 {
	background-image: url("images/ntp/nums/1.png");
}
.ntp-page-steps ul li.num_2 {
	background-image: url("images/ntp/nums/2.png");
}
.ntp-page-steps ul li.num_3 {
	background-image: url("images/ntp/nums/3.png");
}
.ntp-page-steps ul li.num_4 {
	background-image: url("images/ntp/nums/4.png");
}
.ntp-page-steps ul li.num_5 {
	background-image: url("images/ntp/nums/5.png");
}
.ntp-page-steps ul li.num_6 {
	background-image: url("images/ntp/nums/6.png");
}
.ntp-page-big-text {
	text-align: center;
	display: block;
	font-size: 26px;
	font-weight: 500;
}
.ntp-page-footer-btn {
	text-align: center;
	margin: 70px 0;
}
.ntp-page-footer-btn .ntp-btn {
	font-size: 32px;
}

/* form modal */
#jst-send-query-form {

}
#jst-send-query-form .form-title {
	text-align: center;
	font-weight: 600;
	font-size: 30px;
	color: #5f5f5f;
	margin-bottom: 40px;
}
#jst-send-query-form .form-input {

}
#jst-send-query-form .form-input label {
	font-weight: 400;
	padding-bottom: 0;
	margin-bottom: 0;
}
#jst-send-query-form .form-input label a {
	color: #303030;
	text-decoration: underline;
}
#jst-send-query-form .form-input input {
	width: 100%;
	margin-bottom: 15px;
	border: 2px solid #dadada;
	padding: 0 5px;
}
.modal a.close-modal {
	top: 10px !important;
	right: 10px !important;
}
.modal {
	border-radius: 0px !important;
}
#jst-send-query-form .form-checkbox {
	display: flex;
	margin-bottom: 15px;
}
#jst-send-query-form .form-checkbox input {
	width: 25px ;
	height: 25px ;
	border: 2px solid #dadada;
	margin-right: 15px ;
}
#jst-send-query-form .form-submit input {
	border: 0px !important;
	width: 100% !important;
	margin: 0px !important;
	padding: 5px !important;
	font-size: 20px !important;
}
#jst-send-query-form .form-required-text {
	margin-top: 15px;
}
.form-error {
	color: red;
}
.ntp-page-social {
	display: flex;
	width: 300px;
	justify-content: center;
	margin: 20px auto;
}
.ntp-page-social a {
	display: block;
	width: 50px;
}
.ntp-page-social a img {

}
.logo-mobile {
	display: none;
}

@media screen and (max-width: 900px) {
	.mm-menu_offcanvas {
		z-index: 100 !important;
	}
	.ntp-header-top {
		display: none;
	}
	.logo-mobile {
		display: block;
		margin-top: 30px;
	}
	.logo-mobile img {
		width: 80%;
		margin: 0 auto;
	}
	.front-promo {
		/*height: 500px;*/
		/*background-size: cover;*/
		background: none;
		height: auto;
	}
	.front-promo-title {
		font-size: 20px;
		width: 100%;
	}
	.front-promo-line {
		top: 0px;
		height: auto;
		padding-bottom: 15px;
		margin: 30px 30px;
	}
	.front-promo-btns .ntp-btn {
		width: 70%;
		font-size: 18px;
		display: block;
		margin: 0 auto 15px;
	}
	.front-promo-title {
		font-size: 20px;
		width: 100%;
	}
	.Footer {
		text-align: center;
	}
	.ntp-footer-menu {
		display: none;
	}
	.Footer .ntp-phones {
		margin: 25px 0;
	}
	.Footer .ntp-email {
		text-align: center;
	}
	.Footer .ntp-phones {
		justify-content: center;
		display: flex;
		width: 300px;
		margin: 30px auto;
	}
	.Footer .ntp-send-query {
		justify-content: center;
		display: flex;
		width: auto;
	}
	.Footer .ntp-phones .ntp-phones-values a {
		font-size: 24px;
	}
	.ntp-page-advantages ul,
	.ntp-page-steps ul
	{
		padding: 0px;
		margin-top: 40px;
	}
	.ntp-page-advantages ul li,
	.ntp-page-steps ul li
	{
		font-size: 20px;
		margin: 0px 0 20px;
	}
	.ntp-page-steps {
		margin-bottom: 50px;
	}
	.ntp-unique-options-menu {
		border: 0px;
	}
	.ntp-unique-options {
		padding: 0px;
	}
	.ntp-unique-options-menu ul li {
		width: 25%;
	}
	.ntp-unique-options-menu ul li a {
		width: 100%;
		height: 120px;
		background-position: center !important;
	}
	.ntp-page-footer-btn .ntp-btn {
		display: block;
		font-size: 26px;
	}
	.ntp-page-title {
		padding-left: 70px;
	}

}
