/*! minireset.css v0.0.6 | MIT License | https://github.com/jgthms/minireset.css */
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6, button, input, select {
    margin: 0;
    padding: 0;
}
ul {
    list-style: none;
}
html {
    box-sizing: border-box;
}
*, *::before, *::after {
    box-sizing: inherit;
}
img, video {
    height: auto;
    max-width: 100%;
}
body {
    font-family: 'Open Sans', sans-serif;
    line-height: 1;
    color: #454545;
    text-align: center;
}
a {
    text-decoration: none;
    transition: all 0.4s ease 0s;
    color: inherit;
}
/*==============================================================
============================ Общее =============================
==============================================================*/
h1, h2, h3, h4, h5, h6 {
    font-size: 18px;
    font-weight: bolder;
    text-transform: uppercase;
    text-align: center;
}
h1:after, h2:after, h3:after, h4:after {
    content: "";
    display: block;
    width: 140px;
    margin: 40px auto;
    border-bottom: 7px double #454545;
}
p {
    text-align: center;
    text-transform: uppercase;
    padding: 20px;
    font-size: 12px;
    font-weight: bold;
    line-height: 2;
}
a.gr-button {
    display: block;
    width: 200px;
    margin: 0 auto;
    padding: 10px 20px;
	background: #009B76;
	color: #fff;
    font-size: 14px;
    text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}
/*==============================================================
============================ Шапка =============================
==============================================================*/
#top {
    width: 100%;
    height: 100px;
    background-color: #009B76;
    display: flex;
    justify-content: center;
    align-items: center;
}
#top > div {
    width: 300px;
    display: flex;
    justify-content: center;
}
#top > div > a#logo {
    background: url(../images/logotype.png) no-repeat center;
    background-size: cover;
    width: 212px;
    height: 80px;
}
#top > div > ul {
    display: none;
}
/*==============================================================
============================ Меню ==============================
==============================================================*/
#header {
    width: 100%;
    background: #313131;
    position: sticky;
    z-index: 999;
    top: 0px;
}
#header > div label {
    font-weight: bold;
    font-size: 24px;
    cursor: pointer;
    color: #fff;
    display: block;
    text-align: center;
    padding: 3px 0 6px;
}
#header > div label i {
    border-top: 3px solid #ccc;
    height: 3px;
    border-bottom: 9px double #ccc;
    width: 20px;
    box-sizing: unset;
    display: inline-block;
}
#header > div input[type=checkbox] {
   position: absolute;
   top: -9999px;
   left: -9999px;
   display: none;
}
#header > div input[type=checkbox]:checked ~ nav {
    display: block;
}
#header nav {
    display: none;
    background: transparent;
    padding: 0;
}
#header > div > nav > ul {
    width: 100%;
}
#header > div > nav > ul > li > a {
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 12px;
    padding: 5px 18px 6px;
    display: block;
}
#header > div > nav > ul > li > a:hover {
    background-color: #00b187;
}
#header > div > nav > ul > li.active a {
    background-color: #018364;
}
#header > div > nav > ul > li.parent {
    position: relative;
}
ul.mod-menu__sub {
    background: #414141;
}
ul.mod-menu__sub > li > a {
    font-size: 11px;
    text-transform: uppercase;
    padding: 5px 20px 6px;
    display: block;
    color: #fff;
}
ul.mod-menu__sub > li > a:hover {
    background-color: #00b187;
}
li.parent:hover ul.mod-menu__sub {
    display: block;
}
/*==============================================================
========================= Общее ================================
==============================================================*/
#main section {
    padding: 60px calc(50% - 150px);
}
/*==============================================================
========================= Главная ==============================
==============================================================*/
#foto {
    background: url(../images/main-leto02.jpg) no-repeat center top;
    background-size: 300%;
    background-attachment: fixed;
}
#foto > h1 {
    margin: 50px 0 100px;
    font-size: 20px;
    line-height: 1.4;
    z-index: 990;
    color: #fff;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
#foto > h1::after {
    border-color: #fff;
}
/*======================== О нас =================================*/
#about > p {
    font-size: 14px;
}
#about > p > i {
    font-weight: normal;
    text-transform: none;
}
#about > p i > a {
    color: #009B76;
    text-decoration: underline;
}
#about > p i > a:hover {
    color: #000;
}
/*======================== фотогалерея ===========================*/
#fotogall {
    background-color: #009b76;
    color: #fff;
}
#fotogall > h4:after {
    border-bottom: 7px double #fff;
}
#fotogall > a > span {
	background: #fff;
	width: 140px;
	height: 140px;
	border-radius: 70px;
	margin: 0 auto;
	display: block;
	position: relative;
	transition: all 0.4s ease 0s;
}
#fotogall > a > span::before {
	content: " ";
	display: block;
	position: absolute;
	left: 30px;
	top: 24px;
	width: 80px;
	height: 86px;
	background: url(../images/foto-app.png) no-repeat center;
}
#fotogall > a > span:hover {
	transform: rotate(360deg);
}
/*======================== Коттеджы ===========================*/
#our-home > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 40px 0 100px;
}
#our-home > ul > li {
    margin-bottom: 40px;
}
#our-home > ul > li > a {
	display: block;
	width: 260px;
	height: 260px;
	border-radius: 130px;
	overflow: hidden;
	position: relative;
}
#our-home > ul > li > a > img {
    transition: all 0.4s ease 0s;
}
#our-home > ul > li > a > span {
	display: block;
	position: absolute;
	left: 90px;
	top: 90px;
	background: #009B76 url(../images/glaz.png) no-repeat center;
	width: 80px;
	height: 80px;
	border-radius: 40px;
	opacity: 0;
	transition: opacity 0.4s ease 0s;
}
#our-home > ul > li > a:hover > img {
    filter: brightness(50%);
}
#our-home > ul > li > a:hover > span {
    opacity: 1;
}
#our-home > ul > li > p {
	font-size: 14px;
	color: #009B76;
    margin-top: 20px;
}
/*======================== Видео ===========================*/
#video-block > iframe {
	display: block;
	border: 4px solid #009B76;
	height: 173px !important;
	width: 300px !important;
}
/*======================== Услуги ===========================*/
#service {
    text-align: center;
    background-color: #009b76;
    color: #fff;
}
#service > h2:after {
    border-bottom: 7px double #fff;
}
#service > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 300px;
    margin: 0 auto;
}
#service > ul > li {
    width: 280px;
    margin-bottom: 40px;
}
#service > ul > li > a > span {
	background: #fff;
	width: 140px;
	height: 140px;
	border-radius: 70px;
	display: inline-block;
	position: relative;
	transition: all 0.4s ease 0s;
}
#service > ul > li > a > span::before {
	content: " ";
	display: block;
	position: absolute;
	left: 33px;
	top: 35px;
	width: 80px;
	height: 80px;
	background: url(../images/icons.png) no-repeat center 0px;
}
#service ul li:nth-child(2) span::before {
	background: url(../images/icons.png) no-repeat center -80px;
}
#service ul li:nth-child(3) span::before {
    left: 30px;
    top: 30px;
	background: url(../images/icons.png) no-repeat center -160px;
}
#service > ul > li > h3 {
    font-size: 16px;
    margin: 20px 0;
}
#service > ul > li > h3::after {
    display: none;
}
#service > ul > li > a > span:hover {
	transform: rotate(360deg);
}
/*======================== Новый год ===========================*/
#newyear > a > span {
	background: #009b76;
	width: 140px;
	height: 140px;
	border-radius: 70px;
	display: inline-block;
	position: relative;
	transition: all 0.4s ease 0s;
}
#newyear > a > span::before {
	content: " ";
	display: block;
	position: absolute;
	left: 30px;
	top: 24px;
	width: 80px;
	height: 86px;
	background: url(../images/icons-ny.png) no-repeat center 0px;
}
#newyear > a > span:hover {
	transform: rotate(360deg);
}
#newyear > h3 {
	margin: 30px 0;
}
#newyear > h3::after {
    display: none;
}
#newyear > a:last-child {
    display: inline-block;
	background: #009B76;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 20px;
    margin-top: 20px;
	font-size: 14px;
}
#newyear > a:hover {
    opacity: 0.7;
}
/*=================================================================================================
========================= Подвал ==================================================================
=================================================================================================*/
#footer {
    background: #009B76;
    color: #fff;
    padding: 40px calc(50% - 135px);
    font-weight: bold;
}
#footer > div {
    display: flex;
    flex-direction: column;
}
#footer > div > ul {
    display: flex;
}
#footer > div > ul:first-child {
    flex-direction: column;
    margin-bottom: 40px;
}
#footer > div > ul:first-child > li {
    display: flex;
    margin-bottom: 20px;
}
#footer > div > ul:first-child > li > b {
    display: inline-block;
    margin: auto 0;
}
#footer > div > ul:first-child > li span {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../images/f-icons.png) no-repeat;
    background-size: cover;
    margin-right: 10px;
}
#footer > div > ul:first-child > li:nth-child(1) span {
    background-position: center -160px;
}
#footer > div > ul:first-child > li:nth-child(2) span {
    background-position: center -120px;
}
#footer > div > ul:last-child {
    flex-direction: row;
    justify-content: space-around;
}
#footer > div > ul:last-child > li > a {
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images/f-icons.png) no-repeat;
    background-size: cover;
}
#footer > div > ul:last-child > li:nth-child(1) > a {
    background-position: center -240px;
}
#footer > div > ul:last-child > li:nth-child(2) > a {
    background-position: center -80px;
}
#footer > div > ul:last-child > li > a:hover {
    opacity: 0.7;
}
/*==============================================================
========================= Копирайт =============================
==============================================================*/
#copyright {
    background: #01674f;
    padding: 20px calc(50% - 150px) 25px;
    color: #01bc8f;
    font-size: 14px;
}
#copyright > div > ul {
    display: flex;
    flex-direction: column;
}
#copyright > div > ul > li {
    margin-bottom: 10px;
}
#copyright > div > ul > li > a {
    color: #fff;
}
/*=====================================================================================================================
===================== Общие настройки страниц =========================================================================
=====================================================================================================================*/
[class^='com-content-article item-page-'] > div > img {
    max-width: inherit;
    object-fit: cover;
    width: 100%;
    height: 200px;
}
/*==============================================================
========================= О нас ================================
==============================================================*/
.item-page-about p {
    text-align: justify;
}
.item-page-about p > a {
	color: #009B76;
}
.item-page-about  p > a:hover {
    color: #000;
}
/*==============================================================
========================= Отзывы ===============================
==============================================================*/
.item-page-otz p {
    text-align: justify;
}
/*==============================================================
========================= Отзывы ===============================
==============================================================*/
.item-page-kontakt section div {
    display: none;
}
/*==============================================================
========================== Цены ================================
==============================================================*/
.item-page-price section a {
    display: inline-block;
    width: 80px;
    height: 80px;
    background: url(../images/if-icons.png) no-repeat;
    background-position: center -400px;
    background-size: cover;
    margin-right: 10px;
}
.item-page-price section.greeny a {
    display: inline-block;
    width: 80px;
    height: 80px;
    background: url(../images/f-icons.png) no-repeat;
    background-position: center -400px;
    background-size: cover;
    margin-right: 10px;
}
.item-page-price section a:hover {
    opacity: 0.7;
}
.item-page-price section.blue {
    background-color: #279ee2;
}
/*==============================================================
========================= Описание домов =======================
==============================================================*/

/*========================= Зеленый ==========================*/
.greeny {
    background-color: #009B76;
    color: #fff;
}
.greeny h2:after,
.greeny h3:after,
.greeny h4:after {
    border-bottom: 7px double #fff;
}
/*================== Иконки в каждом доме =======================*/
section.icons-home {
    background-color: #009b76;
    color: #fff;
}
section.icons-home > h3:after {
    border-bottom: 7px double #fff;
}

section.icons-home > ul > li {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}
section.icons-home > ul > li > span {
    display: block;
    width: 150px;
    height: 150px;
    background: url(../images/icons-home.png) no-repeat center top;
    background-size: cover;
}
section.icons-home > ul > li:nth-child(2) > span {
    background-position: center;
}
section.icons-home > ul > li:nth-child(3) > span {
    background-position: center bottom;
}
section.icons-home > ul > li > p {
    margin-top: 0px;
    font-size: 14px;
}
/*======================= Галлерея ==============================*/
#main section.spotlight-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
    padding: 0;
}
section.spotlight-group > a {
    width: 130px;
    height: 98px;
    border: 3px solid #009b76;
    border-radius: 3px;
    background-color: #009B76;
    margin: 10px;
}
section.spotlight-group > a > img {
    width: auto;
    height: 100%;
}
div.item-page-home .greeny section.spotlight-group > a {
    border: 3px solid #fff;
    background-color: #fff;
}
/*==============================================================
========================= Интерессное ==========================
==============================================================*/
div.category-desc > img {
    max-width: inherit;
    object-fit: cover;
    width: 100%;
    height: 200px;
    margin-bottom: 60px;
}
div.blog-items {
    padding: 40px calc(50% - 150px);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
div.blog-item {
    width: 280px;
    margin-bottom: 60px;
}
div.blog-item img {
    margin-bottom: 20px;
}
div.blog-item p {
    padding-top: 0;
}
div.blog-item a {
    background-color: #009B76;
    color: #fff;
    padding: 5px 10px;
}
/*=========================================================*/
div.item-page-blog {
    padding: 40px calc(50% - 150px);
}
div.item-page-blog > div > img {
    height: auto;
}
/*==========================================================================================================================================
============================================================================================================================================
========================================================== MIDLE ===========================================================================
============================================================================================================================================
==========================================================================================================================================*/

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


/*==============================================================
========================= Общее ================================
==============================================================*/
#main section {
    padding: 60px calc(50% - 300px);
}
/*==============================================================
========================= Главная ==============================
==============================================================*/
#foto {
    background: url(../images/main-leto02.jpg) no-repeat center top;
    background-size: 100%;
    background-attachment: fixed;
}
#foto > h1 {
    margin: 20px 0 50px;
}
/*======================== Коттеджы ===========================*/
#our-home > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px 0 100px;
}
/*======================== Видео ===========================*/
#video-block > iframe {
	height: 344px !important;
	width: 600px !important;
}
/*==============================================================
========================= Подвал ===============================
==============================================================*/
#footer {
    padding: 40px calc(50% - 300px);
}
/*==============================================================
========================= Копирайт =============================
==============================================================*/
#copyright {
    padding: 20px calc(50% - 300px) 25px;
}
#copyright > div > ul {
    flex-direction: row;
    justify-content: space-between;
}
/*=====================================================================================================================
===================== Общие настройки страниц =========================================================================
=====================================================================================================================*/
[class^='com-content-article item-page-'] > div > img {
    height: 350px;
}
/*==============================================================
========================= Описание домов =======================
==============================================================*/
section.icons-home > ul {
    display: flex;
    justify-content: space-around;
}
/*======================= Галлерея ==============================*/
section.spotlight-group > a {
    width: 280px;
    height: 210px;
}
/*==============================================================
========================= Интерессное ==========================
==============================================================*/
div.category-desc > img {
    height: 350px;
}
div.blog-items {
    padding: 40px calc(50% - 300px);
    justify-content: start;
}
div.blog-item {
    margin: 10px;
}
/*=========================================================*/
div.item-page-blog {
    padding: 40px calc(50% - 300px);
}
}
/*========================================================================================================================================
==========================================================================================================================================
=========================================================== BIG ==========================================================================
==========================================================================================================================================
========================================================================================================================================*/
@media screen and (min-width: 1024px) {

/*==============================================================
============================ Шапка =============================
==============================================================*/
#top > div {
    width: 960px;
    color: #fff;
    justify-content: space-between;
}
#top > div > ul {
    display: flex;
    width: 180px;
}
#top > div > ul > li {
    display: flex;
    align-items: center;
}
#top > div > ul:first-child > li span {
    width: 30px;
    height: 30px;
    background: url(../images/f-icons.png) no-repeat;
    background-position: center -120px;
    background-size: cover;
    margin-right: 10px;
}
#top > div > ul:last-child {
    justify-content: end;
}
#top > div > ul:last-child > li > a {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/f-icons.png) no-repeat;
    background-size: cover;
    margin-left: 10px;
}
#top > div > ul:last-child > li:nth-child(1) > a {
    background-position: center -180px;
}
#top > div > ul:last-child > li:nth-child(2) > a {
    background-position: center -60px;
}
#top > div > ul:last-child > li > a:hover {
    opacity: 0.7;
}
/*==============================================================
============================ Меню ==============================
==============================================================*/
#header {
    width: 100%;
    background: #313131;
    position: sticky;
    z-index: 999;
    top: 0px;
}
#header > div label {
    display: none;
}
#header > div input[type=checkbox] {
   display: none;
}
#header nav {
    display: block;
    background: transparent;
    padding: 0;
}
#header > div > nav > ul {
    width: 960px;
    margin: 0 auto;
    display: flex;
}
#header > div > nav > ul > li > a {
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 12px;
    padding: 5px 18px 6px;
    display: block;
}
#header > div > nav > ul > li > a:hover {
    background-color: #00b187;
}
#header > div > nav > ul > li.active a {
    background-color: #018364;
}
#header > div > nav > ul > li.parent {
    position: relative;
}
ul.mod-menu__sub {
    background: #414141;
    width: 200px;
    display: none;
    position: absolute;
    top: 23px;
    left: 0;
    z-index: 998;
}
ul.mod-menu__sub > li > a {
    font-size: 11px;
    text-transform: uppercase;
    padding: 5px 20px 6px;
    display: block;
    color: #fff;
    text-align: left;
}
ul.mod-menu__sub > li > a:hover {
    background-color: #00b187;
}
li.parent:hover ul.mod-menu__sub {
    display: block;
}
/*==============================================================
========================= Общее ================================
==============================================================*/
#main section {
    padding: 60px calc(50% - 480px);
}
/*==============================================================
============================ Общее =============================
==============================================================*/
h1, h2, h3, h4, h5, h6 {
    font-size: 22px;
}
/*==============================================================
========================= Главная ==============================
==============================================================*/
#foto > h1 {
    font-size: 34px;
    margin: 200px 0 300px;
}
/*======================== Видео ===========================*/
#video-block > iframe {
	height: 551px !important;
	width: 960px !important;
}
/*======================== Услуги ===========================*/
#service {
    text-align: center;
    background-color: #009b76;
    color: #fff;
}
#service > h2:after {
    border-bottom: 7px double #fff;
}
#service > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 960px;
    margin: 0 auto;
}
#service > ul > li {
    width: 280px;
    margin-bottom: 40px;
}
/*==============================================================
========================= Подвал ===============================
==============================================================*/
#footer {
    padding: 40px calc(50% - 480px);
}
#footer > div {
    flex-direction: row;
    justify-content: space-between;
}
#footer > div > ul:first-child {
    flex-direction: row;
    margin-bottom: 0;
}
#footer > div > ul:first-child > li {
    margin-right: 20px;
}
#footer > div > ul:last-child > li {
    margin-left: 20px;
}
/*==============================================================
========================= Копирайт =============================
==============================================================*/
#copyright {
    padding: 20px calc(50% - 480px) 25px;
}
#copyright > div > ul {
    flex-direction: row;
    justify-content: space-between;
}
/*=====================================================================================================================
===================== Общие настройки страниц =========================================================================
=====================================================================================================================*/
[class^='com-content-article item-page-'] > div > img {
    height: auto;
}
/*==============================================================
========================= Описание домов =======================
==============================================================*/

/*======================= Галлерея ===========================*/
section.spotlight-group > a {
    width: 200px;
    height: 151px;
}    
/*==============================================================
========================= Интерессное ==========================
==============================================================*/
div.category-desc > img {
    height: auto;
}
div.blog-items {
    padding: 40px calc(50% - 480px);
    justify-content: start;
}
div.blog-item {
    margin: 20px;
}
/*=========================================================*/
div.item-page-blog {
    padding: 40px calc(50% - 480px);
}
}