html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  background:transparent;
}                  

article, footer, header, menu, nav, section { 
    display:block;
}

a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }


body { 
	font:16px sans-serif;
	font-weight: 300;
	background-color: #f1f1f1; 
}



html { overflow-y: scroll; }
 

a {
	color: #0169c1;
} 

a:hover, a:active, a:focus { outline: none; }

a:active { color: #607890; }
/*a:hover { color: #036; }*/

ul, ol { margin-left: 1.8em; }

small { font-size: 85%; }
strong { font-weight: bold; }

h1 {
	font-size: 20px;
	font-weight: 400;		
	margin-bottom: 0.25em;
	word-wrap: break-word;
}

	h1 span {
		color: #87B400;
	}

h2 {
	font-size: 18px;
	font-weight: 400;
	margin: 1em 0 1em;
}

h3 {
	color: #4b4b4b;
	font-size: 15px;
	margin-bottom: 0.5em;
}

.wrapper {
	max-width: 770px;
	/*border-radius: 15px;*/
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	margin: 0 auto 10px;
	padding: 0 0 0;
	background-color: #fff;
	border: 1px solid #ddd;
	border-top: none;
}

p {
	line-height: 1.4;
	margin-bottom: 0.5em;
}

li {
	margin-bottom: 0.5em;
	list-style-type: none;
}

ul {
	margin-left: 0;
	margin-bottom: 1em;
}

abbr {
	font-size: 90%;
	letter-spacing: 1px;
}

.banner {
	padding-bottom: 15px;
	text-align: center;
}

.banner2 {
	margin-top: 40px;
}

.primary-info {
	background-color: #f7f7f7;
	/*border-top: 1px solid #ddd;*/
	/*border-bottom: 1px solid #eee;*/
	padding: 15px 20px 10px;
	border: 1px solid #ddd;
	border-bottom-color: #eee;
	text-shadow: 0 1px 0 #fff;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	
	max-width: 730px;
	margin: 20px auto 0;
	/*text-align: center;*/
	/*margin-bottom: 15px;*/
}

.why, .parking {
	display: block;
	vertical-align: top;
}

.why {
	max-width: 90%;
	margin-right: 50px;
}

.parking {
	max-width: 90%;
}


.button_order {
    border: 1px solid #8ED058;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    padding: 7px 10px 7px 10px;
    text-decoration: none;
    display: inline-block;
    font-weight: 300;
    color: #FCFCFC;
    background-color: #8ED058;
}

.button_order:hover {
    border: 1px solid #8ED058;
    background-color: #28c228;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#8ED058), to(#7BB64B));
    background-image: -webkit-linear-gradient(top, #8ED058, #7BB64B);
    background-image: -moz-linear-gradient(top, #8ED058, #7BB64B);
    background-image: -ms-linear-gradient(top, #8ED058, #7BB64B);
    background-image: -o-linear-gradient(top, #8ED058, #7BB64B);
    background-image: linear-gradient(to bottom, #8ED058, #7BB64B);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#8ED058, endColorstr=#7BB64B);
}

.context {
	margin-top: 40px;
	/*font-style: italic;*/
}

.context div {
	margin-bottom: 20px;
}

.context p {
	margin-top: 5px;
	font-size: 11px;
	color: #555;
	padding-left: 10px;
	padding-right: 40px;
}

div.rest {
	padding: 30px 20px;
	/*float: left;*/
	/*max-width: 550px;*/
}

code {
	color: #5B812D;
}

.footer {
	color: #777;
	font-size: 12px;
	max-width: 730px;
	margin: 0 auto 60px;
	/*text-align: center;*/
	position: relative;
}

a.nou {
	text-decoration: none;
}

.logo {
	margin: 30px auto 0;
	max-width: 800px;
	text-align: center;
}

.fl-wrapper {
	overflow: hidden;
}

.skyscraper {
	float: left;
	margin-top: 5px;
}

.copy {
	position: relative;
	top: 8px;
}

.social {
	position: absolute;
	right: 0;
	top: 0;
}

.whois {
	padding-left: 20px;
	background: url(/css/dig.png) no-repeat left;
}

.blitz {
  border-top: 1px solid #ddd;
  padding: 20px 20px 10px;
  margin-top: 20px;
	*zoom: 1;
	*display: inline;
	vertical-align: top;
}

/*.blitz a:link {
	color: #5d5d5d;
}

.blitz a:hover {
	color: #222;
}*/

/* .blitz div {
	max-width: 170px;
	margin-right: 30px;
	margin-bottom: 10px;
	display: inline-block;
	vertical-align: top;
	_display: inline;
} */

.blitz li:not(.other-services__item), ul.standard li {
	list-style-type: disc;
	margin-left: 1.25em;
	padding-left: 0;
	color: #777;
}

ul.standard li span {
	color: #333;
}

/*img.support {
	margin-left: -4px;
	position: relative;
	top: 7px;
}*/
img {
	margin-right: 5px;
	position: relative;
	top: 7px;
}

.support {
    display: flex;
    padding: 10px 0px;
}

.support-icon {
	padding-left: 50px;
//	margin-top: 1em;
	min-height: 31px;
//	margin-left: -7px;
	background: url(/img/support.svg) no-repeat left;
	font-style: italic;
}

.support-text {
    margin-top: auto;
    margin-bottom: auto;
}

.preview-image{
    min-height:102px;
    max-width: 100%;
    display: block;
    position: relative;
    /*overflow: hidden;*/
    text-decoration: none;
    
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #ffffff;
    
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}
.preview-image img {
    height: 102px;
    max-width: 10px;
    background: none !important;
    margin: 0 auto;
    display: block;
}
.preview-image .title {
    display: block;
    position: relative;
    background: #9BD142;
    
    padding: 3px 10px 3px 10px;
    color: #ffffff;
    font-size: 13px;
    white-space: nowrap;
    /*overflow: hidden;*/
    
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;

	/*display: none;*/
}
.preview-image .title span {
    display: block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: #9BD142;
    color: #ffffff;
}


.preview-image .notice span {
    position: absolute;
    z-index: 10;
    right: -8px;
    top: -8px;
    max-width: 75px;
    display: block;
    
    color: #ffffff;
    padding: 0px 0px 0px 0px;
    
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 75px;
    white-space: nowrap;
    overflow: hidden;
    /*background: red;*/
    
    
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg); /* для IE9 */
    transform: rotate(45deg);
    filter:progid:DXImageTransform.Microsoft.Matrix(sizingMethod='clip to original',M11=0.707106781, M12=-0.707106781,M21=0.707106781, M22=0.707106781, Dx=38, Dy=-15)!ie;
    
}



.preview-image {
	box-shadow: 0 1px 3px #bbb;
}

.lang {
  padding: 0 10px;
  position: relative;
  max-width: 800px;
  margin: auto;
}

.lang.en, .lang.uk {
	display: none;
}

.lang-switcher {
    position: absolute;
    top: 15px;
    right: 10%;
}

.lang-switcher li {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	font-size: 10px;
	text-transform: uppercase;
	margin-right: 15px;
	letter-spacing: 1px;
}

.lang-switcher li a {
	text-decoration: none;
	color: #619fd4;
}

.lang-switcher li a:hover {
	color: #036;
}

.lang-switcher li a span {
	border-bottom: 1px dotted #9dc1e0;
}

.lang-switcher li a i {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	background-image: url('http://img.nic.ua/p/langs.png');
	max-width: 16px;
	height: 9px;
	margin-right: 3px;
	font-style: normal;
	opacity: 0.6;
	top: 1px;
	position: relative;
}

.lang-switcher li a i.ru {
	background-position: 0 0px;
}

.lang-switcher li a i.uk {
	background-position: 0 -9px;
}

.lang-switcher li a i.en {
	background-position: 0 -18px;
}

.lang-switcher li.active a {
	cursor: default;
	color: #333;
	font-weight: bold;
}

.lang-switcher li.active a i {
	opacity: 1;
}

.lang-switcher li.active a span {
	border-bottom: none;
}

.blitz .other-services {
  font-size: 14px;
  display: block;
  width: 100%;
}

.other-services__list::after{
  content: "";
  display: table;
  clear: both;
}
.other-services__item {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 32%;
  float: left;
  margin: 0;
  min-height: 50px;
}
.other-services__follow{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 50px;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: auto;
       -o-background-size: auto;
          background-size: auto;
}
.other-services__nofollow {
  position: relative;
  display: block;
  margin-bottom: 5px;
}
.other-services__item:not(:last-child){
  margin-right: 1%;
}

.serivce-descr {
    margin: 5px 0px;
}

@media screen and (max-width: 768px) {

.why {
	margin-right: 0px;
}
  .other-services__item {
    float: none;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 60px;
  }
  .other-services__item .other-services__follow {
    width: 60px;
  }
  .logo {
    margin-top: 40px;
  }
  .lang-switcher {
   // top: -30px;
    right: 0;
  }
  .footer {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 440px) {
  .copy {
    position: static;
    margin: 10px auto;
    text-align: center;
  }
  .social {
    position: static;
    margin: auto;
    text-align: center;
  }
}
