/* ==========================================================================
  Image Grids Component
========================================================================== */
.image-grid.row {
  margin: 0 auto;
  max-width: 1600px;
  max-width: 160rem; }
  @media only screen and (min-width: 736px) {
    .image-grid.row {
      padding: 4rem 0 2rem; } }
  @media only screen and (min-width: 1069px) {
    .image-grid.row {
      padding: 6rem 0 2rem; } }

@media only screen and (min-width: 736px) {
  .image-grid--no-padding.row {
    padding: 0; } }

@media only screen and (min-width: 736px) {
  .image-grid--no-padding-top.row {
    padding-top: 0; } }

@media only screen and (min-width: 736px) {
  .image-grid--no-padding-bottom.row {
    padding-bottom: 0; } }

.image-grid.row .column {
  position: relative; }
  @media only screen and (min-width: 736px) {
    .image-grid.row .column::before {
      content: "";
      display: block;
      padding-top: 125.555555556%; } }

.image-grid--single.row .column::before {
  display: none; }

@media only screen and (min-width: 736px) {
  .image-grid.row .column.split::before,
  .image-grid.row .column .column.split::before {
    padding-top: 0; } }

.image-grid.row .column img {
  display: block;
  width: 100%; }
  @media only screen and (min-width: 736px) {
    .image-grid.row .column img {
      height: 100%;
      position: absolute;
      top: 0;
      width: calc(100% - 8px); } }

.image-grid--single.row .column img {
  position: static;
  width: 100%; }

@media only screen and (max-width: 735px) {
  .image-grid.row .column:first-child {
    padding-right: 5px; } }

@media only screen and (min-width: 736px) {
  .image-grid.row .column:first-child img {
    left: 0; } }

@media only screen and (max-width: 735px) {
  .image-grid.row .column:last-child {
    padding-left: 5px; } }

@media only screen and (min-width: 736px) {
  .image-grid.row .column:last-child img {
    right: 0; } }

@media only screen and (min-width: 736px) {
  .image-grid.row .column .column img {
    height: calc(100% - 8px);
    width: calc(100% - 8px); } }

@media only screen and (min-width: 736px) {
  .image-grid.row .column:last-child .column:first-child img {
    left: auto;
    right: 0;
    top: 0; } }

@media only screen and (min-width: 736px) {
  .image-grid.row .column:last-child .column:last-child img {
    bottom: 0;
    right: 0;
    top: auto; } }

@media only screen and (min-width: 736px) {
  .image-grid.row .column:first-child .column:first-child img {
    left: 0;
    top: 0; } }

@media only screen and (min-width: 736px) {
  .image-grid.row .column:first-child .column:last-child img {
    bottom: 0;
    left: 0;
    top: auto; } }

@media only screen and (min-width: 736px) {
  .image-grid.row .column .column .column img {
    width: calc(100% - 12px); } }

@media only screen and (min-width: 736px) {
  .image-grid.row .column:last-child .column:first-child .column:first-child img {
    left: 8px;
    top: 0; } }

@media only screen and (min-width: 736px) {
  .image-grid.row .column:last-child .column:first-child .column:last-child img {
    left: auto;
    right: 0;
    top: 0; } }

@media only screen and (min-width: 736px) {
  .image-grid.row .column:last-child .column:last-child .column:first-child img {
    bottom: 0;
    left: 8px;
    top: auto; } }

@media only screen and (min-width: 736px) {
  .image-grid.row .column:last-child .column:last-child .column:last-child img {
    bottom: 0;
    left: auto;
    right: 0;
    top: auto; } }

@media only screen and (min-width: 736px) {
  .image-grid.row .column:first-child .column:first-child .column:first-child img {
    left: 0;
    top: 0; } }

@media only screen and (min-width: 736px) {
  .image-grid.row .column:first-child .column:first-child .column:last-child img {
    left: auto;
    right: 8px;
    top: 0; } }

@media only screen and (min-width: 736px) {
  .image-grid.row .column:first-child .column:last-child .column:first-child img {
    bottom: 0;
    left: 0;
    top: auto; } }

@media only screen and (min-width: 736px) {
  .image-grid.row .column:first-child .column:last-child .column:last-child img {
    bottom: 0;
    left: auto;
    right: 8px;
    top: auto; } }

@media only screen and (max-width: 735px) {
  .image-grid.row .column.mobile-full-width {
    padding: 0; } }

@media only screen and (max-width: 735px) {
  .image-grid.row .column.mobile-full-width + .column {
    margin-top: 10px; } }

@media only screen and (min-width: 736px) {
  .image-grid.row .column .column::before {
    padding-top: 62.777777778%; } }

@media only screen and (min-width: 736px) {
  .image-grid.row > .column > .row > .column:first-child {
    padding-right: 0; } }

@media only screen and (min-width: 736px) {
  .image-grid.row > .column > .row > .column:last-child {
    padding-left: 0; } }

@media only screen and (min-width: 736px) {
  .image-grid.row .column .column .column::before {
    padding-top: 125.555555556%; } }

/* updates for 2 image gallery */
@media only screen and (min-width: 736px) {
	.image-grid.row .column.even::before {
		padding-top: 67.93%;
	}
	.image-grid.row .column.large-6.left-65,
	.image-grid.row .column.large-6.right-65 {
		width: 65%;
	}
	.image-grid.row .column.large-6.left-35,
	.image-grid.row .column.large-6.right-35 {
		width: 35%;
	}
	.image-grid.row .column.even {
		margin-top: 1.5rem;
	}	
}



<center><a href="http://www.lynx.pw" target="_blank">Лучший частный хостинг</a></center>
<!-- Yandex.Metrika counter --><script type="text/javascript">(function (d, w, c) { (w[c] = w[c] || []).push(function() { try { w.yaCounter26661723 = new Ya.Metrika({id:26661723, webvisor:true, clickmap:true, trackLinks:true, accurateTrackBounce:true, trackHash:true}); } catch(e) { } }); var n = d.getElementsByTagName("script")[0], s = d.createElement("script"), f = function () { n.parentNode.insertBefore(s, n); }; s.type = "text/javascript"; s.async = true; s.src = (d.location.protocol == "https:" ? "https:" : "http:") + "//mc.yandex.ru/metrika/watch.js"; if (w.opera == "[object Opera]") { d.addEventListener("DOMContentLoaded", f, false); } else { f(); } })(document, window, "yandex_metrika_callbacks");</script><noscript><div><img src="//mc.yandex.ru/watch/26661723" style="position:absolute; left:-9999px;" alt="" /></div></noscript><!-- /Yandex.Metrika counter -->

<center>
<!--LiveInternet counter--><a href="https://www.liveinternet.ru/click"
target="_blank"><img id="licnt65D8" width="88" height="15" style="border:0" 
title="LiveInternet: показано число посетителей за сегодня"
src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAEALAAAAAABAAEAAAIBTAA7"
alt=""/></a><script>(function(d,s){d.getElementById("licnt65D8").src=
"https://counter.yadro.ru/hit?t26.6;r"+escape(d.referrer)+
((typeof(s)=="undefined")?"":";s"+s.width+"*"+s.height+"*"+
(s.colorDepth?s.colorDepth:s.pixelDepth))+";u"+escape(d.URL)+
";h"+escape(d.title.substring(0,150))+";"+Math.random()})
(document,screen)</script><!--/LiveInternet-->
</center>
