@import "/css/menu.css";

img {
    max-width: 100%;
}

a {
    color: inherit;
}

h4 {
  font-size: 18px;
}

.btn {
    border-radius: 5px;
    color: #fff;
    background: #77b324;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'PT Sans', 'PT Sans Narrow', sans-serif;
    border: 1px solid #77b324;
    min-width: 160px;
    font-size: 14px;
}

.btn-support {
  border-radius: 5px;
  color: #fff;
  background: #77b324;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'PT Sans', 'PT Sans Narrow', sans-serif;
  border: 1px solid #77b324;
  min-width: 120px;
  font-size: 14px;
}

.btn-lg {
    min-width: 280px;
}

.btn:hover, .btn:focus {
    color: #fff;
    background: #09502c;
    outline: none !important;
}

body {
    font-family: 'PT Sans Narrow', 'PT Sans', 'pt_sansregular', sans-serif;
}

a:hover, a:focus {
    color: #77b324;
    text-decoration: none;
}

.page-body a {
    text-decoration: underline;
}

.align_left {
    float: left;
    margin: 2rem 2rem 2rem 0;
    position: relative;
    max-width: 50%;
}

.align_right {
    float: right;
    margin: 2rem 0 2rem 2rem;
    max-width: 50%;
}

.align_center {
    display: block;
    margin: 2rem auto 2em;
    position: relative;
}

.content {
    padding: 3rem 0 3rem;
}

.page-title {
    text-align: center;
    margin-bottom: 2rem;
}

.post-title {
    text-align: left;
    margin-bottom: 2rem;
    max-width: 760px;
    margin-left: 8%;
}

.post-title h1 {
    font-size: 1.7rem;
    margin-bottom: 2rem;
}

.post-body h2 {
    font-size: 1.5rem;
    text-transform: none;
    margin-bottom: 2rem;
}

.page-publish {
    margin-bottom: 1rem;
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
}

.page-body {
    margin-bottom: 1rem;
    text-align: justify;
}

.content-block {
    margin-bottom: 2rem;
}

.content-block-title {
    color: inherit;
    font-size: 1.75rem;
    text-align: center;
    margin-bottom: 1rem;
}

#banner {
    background: #09502c url(/imgs/bg1.jpg) no-repeat center right;
    background-size: cover;
    color: #fff;
    box-sizing: border-box;
    padding-top: 3rem;
    padding-bottom: 3rem;
    overflow: hidden;
}

#banner h1, #banner .h1 {
    font-size: 2rem;
    line-height: 1;
    font-weight: 400;
    margin: 0 0 1rem;
}

#banner p {
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 400;
    margin: 0 0 1rem;
}

#support {
    background: #f1f1f1;
    overflow: hidden;
}

#support .title {
     /* min-height: 4em; */
    text-transform: uppercase;
    color: #1a1a1a;
    font-size: 17px;
    margin-bottom: 1rem;
}

#support img {
    margin-bottom: 1rem;
}

#license .text {
    text-align: center;
    color: #063;
    font-size: 1.8rem;
    line-height: 2rem;
    margin-bottom: 1rem;
}


#about {
    background: #1c6136 url(/imgs/bg4.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
    text-align: center;
}

#about .number {
    font-size: 80px;
    font-weight: 700;
}

#about .text {
    color: #e6e6e6;
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: 700;
}

#how ol {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    counter-reset: num;
}

#how .text {
    margin-top: 1rem;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

#how li {
    width: 33.3%;
    text-align: center;
    margin-bottom: 40px;
    font-size: 17px;
    position: relative;
}

#how li:before {
    content: counter(num) '.';
    counter-increment: num;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    background: #006633;
    width: 33px;
    height: 33px;
    line-height: 33px;
}

#how li:after {
    content: "";
    position: absolute;
    top: 30px;
    right: -35px;
    left: auto;
    width: 75px;
    height: 30px;
    background: url(/imgs/scheme-arrows.png) no-repeat;
}

#how li:nth-of-type(1) {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

#how li:nth-of-type(2) {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

#how li:nth-of-type(3) {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}

#how li:nth-of-type(4) {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
}

#how li:nth-of-type(5) {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
}

#how li:nth-of-type(6) {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
}

#how li:nth-of-type(7) {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
}

#how li:nth-of-type(1):after,
#how li:nth-of-type(2):after,
#how li:nth-of-type(7):after {
    background-position: 0 0;
}

#how li:nth-of-type(4):after,
#how li:nth-of-type(5):after {
    background-position: -112px 0;
    right: auto;
    left: -40px;
}

#how li:nth-of-type(3):after {
    background-position: -109px -41px;;
    width: 85px;
    height: 285px;
    right: -20px;
}

#how li:nth-of-type(6):after {
    background-position: 0 -41px;
    width: 85px;
    height: 285px;
    left: 0;
}

#how li:nth-of-type(7):after {
    background: none;
}

.image-news {
    display: block;
    margin-bottom: 1rem;
}

.image-news img {
    border-radius: 100%;
}

.title-news {
    font-weight: bold;
}

.nav-item {
    font-size: 18px;
    text-transform: uppercase;
    padding: 1rem;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px transparent solid;
}

.spm {
    border-bottom-color: #000;
}


.nav-item:hover, .nav-item:focus {
    text-decoration: none;
}

.callback {
    display: block;
    font-weight: bold;
    font-size: 22px;
}

.callback:hover, .callback:focus {
    text-decoration: none;
}

header {
    box-shadow: 0 1px 3px #eee;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

header a.active {
    color: #77b324;
}

.phone {
    margin-left: 30px !important;
}

}

footer {
    box-shadow: 0 -1px 3px #eee;
}

.page-content {
    margin: .5rem 0 3rem;
}

.content-lg {
    max-width: 992px;
    margin-right: auto;
    margin-left: auto;
}

.content-md {
    max-width: 768px;
    margin-right: auto;
    margin-left: auto;
}

#news .my-3 {
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    color: #676767;
}

.scrollToTop {
    text-align: center;
    width: 3rem;
    height: 3rem;
    padding: 8px 10px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    display: none;
    cursor: pointer;
    background-color: #77b324;
    z-index: 1000;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    line-height: 24px;
}

.scrollToTop:hover, .scrollToTop:visited, .scrollToTop:focus {
    text-decoration: none;
    background-color: #77b324;
    color: #fff;
}

.swiper-slide {
    text-align: center;
    overflow: hidden;
}

.swiper-pagination {
    position: relative;
    margin-top: 2rem;
}

.swiper-pagination-bullet {
    width: .75rem;
    height: .75rem;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #77b324;
}

.gray {
    background-color: #f1f1f1;
}

.staff {
    width: 195px;
    height: 195px;
    border-radius: 100%;
    margin: 1rem;
}

/* modal */

.modal-content {
    padding: 2rem;
    background: #e8e8e8;
}

.modal-title {
    text-align: center;
    text-transform: uppercase;
}

.modal-header, .modal-footer {
    border: none;
}

.modal-footer {
    justify-content: center;
}

.close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    font-size: 3rem;
    line-height: 1;
}

.form-control:focus {
    border-color: rgba(119, 179, 36, 0.8);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(119, 179, 36, 0.6);
}

a:focus, button:focus {
    outline: none !important;
}

.form-control.validation {
    box-shadow: 0 0 2pt 1pt red;
}

.form-group.confirm {
    display: none;
}

.modal {
    text-align: center;
}

#message {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}

.modal {
    background-color: rgba(250, 255, 250, .8) !important;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.breadcrumb {
    background: none;
    font-size: 14px;
    margin-bottom: 0;
}

.breadcrumb a {
    text-decoration: underline;
}

.item-image {
    display: block;
    text-align: center;
}

.item-image img {
    border-radius: 100%;
}

.item-image-a4 {
    padding: 15px 0;
}

.doc {
    padding: 50px 15px
}

.item-title {
    display: block;
    font-size: 1.5rem;
    line-height: 1.2;
    color: #676767;
    font-weight: 700;
}

.item-summary {
    font-size: 15px;
    line-height: 25px;
}

.item-publish {
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    color: #676767;
}

.item-more {
    color: gray;
    font-size: 14px;
    text-decoration: underline;
}

.other {
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    font-weight: 600;
}

.sidebar.green {
    font-size: 18px;
    padding: 2rem 2rem 2rem 1rem;
    border-radius: 5px;
    background: #447f45;
    color: #fff;
    margin-bottom: 2rem;
}

.sidebar.green a:hover, .sidebar.green a:focus {
    color: #fff;
    text-decoration: underline;
}

.sidebar.green li.active a {
    color: yellow;
}

#edit {
    position: fixed;
    top: 35px;
    left: -20px;
    padding: .5rem .75rem;
    background: #db1174;
    color: #fff;
    display: block;
    font-weight: bold;
    font-size: 14px;
    transform: rotate(90deg);
    z-index: 1000;
}

.map {
    position: relative;
    height: 600px;
}

#org {
    margin-top: 40px;
}

#org img {
    padding: 1rem 2rem;
}

.contacts {
    position: absolute;
    top: 70px;
    left: 50%;
    margin-left: -495px;
    width: 385px;
    background: rgba(255, 255, 255, 0.8);
    padding: 30px;
}

.contact-name {
    color: #1a1a1a;
    font-family: "PT Sans", serif;
    font-size: 33px;
    font-weight: 700;
    text-transform: uppercase;
}

.contact {
    color: #646464;
    font-size: 22px;
}

.contact__phone {
    display: block;
    color: #1a1a1a;
    font-family: "PT Sans", serif;
    font-size: 24px;
    font-weight: 700;
}

address {
    margin-bottom: 3rem;
}

.swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    margin: 0 .5rem;
}

@media (max-width: 991.98px) {
    #how li:before, #how li:after {
        display: none;
    }
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

/* pagination */

.MarkupPagerNav {
    margin: 70px 0;
}

.MarkupPagerNav li {
    display: inline;
    list-style: none;
}

.MarkupPagerNav li a,
.MarkupPagerNav li.MarkupPagerNavSeparator {
    display: block;
    float: left;
    padding: 5px 11px;
    color: #fff;
    background: #77b324;
    margin-right: 3px;
    font-weight: 700;
    font-family: 'PT Sans', 'PT Sans Narrow', sans-serif;
    border-radius: 5px;
    text-transform: uppercase;
}

.MarkupPagerNav li.MarkupPagerNavOn a,
.MarkupPagerNav li a:hover {
    background: #09502c;
}

.nav-item.font {
    font-size: 19px;
}

.is-content {
    padding-right: 3rem;
}

.is-sidebar {
    border-left: 1px solid #eee;
    padding-left: 2rem;
}

.is-sidebar ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.is-sidebar ul li {
    position: relative;
    padding-left: 14px;
    margin-bottom: 2px;
}

.is-sidebar ul li a {
    display: block;
    color: #111113;
    text-transform: uppercase;
}

.is-sidebar ul li.active a {
    font-weight: bold;

}

.is-sidebar ul li:after {
    content: '\2022';
    position: absolute;
    top: -3px;
    left: 0;
    color: #447f45;
    font-size: 18px;
}

@media (max-width: 991.98px) {
    #license .text {
        font-size: 1.25rem;
        line-height: 1.2;
    }
    .scheme-work {
        justify-content: center;
        margin-left: 0;
        padding-left: 0;
    }
    #how li {
        width: 100%;
        margin-bottom: 1rem;
        flex-grow: 0;
    }
}

.nav-link {
    padding: 0;
}

.dropdown-item:focus {
    color: #fff;
    background-color: #006621 !important;
}

.news-page-title h1 {
    font-size: 36px;
    line-height: 1.2;
    text-align: left;
    width: 80%;
}

.round {
    border-radius: 50%;
}

.album-child {
	margin: 20px 0;
}

.album-child p{
	font-size: 1.5rem;
    line-height: 1.2;
    color: #676767;
    font-weight: 700;
	margin-top: 15px;
}

.album-child a:hover p, .album-child a:focus p {
    color: #77b324;
    text-decoration: none;
}

.social {
	margin: 5px;
}

.social img{
	margin: 10px;
}

.lh {
  line-height: 2rem;
}
