/*
Theme Name: Materinstvo
Version: 1
Description: Materinstvo
Author: myrock101
Author URI: https://freelancehunt.com/freelancer/myrock101.html
*/

@keyframes fadein{from{opacity:0}to{opacity:1}}@-moz-keyframes fadein{from{opacity:0}to{opacity:1}}@-webkit-keyframes fadein{from{opacity:0}to{opacity:1}}@-o-keyframes fadein{from{opacity:0}to{opacity:1}}
body {
    font-family: 'Roboto', sans-serif;
    overflow-x:hidden;
    -moz-animation: fadein 2s;
    -ms-animation: fadein 2s;
    -o-animation: fadein 2s;
    animation: fadein 2s;
}
img{max-width:100%;-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none}
button:focus,input:focus,select:focus{outline:none;box-shadow:none}
.container{padding:0}
ul{list-style-type:none;padding:0}
small{font-size:100%}
button,a{cursor:pointer}
a,a:hover{transition:all .3s ease;cursor:pointer;text-decoration:none}
::selection{background:#9BC783;color:#fff}
p {
    margin: 0;
}
main {
    height: 100%;
    background: url("https://materinstvo.od.ua/wp-content/uploads/2023/06/img1done.jpg") no-repeat 45% 0% / cover;
}
.main-box {
    padding: 80px 0 400px;
}
li.greenDots::before {
    content: "•";
    color: #82ab6c;
    position: absolute;
    top: -6px;
    left: -18px;
    font-size: 22px;
}
.single-content.position-relative > div.p1:first-child {
		margin-top: 0px !important;
	}
#about-modal ul {
	list-style-type: none;
}
#about-modal ul li{
	list-style-type: disc;
}
#about-modal li.greenDots {
	list-style-type: none;
	position: relative;
}
main h1 {
    color: #9bc783;
    font-size: 90px;
    line-height: 1.05;
    font-weight: 500;
}
.review-1 small {
		font-weight: bold;
		margin-top: 10px;
		display: inline-block;
	}
header {
    z-index: 33;
    background: #fff;
    height: 70px;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.05);
}
header {
	position: fixed !important;
	}
header .navbar-nav .nav-item .nav-link {
    color: #000;
    padding: 0 16px;
}
header .navbar-nav .nav-item::first-child .nav-link {
    padding: 0 21px 0 0;
}
.info {
    text-align: right;
    color: #fff;
}
.info span a{
    font-size: 16px;
/*     color: #97b666; */
	color: black;
/*     font-weight: 700; */
	position: relative;
}
.color-green{
	color: #57a52d !important;
	font-size: 18px !important;
}

header .info > span:first-child a::before {
    content: "";
    position: absolute;
    left: -25px;
    height: 20px;
    width: 16px;
    top: 1px;
    background: url(https://materinstvo.od.ua/wp-content/uploads/2023/05/telephone.png) center;
    background-size: cover;
}
header .info > span:last-child a::before {
content: "";
    position: absolute;
left: -29px;
    height: 26px;
    width: 26px;
    top: 1px;
    background: url(https://materinstvo.od.ua/wp-content/uploads/2023/05/free-icon-viber-3128336.png) center;
    background-size: cover;
}

.rotated-text {
    color: #000000;
    font-size: 11px;
    line-height: 1.55;
    font-weight: 400;
    letter-spacing: 3px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    transform: rotate(270deg);
    left: -102px;
    top: 255px;
}
.rotated-text2 {
    color: #000000;
    font-size: 11px;
    line-height: 1.55;
    font-weight: 400;
    letter-spacing: 3px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    transform: rotate(270deg);
    left: -102px;
    top: 458px;
}
.mainImgMob {
	display: none;
}
.sec-7 p {
	font-size: 16px;
}
.main-box span {
	color: #000000;
    font-size: 19px;
    line-height: 1.55;
    font-weight: 400;
    display: block;
    margin: 20px 0 0;
/*     color: #000000;
    font-size: 24px;
    line-height: 1.55;
    font-weight: 400;
    display: block;
    margin: 20px 0 0; */
}
.main-box a {
    color: #000000;
    font-size: 18px;
    display: flex;
    width: 270px;
    height: 55px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    line-height: 1.55;
    font-weight: 300;
    border-width: 1px;
    border-radius: 30px;
    background-color: #9bc783;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: .4s;
    margin: 40px 0 0;
    box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.2);
}
.main-box a:hover {
    opacity: .8;
    text-decoration: none;
}
.arrow-white {
    bottom: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.it-box h4 {
    font-size: 20px;
    margin-bottom: 25px;
	text-align: center;
}
.it-box_2 h4 {
    font-size: 20px;
    margin-bottom: 25px;
	text-align: center;
}
.it-hr {
    width: 40%;
    height: 2px;
    background: #000;
    margin: -13px auto 14px;
}
.it-box > div:not(.it-hr) {
    min-height: 130px;
    display: flex;
	align-items: center;
    justify-content: center;
    flex-direction: column;
}
.it-box_2 > div:not(.it-hr) {
    min-height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.sec1 h2 {
    color: #000000;
    font-size: 48px;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.1;
    font-weight: 700;
    opacity: 0.7;
	margin: -100px 0 30px;
}
.display-none{display: none;}

main::after {
    content: "";
    height: 200px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
    background: url("img/sky1.png") no-repeat center / cover;
    width: 100%;
}
.navbar-toggler span{width:30px;height:3px;background:#000;display:block;margin-top:4px}
.green-btn:hover {
    background-color: #90ba79;
    color: #000;
}
.it-box {
    padding: 0px 15px 0;
    background: rgba(155,199,131,0.75);
    min-height: 348px;
    margin-top: 20px;
    position: relative;
    width: 360px;
    height: 360px;
	text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    box-shadow: 0px 0px 20px 18px rgb(68 87 69 / 15%);
    background: #f3f3f3;
    position: relative;
}
.it-box_2 {
    padding: 0px 45px 0;
    background: rgba(155,199,131,0.75);
/*     min-height: 348px; */
	min-height: 290px;
    margin-top: 20px;
    position: relative;
    width: 360px;
/*     height: 360px; */
	height: 285px;
/*     text-align: center; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    box-shadow: 0px 0px 20px 18px rgb(68 87 69 / 15%);
    background: #f3f3f3;
    position: relative;
	text-align: center;
}

.sec-how h3 {
    color: #000000;
    font-size: 38px;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.1;
    font-weight: 700;
    opacity: 0.7;
    margin-bottom: 60px;
}
.how-flex > div:first-child {
    width: 37%;
}
.sec-how h4 {
    color: #000000;
    font-size: 36px;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.2;
    font-weight: 700;
    opacity: 0.6;
}.sec-how hr {
    background-color: #9bc783;
    height: 5px;
    width: 120px;
    border: none;
    margin: 35px 0;
}
.sec-how p {
    color: #000000;
    font-size: 16px;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
}
.how-flex > div:last-child {
    width: 52%;
}
.how-bg {
    background: #00000014;
    width: 100%;
    height: 100%;
}
.how-bg img {
    box-shadow: 0px 0px 55px 0px rgb(0 0 0 / 30%);
    position: relative;
    z-index: -1;
}

.it-box1 {
    top: 0px;
    z-index: 2;
    right: -43px;
}
.it-box2 {
    top: 30px;
    z-index: 3;
}
.it-box3 {
    top: 60px;
    z-index: 4;
    left: -43px;
}
.green-btn {
    color: #000;
    font-size: 17px;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 500;
    border-width: 1px;
    border-radius: 30px;
    background-color: #9bc783;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.4);
    transition: .4s;
    margin: 110px auto 0;
    width: 300px;
    height: 55px;
    display: flex;
    cursor: pointer;
    position: relative;
    z-index: 2;
    justify-content: center;
    align-items: center;
}
.it-box .green-btn {
    width: 150px;
    height: 45px;
}
.it-box_2 .green-btn {
    width: 150px;
    height: 45px;
}
/* .sec1 h3 {
    color: #000000;
    font-size: 42px;
    font-family: 'Arial',Arial,sans-serif;
    line-height: 1.25;
    font-weight: 700;
    opacity: 0.8;
    margin: -100px 0 30px;
    text-align: center;
} */
.sec1 h3 {
    color: #000000;
    font-size: 42px;
    font-family: 'Arial',Arial,sans-serif;
    line-height: 1.25;
    font-weight: 700;
    opacity: 0.8;
    margin: 0;
    padding-top: 45px;
    text-align: center;
}
.sec1 {
    background: #F5F5F5;
    padding: 0 0 180px;
}
.sec1 > .container {
    z-index: 2;
}
.circle {
    position: relative;
    margin: 90px auto 0;
        border-radius: 3000px;
        background-color: rgba(155,199,131,0.75);
        background-position: center center;
        border-color: transparent;
        border-style: solid;
        width: 359px;
        height: 510px;
        box-shadow: 0px 0px 45px 1px rgba(68,87,69,0.5);

}
.rule-main ul li {
	padding-left: 12px;
}
.img2 {
    width: 428px;
    height: 530px;
    background: url(img/img2.png) no-repeat center / cover;
    margin: 15px -25px;
    position: relative;
}
.hr {
    background-color: #9bc783;
    width: 100px;
    height: 6px;
    margin: 25px auto 20px;
    display: block;
}




.about-txt1 {
    position: absolute;
    z-index: 2;
}
.about-txt1 h5 {
	color: #78b159;
    font-size: 15px;
    font-family: 'Arial',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 700;
    opacity: 0.85;
}
.n11 {
	position: absolute;
    left: 240px;
    width: 50px;
    top: 3px;
}
.n12 {
	position: absolute;
    left: 230px;
    width: 51px;
    top: 3px;
}
.n13 {
	position: absolute;
    left: 183px;
    width: 50px;
    top: 3px;
}
.n14 {
	position: absolute;
    left: 159px;
    width: 58px;
    top: 0px;
}
.n15 {
	position: absolute;
    left: -63px;
    width: 50px;
    top: 4px;
}
.n16 {
	position: absolute;
    left: -66px;
    width: 50px;
    top: 0px;
}
.n17 {
	position: absolute;
    left: -62px;
    width: 43px;
    top: 6px;
}
.n18 {
	position: absolute;
    left: -60px;
    width: 47px;
    top: 5px;
}
.modal1-inner {
    padding: 0 45px 30px;
}
.modal1-inner-2 h3 {
    text-align: center;
    font-size: 32px !important;
}

.aboutLink {
	color: #000000;
    font-size: 14px;
    font-family: 'Arial',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
    opacity: 0.85;
}

.aboutLink span {
	color: #000000;
    font-size: 14px;
    font-family: 'Arial',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
    opacity: 0.85;
	text-decoration:underline;
}
.aboutLink:hover span {
	text-decoration: none;
	color: #000000;
	opacity: 1;
}
.about-txt1 p {
    color: #000000;
    font-size: 16px;
    font-family: 'Arial',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
    opacity: 0.95;
}
.about-txt1__1 {
	top: 55px;
    left: 50px;
	text-align: right;
}
.about-txt1__2 {
	top: 170px;
    left: 40px;
	text-align: right;
}
.about-txt1__3 {
    top: 290px;
    left: 101px;
	text-align: right;
}

.about-txt1__4 {
    top: 410px;
    left: 152px;
	text-align: right;
}


.about-txt1__5 {
    top: 55px;
    right: 125px;
}
.about-txt1__6 {
    top: 170px;
    right: 29px;
}
.about-txt1__7 {
    top: 290px;
    right: 103px;
}
.about-txt1__8 {
    top: 410px;
    right: -9px;
}
.aboutLink:hover span {
    text-decoration: none;
    color: #000000;
    opacity: 1;
}
.prot .modal-dialog p.m1 {
    position: relative;
    text-indent: 18px;
}

.it-box p.m1 {
    position: relative;
    text-indent: 18px;
}
.it-box_2 p.m1 {
    position: relative;
    text-indent: 18px;
}
p.green_round::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 40px;
    background: #86ad71;

}
.green-span {
	position: relative;
}
.green-span::before {
    content: "";
    position: absolute;
top: 5px;
    left: -20px;
    width: 10px;
    height: 10px;
    border-radius: 40px;
    background: #86ad71;
}
.icon {
    position: absolute;
}
.icon1-1 {
    width: 25px;
    height: 55px;
    top: 0px;
    right: -45px;
}
.icon1-2 {
    width: 40px;
    height: 40px;
    top: 10px;
    right: -56px;
    transform: rotate(180deg);
}
.icon1-3 {
    width: 40px;
    height: 33px;
    top: 0px;
    right: -60px;
    opacity: 0.7;
}
.icon1-4 {
    width: 25px;
    height: 55px;
    top: 0px;
    left: -45px;
}
.icon1-5 {
    width: 45px;
    height: 45px;
    top: 10px;
    left: -56px;
}
.icon1-6 {
    width: 33px;
    height: 33px;
    top: 0px;
    left: -50px;
}
.icon1-7 {
    width: 45px;
    height: 45px;
    top: 10px;
    left: -56px;
}
.icon1-8 {
    width: 33px;
    height: 33px;
    top: 0px;
    left: -50px;
}


.c1 {
    bottom: -10px;
    left: 260px;
}
.c2 {
    bottom: -10px;
    left: 160px;
}
.c3 {
    bottom: -10px;
    left: 100px;
}
.c4 {
    bottom: -10px;
    left: 200px;
}
.c5 {
    bottom: -10px;
    left: 18px;
}
.c6 {
    bottom: -30px;
    left: 170px;
    transform: rotate(180deg);
}
.c7 {
    bottom: -30px;
    left: 58px;
    transform: rotate(180deg);

}
.c8 {
    bottom: -30px;
    left: 230px;
    transform: rotate(180deg);
}
.txt {
    position: absolute;
}
.txt span {
    color: #222222;
    font-size: 22px;
    line-height: 1.55;
    font-weight: 500;
}
.txt p {
    color: #000000;
    font-size: 20px;
    line-height: 1.55;
    font-weight: 300;
}
.txt-1 {
    top: 210px;
    left: -20px;
    text-align: right;
}
.txt-2 {
    top: 350px;
    left: 0;
    text-align: right;
}
.txt-3 {
    top: 550px;
    left: 0px;
    text-align: right;
}
.txt-4 {
    top: 750px;
    left: 25px;
    text-align: right;
}
.txt-5 {
    top: 950px;
    left: 50px;
    text-align: right;
}


.txt-6 {
    top: 210px;
    right: 22px;
}
.txt-7 {
    top: 350px;
    right: -15px;
}
.txt-8 {
    top: 550px;
    right: -40px;
}
.txt-9 {
    top: 750px;
    right: 0;
}
.txt-10 {
    top: 950px;
    right: 0;
}
.sec1::after {
    content: "";
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    margin: 0 auto;
    background: url("img/sky2.png") no-repeat center / cover;
    width: 100%;
}
.table-33 ul li span {
	display: block;
	    padding-left: 20px;
}
.sec2 h3 {
    color: #000000;
        font-size: 37px;
    font-family: 'Arial',Arial,sans-serif;
    line-height: 1.25;
    font-weight: 700;
 margin: 25px auto 10px;
    text-align: center;
}
.time-moskow {
    color: #9bc783;
    font-size: 24px;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 700;
    text-align: center;
    display: block;
}
.table thead {
    text-align: center;
    
}
.table {
    border: 1px solid #000;
}
.table thead th {
    border-bottom: 1px solid #000;
}
.table td, .table th {
    border-top: 1px solid #000;
}
.table thead th {
    color: #000000;
    font-size: 20px;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
    border: 1px solid #000;
	vertical-align: middle;
}
.table th {
    padding: 4px 5px;
}
.table-green {
    background: #B1D29F;
}
.table a {
    color: #000;
    font-size: 16px;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.4;
    font-weight: 500;
}
.table a b {
    font-weight: 700;
    font-size: 18px;
}
.table a:hover {
    text-decoration: underline;
}
.table tbody td {
    border: 1px solid #000;
    vertical-align: middle;
    text-align: center;
}
.table-name {
    text-align: left;
}
.table i {
    color: #000000;
    font-size: 13px;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.4;
    font-style: italic;
    font-weight: 700;
    margin: 20px 0 0;
}
.table-date b {
    color: #000000;
    font-size: 14px;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.4;
    font-weight: 700;
}
.table-date p {
    margin: 0;
    color: #000000;
        font-size: 13px;
        font-family: 'Roboto',Arial,sans-serif;
        line-height: 1.4;
        font-weight: 400;
}
.table tbody tr > td:first-child {
    color: #000000;
    font-size: 20px;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
}
.table-green__last {
    border-bottom: 3px solid #000;
}
.table-grey {
    background: #DDDCDE;
}
.girl-box > div {
    width: 50%;
}
.girl-box span {
    color: #a6a6a6;
    font-size: 14px;
    font-family: 'Arial',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 700;
    letter-spacing: 2px;
}
.girl-box h3 {
    color: #000000;
    font-size: 42px;
    font-family: 'Arial',Arial,sans-serif;
    line-height: 1.25;
    font-weight: 700;
    opacity: 0.8;
}
.girl {
    width: auto;
height: 661px;
position: relative;
        z-index: 2;
}
.girl_12 {
    width: 430px;
    transform: rotate( 8deg);
    margin: 15px 0 0 0px;
}
.sec-4 {
    background: #9BC783;
    padding: 150px 0 30px;
    margin: -200px auto 0;
}
.sec-3__title {
    margin: -150px 0 0;
}
.rule-links a {
    color: #000000;
    font-size: 15px;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 300;
    padding: 10px 20px;
    position: relative;
    z-index: 2;
}
.rule-links a:first-child {
    border: 1px solid #ABCE98;
    border-top: 3px solid #fff;
    border-bottom: 1px solid #9BC783;
    font-weight: 700;
    pointer-events: none;
}
.rule-links a:last-child {
    padding-right: 0;
}
.girl2 {
    width: 340px;
    transform: rotate(8deg);
    margin: 15px 0 0 40px;
}
.rule-main > div {
    width: 50%;
}
.rule-main {
    padding: 60px 60px;
    margin: -1px auto;
    border: 1px solid #ABCE98;
    border-bottom: none;
}
.rule-main h4 {
    color: #000000;
        font-size: 26px;
        font-family: 'Roboto',Arial,sans-serif;
        line-height: 1.55;
        font-weight: 600;
        opacity: 0.75;
        margin: 0 0 30px;
}
.rule-main p {
    color: #000000;
    font-size: 18px;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 300;
}
.rule-main li {
    color: #000000;
        font-size: 18px;
        font-family: 'Roboto',Arial,sans-serif;
        line-height: 1.55;
        font-weight: 300;
}

.rule-main_12 > div {
    width: 50%;
}
.rule-main_12 {
    padding: 60px 60px;
    margin: -1px auto;
    border: 1px solid #ABCE98;
    border-bottom: none;
}
.rule-main_12 h4 {
    color: #000000;
        font-size: 26px;
        font-family: 'Roboto',Arial,sans-serif;
        line-height: 1.55;
        font-weight: 600;
        opacity: 0.75;
        margin: 0 0 30px;
}
.rule-main_12 p {
        color: #000000;
    font-size: 18px;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 300;
    margin-bottom: 30px;
}
.rule-main_12 li {
    color: #000000;
        font-size: 18px;
        font-family: 'Roboto',Arial,sans-serif;
        line-height: 1.55;
        font-weight: 300;
}





.sec-4::after {
    content: "";
    height: 84px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    margin: 0 auto;
    background: url("img/sky3.png") no-repeat center / cover;
    width: 100%;
}
.sec-5 {
    padding: 130px 0 0px;
    margin-top: -100px;
}
.sec-5 h3 {
    color: #000000;
    font-size: 42px;
    font-family: 'Arial',Arial,sans-serif;
    line-height: 1.25;
    font-weight: 700;
    opacity: 0.8;
    text-align: center;
    position: relative;
    z-index: 2;
    padding-bottom: 90px;
}
.about {
    padding-bottom: 70px;
}
.waves1 {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    width: 56%;
}
.girl-3 {
    position: relative;
    z-index: 2;
    width: 580px;
    height: 760px;
    margin: -140px auto;
    display: block;
}
.about-txt {
    position: absolute;
    z-index: 2;
}
/* .about-txt h5 {
    color: #000000;
    font-size: 22px;
    font-family: 'Arial',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 700;
    opacity: 0.85;
} */
.about-txt p {
    color: #000000;
    font-size: 16px;
    font-family: 'Arial',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
    opacity: 0.95;
}

.icon {
    position: absolute;
}
.icon-1 {
    width: 36px;
    height: 36px;
    top: 20px;
    right: -50px;
}
.icon-2 {
    width: 45px;
    height: 45px;
    top: 10px;
    right: -56px;
    transform: rotate(180deg);
}
.icon-3 {
    width: 48px;
    height: 48px;
    top: 0px;
    right: -60px;
}
.icon-4 {
    width: 25px;
    height: 55px;
    top: 0px;
    left: -45px;
}
.icon-5 {
    width: 45px;
    height: 45px;
    top: 10px;
    left: -56px;
}
.icon-6 {
    width: 33px;
    height: 33px;
    top: 0px;
    left: -50px;
}
.green-btn1 {
    color: #000;
    font-size: 17px;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 500;
    border-width: 1px;
    border-radius: 30px;
    background-color: #9bc783;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.4);
    transition: .4s;
    margin: 20px auto 0;
    width: 300px;
    height: 55px;
    display: flex;
    cursor: pointer;
    position: relative;
    z-index: 2;
    justify-content: center;
    align-items: center;
}
.green-btn1:hover {
background-color: #90ba79;
color: #000;
}
/* .gall {
    position: relative;
    z-index: 2;
}
.gall img {
    width: 520px;
/*  height: 350px;
    position: absolute;
    cursor: zoom-in;
    box-shadow: 0px 0px 40px 10px rgba(0,0,0,0.4);
}
.gall a:nth-child(1) img{

}
.gall a:nth-child(2) img {
    left: 340px;
    top: 60px;
    z-index: 2;
}
.gall a:nth-child(3) img{
    left: 620px;
    top: 180px;
    z-index: 2;
    height: 300px;
} */
.gall {
    position: relative;
    z-index: 2;
}
.gall img {
    width: 480px;
/*     height: 350px; */
    position: absolute;
    cursor: zoom-in;
    box-shadow: 0px 0px 40px 10px rgba(0,0,0,0.4);
	border-radius: 10px;
}
.gall a:nth-child(1) img{

}
.gall a:nth-child(2) img {
    left: 340px;
    top: 90px;
    z-index: 2;
}
.gall a:nth-child(3) img{
    left: 620px;
    top: 200px;
    z-index: 2;
    height: 300px;
}
.pt-6 {
    padding-top: 5rem!important;
}
.sec-6 {
    min-height: 600px;
}
.sec-7 {
/*     padding-bottom: 175px; */
}
.sec-7 h3 {
    color: #000;
    font-size: 42px;
    font-family: 'Arial',Arial,sans-serif;
    line-height: 1.25;
    font-weight: 700;
    opacity: 0.8;
    text-align: center;
    margin: 110px auto 50px;
}
.sec-7 span {
    color: #000000;
    font-size: 40px;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 500;
    opacity: 0.8;
    display: block;
}
.sec-7 p {
    color: #000000;
    font-size: 20px;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 300;
}
.sec-7 p b {
    font-weight: 700;
    white-space: nowrap;
}
.sec-17 {
    padding-bottom: 210px;
}
.rev {
	margin-top: 130px;
}
.sec-17 h3 {
    color: #000;
    font-size: 42px;
    font-family: 'Arial',Arial,sans-serif;
    line-height: 1.25;
    font-weight: 700;
    opacity: 0.8;
    text-align: center;
    margin: 110px auto 50px;
}
.sec-17 span {
    color: #000000;
    font-size: 40px;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 500;
    opacity: 0.8;
    display: block;
}
.sec-17 p {
    color: #000000;
    font-size: 20px;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 300;
}
.sec-17 p b {
    font-weight: 700;
}
.sec-17 .container::after {
    content: "";
    z-index: -1;
    opacity: 0.05;
    bottom: 0;
    width: 389px;
    height: 726px;
    right: 0;
    position: absolute;
    background: url(img/lady.jpg) no-repeat center / cover;
}
.sec-17 .container::before {
    content: "";
    z-index: -1;
    left: -50px;
    width: 389px;
    height: 726px;
    top: -100px;
    opacity: 0.05;
    position: absolute;
    background: url(img/lady.jpg) no-repeat center / cover;
}
.step-12 {
top: 200px;
    right: 40px;
    text-align: right;
}
.step-13 {
    top: 380px;
    left: 160px;
}
.step-14 {
    top: 600px;
    right: 40px;
    text-align: right;
}
.step-15 {
    top: 780px;
    left: 160px;
}
.step-16 {
    top: 983px;
    right: 40px;
    text-align: right;
}
.step-12 .green-circle, .step-14 .green-circle, .step-16 .green-circle {
    right: -50px;
    left: auto;
}
.step-17 {
    top: 1213px;
    left: 150px;
    text-align: left;
}
.green-circle {
    border: 1px solid #9BC783;
    width: 36px;
    height: 36px;
    position: absolute;
    border-radius: 50%;
    top: 13px;
    left: -50px;
}
.green-circle > div {
    background: #9BC783;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 3px solid #fff;
}

.step {
    position: absolute;
    width: 450px;
}
.step-1 {
    top: 20px;
    left: 160px;
}
.step-2 {
top: 310px;
    right: 40px;
    text-align: right;
}
.step-3 {
    top: 474px;
    left: 160px;
}
.step-4 {
    top: 690px;
    right: 40px;
    text-align: right;
}
.step-5 {
    top: 874px;
    left: 160px;
}

.steps-box {
    min-height: 1060px;
    background: url(img/dashed.png) no-repeat 21% 0 / cover;
}
.steps-box_2 {
    min-height: 1240px;
    background: url(img/dashed.png) no-repeat 21% 0 / cover;
}
.step-2 .green-circle,
.step-4 .green-circle{
    right: -50px;
    left: auto;
}
.sec-7 .container::after {
    content: "";
    z-index: -1;
    opacity: 0.05;
    bottom: 0;
    width: 389px;
    height: 726px;
    right: 0;
    position: absolute;
    background: url(img/lady.jpg) no-repeat center / cover;
}
.sec-7 .container::before {
    content: "";
    z-index: -1;
    left: -50px;
    width: 389px;
    height: 726px;
    top: -100px;
    opacity: 0.05;
    position: absolute;
    background: url(img/lady.jpg) no-repeat center / cover;
}
.family {
    position: absolute;
    width: 950px;
    height: 1020px;
    min-width: 950px;
    bottom: -215px;
    left: -200px;
    z-index: 3;
	pointer-events: none;
}
.family-box > div:first-child {
width: 55%;
}
.family-box > div:last-child {
width: 45%;
    margin: 0px 0 0 0;
    position: relative;
    top: -95px;
}
.sec-8 {
    background: linear-gradient(to bottom, #fff 50%, #9BC783 50%);
}
.family1-txt__1 {
/*     color: #9bc783; */
    font-size: 50px;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
	position: relative;
top: -74px;
    left: -62px;
}

.family-txt__2 {
    color: #9bc783;
    font-size: 23px;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
    text-align: center;
}
.family-txt__3 {
    color: #9bc783;
    font-size: 260px;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1;
    font-weight: 300;
    display: inline-block;
    position: relative;
    text-shadow: 2px 2px 7px rgb(0 0 0 / 68%);
    white-space: nowrap;
    margin: 0px 0 0 45px;
}
.family-txt__4 {
	color: #000000;
    font-size: 18px;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.75;
    font-weight: 400;
    padding: 40px 0 0 96px;
}
.fam-label  {
	    position: relative;
    top: 33px;
    padding: 40px 0 0 96px;
}
.fam-label p {
	color: #ffffff;
    font-size: 22px;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.5;
    font-weight: 400;
}
.fam-label p span{
    font-size: 20px;
}
.fam-label a {
    color: #ffffff;
    font-size: 16px;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.5;
    margin-top: 7px;
    font-weight: 400;
    display: inline-block;
    text-decoration: underline;
}
.fam-label a:hover {
	color: #fff;
	text-decoration: none;
}



.fam-label1  {
    position: relative;
    padding: 20px 0 0 56px;
    top: 0px;
}
.fam-label1-last {
	top: 30px;
}
.fam-label1 p {
	color: #000;
    font-size: 19px;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.5;
    font-weight: 400;
}
.fam-label1 p span{
        font-size: 19px;
}
.fam-label1 p br {
	display: none;
}
.fam-label1 a {
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.5;
    padding-top: 7px;
    font-weight: 400;
    display: inline-block;
    text-decoration: underline;
}
.fam-label1 a:hover {
	color: #000;
	text-decoration: none;
}
.family-txt__5 {
    color: #000000;
    font-size: 18px;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 500;
    padding: 0 0 0 55px;
    margin: 20px 0;
}
.family-txt__6 {
    color: #000000;
        font-size: 18px;
        font-family: 'Roboto',Arial,sans-serif;
        line-height: 1.55;
        font-weight: 300;
        padding: 0 0 0 55px;
}
.family-box li {
    color: #000000;
    font-size: 16px;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 300;
    padding: 0 0 0 55px;
}
.sec-8 {
    padding: 435px 0 0;
}
.family-txt__3 span {
    display: inline-block;
    transform: translateX(45px);
}
.green-btn-2 {
    color: #000000;
    font-size: 14px;
    font-family: 'Arial',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 600;
    border-width: 1px;
    border-radius: 30px;
    background-color: #9bc783;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.4);
    transition: .4s;
    width: 200px;
    height: 55px;
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 3;
}
.green-btn-2:hover {
    background-color: #82ab6c;
    color: #000;
}
.green-btn1-2 {
    color: #000000;
    font-size: 14px;
    font-family: 'Arial',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 600;
    border-width: 1px;
    border-radius: 30px;
    background-color: #9bc783;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.4);
    transition: .4s;
    width: 200px;
    height: 55px;
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    z-index: 3;
	margin: 120px auto 0;
	    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -180px;
}
.green-btn1-2:hover {
    background-color: #82ab6c;
    color: #000;
}
.family-txt__3::after {
    content: "гривен";
    position: absolute;
    right: -70px;
    top: 100px;
    color: #9bc783;
        font-size: 33px;
        font-family: 'Roboto',Arial,sans-serif;
        line-height: 1.55;
        font-weight: 400;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        transform: rotate(90deg);
        text-shadow: none;
}
.sec-9 h3 {
    color: #000000;
        font-size: 42px;
        font-family: 'Arial',Arial,sans-serif;
        line-height: 1.25;
        font-weight: 700;
        opacity: 0.8;
        position: relative;
        text-align: center;
}
.sec-9 span {
    color: #000000;
        font-size: 15px;
        font-family: 'Roboto',Arial,sans-serif;
        line-height: 1.55;
        font-weight: 400;
        text-align: center;
        display: block;
}
.irina-box {
    margin-top: 70px;
    min-height: 940px;
    background: url(img/bg1.png) no-repeat center / cover;
}
.irina-flex > div:first-child {
    width: 40%;
}
.irina-flex > div:last-child {
    width: 60%;
}
.irina {
    position: absolute;
    width: 1000px;
    min-width: 1000px;
    top: -210px;
    left: -345px;
}
.irina-1 {
    position: absolute;
    width: 570px;
    bottom: 0px;
    left: -90px;
}
.irina-3 {
    position: absolute;
    width: 520px;
    bottom: 0px;
    left: 320px;
}
.irina-box__txt {
    padding: 80px 65px 0;
}
.irina-box__txt h4 {
    color: #000000;
        font-size: 20px;
        font-family: 'Roboto',Arial,sans-serif;
        line-height: 1.55;
        font-weight: 600;
        text-align: center;
}
.irina-box__txt img {
    width: 70px;
    height: 9px;
    display: block;
    margin: 20px auto;
}
.irina-box__txt p {
    color: #000000;
    font-size: 16px;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
    margin: 0 0 30px;
    position: relative;
    z-index: 2;
}
.irina-box__txt span {
    width: 45px;
    height: 3px;
    opacity: 0.5;
    margin: 50px auto;
    display: block;
    background-color: #000000;
}
.half-text {
    padding: 0 0 0 25%;
}
.half-text a {
color: #000000;
        font-size: 14px;
        font-family: 'Roboto',Arial,sans-serif;
        line-height: 1.55;
        font-weight: 500;
        text-decoration: underline;
}
.sec-10__1 {
    padding: 100px 0 0;
}
.sec-10 {
    background: url(img/bg2.jpg) no-repeat center / cover;
}
.sec-10 h3 {
    color: #000000;
    font-size: 42px;
    font-family: 'Arial',Arial,sans-serif;
    line-height: 1.25;
    font-weight: 700;
    opacity: 0.8;
    text-transform: uppercase;
    letter-spacing: 7px;
    text-align: center;
    margin-bottom: 70px;
    margin-top: -70px;
}
.sec-10 h3 span {
    display: block;
    margin: 0 0 0 30px;
}
.review h4 {
    color: #000000;
    font-size: 26px;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.6;
    font-weight: 500;
    opacity: 0.75;
/*     display: flex; */
    justify-content: center;
}
.review-1 span {
    width: 70px;
    height: 6px;
    background-color: #9bc783;
    display: block;
    margin: 20px 0 20px 0px;
    z-index: 2;
        position: relative;
}
/* .review-1 p {
	left: 79px;
    width: 530px;
} */
.review-1 h4 {
    position: relative;
    z-index: 2;
    margin: 0 0 0 0px;
	}
.review p {
    color: #000000;
        font-size: 15px;
        font-family: 'Roboto',Arial,sans-serif;
        line-height: 1.85;
        font-weight: 400;
        opacity: 0.85;
        margin: 0 0 30px;
        z-index: 2;
        position: relative;
}
/* .review-1 {
width: 100%;
    margin: 0 auto;
} */
.review-1 {
    width: 580px;
    margin: 100px 0 0 25px;
}
.review-img__1 {
    position: absolute;
    right: -505px;
    top: 10px;
/*     max-width: 340px; */
}
.review-img__1 img {
    width: 320px;
    opacity: 1;
	
}
.review-img__1::after {
    content: "Кривоножко Юлия";
    color: #000000;
    font-size: 12px;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
    letter-spacing: 0.5px;
    opacity: 1;
    position: absolute;
    bottom: -30px;
    right: 0;
}
.review-1 .cloud {
    position: absolute;
    bottom: 32px;
    left: -25px;
    opacity: 0.4;
    z-index: 0;
    width: 600px;
}
.review-img__2::after {
    content: "Ярослава Андрещенко";
    color: #000000;
    font-size: 12px;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
    letter-spacing: 0.5px;
    opacity: 1;
    position: absolute;
    bottom: -30px;
    left: 0;
}
.review-2 {
    width: 580px;
    margin: 0 0 0 515px;
}
.review-img__2 {
    position: absolute;
    left: -490px;
    top: 9px;
/* 	max-width: 330px; */
}
.review-img__2 img {
    width: 300px;
    opacity: 1;
}
.review-2 .cloud {
    position: absolute;
    bottom: -10px;
    left: -40px;
    width: 620px;
    min-width: 620px;
    height: 365px;
    opacity: .6;
    z-index: 1;
    -moz-transform: scale(-1, 1);
-webkit-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
transform: scale(-1, 1);
filter: FlipH;
-ms-filter: "FlipH";
}
.review-2 h4 {
    display: block;
    position: relative;
    z-index: 2;
    margin: 0 0 0 0px;
}
.review-2 span {
    width: 70px;
    height: 6px;
    background-color: #9bc783;
    display: block;
    margin: 30px 0 30px 0px;
    z-index: 2;
        position: relative;
}
.review-img__1 img,
.review-img__2 img,
.review-img__3 img,
.review-img__4 img {
    box-shadow: 0 0 30px rgba(0,0,0,0.6);
}
.review-img__3::after {
    content: "Ярослава В.";
    color: #000000;
    font-size: 12px;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
    letter-spacing: 0.5px;
    opacity: 1;
    position: absolute;
    bottom: -30px;
    right: 0;
}
.review-3 {
    width: 450px;
    margin: 100px 0 0 100px;
}
.review-img__3 {
	position: absolute;
    right: -560px;
    top: 14px;
/*     max-width: 500px; */
/*     position: absolute;
    right: -320px;
    top: -30px; */
}
.review-img__3 img {
    width: 600px;
    opacity: 1;
}
.review-3 .cloud {
    position: absolute;
    bottom: -7px;
    left: -132px;
    width: 560px;
    min-width: 560px;
    height: 345px;
    opacity: .6;
    z-index: 1;
    -moz-transform: scale(-1, 1);
-webkit-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
transform: scale(-1, 1);
filter: FlipH;
-ms-filter: "FlipH";
}
.review-3 h4 {
    display: block;
    position: relative;
    z-index: 2;
    margin: 0 0 0 -76px;
}
.review-4 p {
    margin: 0 0 0 20px;
}
.review-3 span {
    width: 70px;
    height: 6px;
    background-color: #9bc783;
    display: block;
       margin: 30px 0 30px -74px;
    z-index: 2;
        position: relative;
}
.review-3 p {
	    left: -74px;
}
.review-img__4::after {
    content: "Юлия Самойлова";
    color: #000000;
    font-size: 12px;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
    letter-spacing: 0.5px;
    opacity: 1;
    position: absolute;
    bottom: -30px;
    left: 0;
}
.review-4 {
    width: 535px;
    margin: 100px 0 0 615px;
}
.review-img__4 {
    position: absolute;
    left: -590px;
    top: 12px;
}
.review-img__4 img {
    width: 585px;
    opacity: 1;
}
.review-4 .cloud {
   position: absolute;
    bottom: 0;
    left: -40px;
    width: 600px;
    min-width: 600px;
    height: 340px;
    opacity: .6;
    z-index: 1;
    -moz-transform: scale(-1, 1);
-webkit-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
transform: scale(-1, 1);
filter: FlipH;
-ms-filter: "FlipH";
}
.review-4 h4 {
    display: block;
    position: relative;
    z-index: 2;
    margin: 0 0 0 20px;
}
.review-4 span {
    width: 70px;
    height: 6px;
    background-color: #9bc783;
    display: block;
    margin: 30px 0 30px 50px;
    z-index: 2;
        position: relative;
}
.review-5 p {
	left: 50px;
}
.review-lady {
    position: absolute;
    left: -78px;
    top: 177px;
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
.sec-11 {
    background: #9BC783;
    padding: 40px 0px;
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.5);
}
.dop > div:first-child {
    width: 60%;
}
.dop > div:last-child {
    width: 45%;
    text-align: right;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
}
.fam2 {
    position: absolute;
    bottom: -40px;
}
.dop h3 {
    color: #000000;
    font-size: 18px;
    font-family: 'Arial',Arial,sans-serif;
    line-height: 1.25;
    font-weight: 700;
    opacity: 0.8;
    text-align: right;
}
.dop p {
    color: #000000;
        font-size: 16px;
        font-family: 'Roboto',Arial,sans-serif;
        line-height: 1.55;
        font-weight: 400;
        text-align: right;
        margin-bottom: 20px;
}
.dop .zap-link {
    color: #000000;
        font-size: 14px;
        font-family: 'Arial',Arial,sans-serif;
        line-height: 1.55;
        font-weight: 600;
        border: 1px solid #000;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 30px;
        width: 200px;
        background-color: #9bc783;
        height: 55px;
        z-index: 2;
        position: relative;
        transition: .4s;
}
.dop .zap-link:hover {
    opacity: 1;
    background-color: #82ab6c;
}
.dop1 > div:first-child {
    width: 60%;
}
.dop1 > div:last-child {
    width: 45%;
    text-align: right;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
}
.fam2 {
    position: absolute;
    bottom: -40px;
}
.dop1 h3 {
    color: #000000;
    font-size: 18px;
    font-family: 'Arial',Arial,sans-serif;
    line-height: 1.25;
    font-weight: 700;
    opacity: 0.8;
    text-align: right;
}
.dop1 p {
    color: #000000;
        font-size: 16px;
        font-family: 'Roboto',Arial,sans-serif;
        line-height: 1.55;
        font-weight: 400;
        text-align: right;
        margin-bottom: 20px;
}
.dop1 .zap-link {
    color: #000000;
    font-size: 14px;
    font-family: 'Arial',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 600;
    border: 1px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    width: 200px;
    background-color: #9bc783;
    height: 55px;
    z-index: 2;
    position: relative;
    transition: .4s;
}
.dop1 .zap-link:hover {
    opacity: 1;
    background-color: #82ab6c;
}
.dop1 .m3 {
    display: inline-block;
    background: #5ba333;
    width: 20px;
    height: 20px;
    border-radius: 40px;
    font-size: 13px;
    line-height: 21px;
    color: #000;
    margin: 0 8px 0 0;
    text-align: center;
}
.phone {
    position: absolute;
    right: -60px;
    bottom: -40px;
    width: 200px;
    z-index: 1;
}
.about-box {
    max-width: 720px;
    text-align: center;
    margin: 0 auto;
}
.about-box p {
    color: #000000;
    font-size: 20px;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
    margin: 0 auto 20px;
    max-width: 620px;
}
.about-box p b {
    color: #000000;
    font-size: 20px;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 500;
    max-width: 720px;
}
.about-box h4 {
    color: #000000;
    font-size: 24px;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 500;
}
.about-box h3 {
    color: #000000;
    font-size: 50px;
    font-family: 'Arial',Arial,sans-serif;
    line-height: 1.25;
    font-weight: 700;
    opacity: 0.8;
}
.about-box ul {
    margin-bottom: 25px;
}
.about-box li {
    color: #000000;
        font-size: 20px;
        font-family: 'Roboto',Arial,sans-serif;
        line-height: 1.55;
        font-weight: 400;
        position: relative;
        margin: 10px auto;
}
.about-box li::before {
    content: "";
    width: 10px;
    height: 10px;
    position: relative;
    left: -10px;
    top: -2px;
    border-radius: 50%;
    background: #9bc783;
    display: inline-block;
}

.about-box span {
    margin: 0 auto 50px;
}
.about-box a {
    color: #fff;
    font-size: 14px;
    font-family: 'Arial',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 600;
    border-width: 1px;
    border-radius: 30px;
    background-color: #9bc783;
    transition: .4s;
    width: 200px;
    height: 55px;
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    z-index: 3;
    text-transform: uppercase;
    margin: 40px auto 0;
}
.about-box a:hover {
    background-color: #82ab6c;
    color: #fff;
}
.sec-12 {
    background: url(img/bg2.png) no-repeat center / cover;
}
.home-blog__frame {
    width: 320px;
    height: 220px;
    padding: 5px;
    min-width: 320px;
    background: url(img/frame.png) no-repeat center / cover;
}
.home-blog__frame img {
    border-radius: 20px;
    height: 100%;
	width: 100%;
}
.accLinks {
	    width: 180px;
        margin: 30px 0 -15px 15px;
    font-size: 16px;
    color: #000;
	transition: .4s;
    text-decoration: underline;
}
.accLinks:hover {
	opacity: 0.8;
	color: #000;
	text-decoration:none;
}
.home-blog > div {
    width: 900px;
    margin-top: 50px;
}
.sec-13 h3 {
    color: #000000;
    font-size: 40px;
    font-family: 'Arial',Arial,sans-serif;
    line-height: 1.25;
    font-weight: 700;
    text-align: center;
    margin: 0 auto 30px;
}
.home-blog a:hover h4 {
    text-decoration: underline;
}
.home-blog h5 {
    color: #9BC783;
    font-size: 14px;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.55;
    margin: 0 20px 10px;
    text-transform: uppercase;
    font-weight: 400;
}
.home-blog h4 {
    color: #000000;
    font-size: 20px;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.55;
    margin: 0 20px 0;
    text-transform: uppercase;
    font-weight: 600;
}
.home-blog span {
    color: #8e8e8e;
    font-size: 14px;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.55;
    margin: 7px 20px 15px;
    font-weight: 400;
    display: block;
}
.home-blog__descr {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.show-more::after {
    content: 'Показать ещё';
    color: #fff;
    font-size: 14px;
    font-family: 'Arial',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 600;
  }

.show-more.collapsed::after {
    content: 'Показать ещё';
    color: #fff;
    font-size: 14px;
    font-family: 'Arial',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 600;
  }
  
.show-more:not(.collapsed)::after {
    content: 'Скрыть';
    color: #fff;
    font-size: 14px;
    font-family: 'Arial',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 600;
  }
  .show-more {
    color: #fff;
    font-size: 14px;
    font-family: 'Arial',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 600;
    border-radius: 30px;
    background-color: #9bc783;
    border: 1px solid #9bc783;
    transition: .4s;
    width: 200px;
    height: 55px;
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    z-index: 3;
    text-transform: uppercase;
    margin: 40px auto 0;
}
.show-more:hover {
    background-color: #82ab6c;
    color: #fff;
}
footer h3 {
    color: #000000;
    font-size: 25px;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.25;
    font-weight: 600;
    margin: 0 auto 30px;
    text-align: center;
}
footer span {
    color: #000000;
    font-size: 30px;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.65;
    font-weight: 300;
    margin: 0 auto 5px;
    display: block;
    text-align: center;
}
footer h4 {
    color: #000000;
    font-size: 18px;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 300;
/*     text-align: center; */
	text-align: left;
    margin: 0 auto 20px;
}
footer p {
    color: #000000;
    font-size: 18px;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 300;
	text-align: left;
/*     text-align: center;
    margin: 0 auto 20px; */
}
footer p b {
    font-weight: 600;
}
footer small {
    color: #000000;
    font-size: 20px;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
    margin: 0 auto 7px;
    display: block;
    text-align: center;
}
footer img {
    margin: 0 auto 30px;
    display: block;
    text-align: center;
}
footer a {
    text-decoration: underline;
        color: #000000;
        font-size: 13px;
        font-family: 'Roboto',Arial,sans-serif;
        line-height: 1.55;
        font-weight: 300;
    text-align: left;
    display: table;
    margin: 0 0 7px;
        
}
footer a:hover {
    color: #000;
    text-decoration: underline;
}
footer {
    text-align: center;
}
.scroll-top {
    position: fixed;
    bottom: 10px;
    right: 55px;
    z-index: 5;
    
}
.close {
    z-index: 11111;
        position: fixed;
        top: 20px;
        right: 40px;
}
.modal-body {
    padding: 0;
}
.modal-inner h3 {
    font-size: 36px;
    line-height: 1.23;
    color: #000000;
    font-family: 'Roboto',Arial,sans-serif;
    text-align: center;
        font-weight: 600;
        margin: 30px auto 20px;
}
.modal-inner {
    padding: 0 45px 30px;
}
.modal-inner-2 h3{
    text-align: left;
    font-size: 30px;
}
.modal-inner span {
    font-family: 'PT Sans',Arial,sans-serif;
        font-weight: 600;
        color: #000;
        line-height: 1.17;
        font-size: 14px;
}
.modal-inner ul li {
    list-style-type: disc;
    margin: 10px 0 10px;
    font-weight: 700;
    font-size: 15px;
    font-family: 'Roboto';
    line-height: 1.55;
}
.modal-inner p {
    font-size: 15px;
    font-family: 'Roboto';
    line-height: 1.55;
}
.modal-inner small {
    font-size: 15px;
    font-family: 'Roboto';
    font-style: italic;
    line-height: 1.55;
    font-weight: 300;
    color: #000;
}
.modal1-inner h3 {
    font-size: 36px;
    line-height: 1.23;
    color: #000000;
    font-family: 'Roboto',Arial,sans-serif;
    text-align: center;
    font-weight: 600;
	margin: 30px auto 20px;}
.rule-name {
    text-align: left;
    font-size: 15px;
    font-family: 'PT Sans',Arial,sans-serif;
    font-weight: 600;
    color: #000;
    letter-spacing: 2.5px;
    margin: 40px 0 0 0;
    display: block;
}
.rule-link {
    font-family: 'Roboto';
        font-weight: 400;
        color: #222222;
}
.rule-link {
    color: #fff;
    font-size: 14px;
    font-family: 'Roboto';
        font-weight: 400;
        color: #222222;
    border-radius: 30px;
    background-color: #9bc783;
    border: 1px solid #9bc783;
    transition: .4s;
    width: 200px;
    height: 55px;
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    z-index: 3;
    margin: 40px auto 0;
}
.rule-link:hover {
    background-color: #82ab6c;
    color: #fff;
}
.modal {
overflow-y: auto;
}
.modal-inner-3 ul li{
    font-weight: 400;
}
.modal-inner-3 b,
.modal-inner-3 p {
    margin: 15px 0;
}
.modal-inner-3 strong {
    font-size: 15px;
    font-family: 'PT Sans',Arial,sans-serif;
    font-weight: 600;
    color: #000;
}
.modal-inner-3 span {
    font-size: 16px;
}
.modal-inner-3 a {
color: #fff;
    font-weight: 600;
	    font-size: 16px;
}
.modal .wpcf7-form.init label {
    width: 100%;
    font-family: 'PT Sans',Arial,sans-serif;
    font-weight: 300;
    color: #000;
    font-size: 20px;
    line-height: 1.55;
    padding-top: 20px;
}
.modal .wpcf7-form input {
    font-family: 'PT Sans',Arial,sans-serif;
    height: 60px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.33;
    width: 100%;
}
.modal .wpcf7-form-control.wpcf7-submit {
    color: #ffffff;
        background-color: #82ab6c;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border: none;
        width: 100%;
        height: 55px;
        margin-top: 20px;
        font-size: 16px;
        font-family: 'PT Sans',Arial,sans-serif;
        text-transform: uppercase;
        font-weight: 600;
        transition: .4s;
}
.modal .wpcf7-form-control.wpcf7-submit:hover {
    opacity: .7;
}
.modal-content {
    z-index: 99999;
}
.dark-navi li a {
    color: #202020 !important;
/*     font-weight: 500; */
    font-family: 'Roboto';
}
.dark-navi.info {
    color: #202020 !important;
}
.dark-navi .navbar-toggler span {
    background: #202020;
}
.s-1 {
    background: url(img/bg3.jpg) no-repeat center / cover;
}
.s-1-2 {
    background: url(img/bg4.jpg) no-repeat center / cover;
    background-position: top;
} 
.s-1-3 {
    background: url(img/bg5.jpg) no-repeat center / cover;
} 
.s-1-3 .just-green {
    padding: 230px 0 40px;
}
.s-1-4 {
    background: url(img/bg6.jpg) no-repeat center / cover;
}
.s-1-5 {
    background: url(img/bg7.jpg) no-repeat center / cover;
}
.s-1-6 {
    background: url(img/bg8.jpg) no-repeat center / cover;
    background-position: inherit;
}
.s-1-7 {
    background: url(img/bg9.jpg) no-repeat center / cover;
}
.s-1-8 {
    background: url(img/bg10.jpg) no-repeat center / cover;
}
.s-1-9 {
    background: url(img/bg11.jpg) no-repeat center / cover;
}
.just-green {
    background-image: -webkit-gradient( linear, left top, left bottom, from(rgba(127,171,103,0.5)), to(rgba(127,171,103,1)) );
        background-image: -webkit-linear-gradient(top, rgba(127,171,103,0.5), rgba(127,171,103,1));
        background-image: linear-gradient(to bottom, rgba(127,171,103,0.5), rgba(127,171,103,1));
        padding: 150px 0 40px;
}
.just-green__bottom {
    margin-top: 130px;
}
.just-green h1 {
    color: #000000;
    font-size: 48px;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.25;
    font-weight: 700;
}
.just-green h2 {
    color: #000000;
    font-size: 35px;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 500;
}
.just-green h3 {
    font-weight:700;
    color: #000000;
        font-size: 18px;
        font-family: 'Roboto',Arial,sans-serif;
        line-height: 1.55;
        margin: 20px 0 60px;
}
.just-green a {
    color: #ffffff;
    font-size: 18px;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 600;
    border-width: 1px;
    border-radius: 30px;
    background-color: #000000;
    width: 200px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;

}
.just-green a:hover {
    color: #fff;
    opacity: .8;
}
.just-green span {
    color: #000000;
    font-size: 16px;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.4;
    font-style: italic;
    font-weight:700;
    margin: 40px 0 20px;
}
.just-green__bottom span {
    color: #ffffff;
    font-size: 19px;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
    font-style: normal;
}
.just-green__bottom p {
    color: #ffffff;
    font-size: 18px;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
}

.just-green__bottom hr {
    width: 80%;
    border-top: 1px solid #fff;
    margin-bottom: -7px;
}
.s-2 {
    background: url(img/bg4.png) no-repeat center / cover;
}
.s-2 h3 {
    color: #000000;
        font-size: 42px;
        font-family: 'Arial',Arial,sans-serif;
        line-height: 1.3;
        font-weight: 600;
        margin: 0 auto 30px;
        text-align: center;
}
.cloud-item {
    position: relative;
    width: 550px;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cloud-item1 { 
    background: url(img/w1.png) no-repeat center / contain;
}
.cloud-item2 {
    background: url(img/w2.png) no-repeat center / contain;
    margin: 100px 0 -50px;
}
.cloud-item3 {
    background: url(img/w3.png) no-repeat center / contain;
}
.cloud-item4 {
    background: url(img/w1.png) no-repeat center / contain;
    margin: 100px 0 -50px;
}
.cloud-item5 {
    background: url(img/w3.png) no-repeat center / contain;
}
.cloud-item6 {
    background: url(img/w2.png) no-repeat center / contain;
    margin: 100px 0 -50px;
}
.cloud-item7 {
    background: url(img/w3.png) no-repeat center / contain;
}
.cloud-item8 {
    background: url(img/w1.png) no-repeat center / contain;
    margin: 100px 0 -50px;
}

.cloud-item p {
    max-width: 320px;
    color: #000000;
        font-size: 22px;
        font-family: 'Arial',Arial,sans-serif;
        line-height: 1.35;
        font-weight: 400;
}
.cloud-item1 img {
    width: 90px;
    position: absolute;
    left: 27px;
    transform: rotate(-11deg);
    top: 50px;
}
.cloud-item2 img {
    width: 100px;
    position: absolute;
    right: 65px;
    transform: rotate(15deg);
    top: 50px;
}
.cloud-item3 img {
    width: 90px;
    position: absolute;
    left: 15px;
    opacity: .7;
    transform: rotate(0deg);
    top: 50px;
}
.cloud-item4 img {
    width: 90px;
    position: absolute;
    left: 27px;
    transform: rotate(-11deg);
    top: 50px;
}
.cloud-item5 img {
    width: 100px;
    position: absolute;
    left: 19px;
    transform: rotate(-11deg);
    top: 50px;
}
.cloud-item6 img {
    width: 90px;
    position: absolute;
    right: 40px;
    opacity: .7;
    transform: rotate(0deg);
    top: 37px;
}
.cloud-item7 img {
    width: 90px;
    position: absolute;
    left: 15px;
    opacity: .7;
    transform: rotate(0deg);
    top: 50px;
}
.cloud-item8 img {
    width: 90px;
    position: absolute;
    left: 27px;
    transform: rotate(-11deg);
    top: 50px;
}

.cloud-item1 p {
    margin: -30px 0 0;
}
.prog-box {
    position: relative;
    width: 75%;
}
.hr2 {
    background-color: #e0dede;
    height: 1px;
    width: 100%;
    margin: 5px 0;
}
.prog-box h4 {
    color: #000000;
    font-size: 22px;
    font-family: 'Arial',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 700;
    margin: 20px 0 5px;
}
.prog-box li {
    position: relative;
    color: #000000;
        font-size: 18px;
        font-family: 'Arial',Arial,sans-serif;
        line-height: 1.55;
        font-weight: 400;
        
        margin: 15px 0 15px 20px;
        text-indent: -10px;

}
.prog-box li::before{
    content: "";
    width: 10px;
    height: 10px;
    position: relative;
    left: -10px;
    top: -2px;
    border-radius: 50%;
    background: #9bc783;
    display: inline-block;
}
.prog-box a {
    font-weight: 700;
    color: #000000;
        font-size: 18px;
        font-family: 'Arial',Arial,sans-serif;
        line-height: 1.55;
        background: #9BC783;
        margin: 10px 0 0;
        display: flex;
        width: fit-content;
}
.prog-box a:hover{
    color: #000000;
    text-decoration: underline;
}



.about-box li::before {
    content: "";
    width: 10px;
    height: 10px;
    position: relative;
    left: -10px;
    top: -2px;
    border-radius: 50%;
    background: #9bc783;
    display: inline-block;
}
.prog-lady1 {
    position: absolute;
    top: 0;
    right: 0;
}
.list-with-green {
    margin: 0 0 20px;
}
.form-sec {
    background: #F0F0F0;
}
.form-sec h4 {
    font-size: 24px;
    text-align: center;
    font-family: 'PT Sans',Arial,sans-serif;
    font-weight: 600;
    color: #000;
    line-height: 1.23;
    margin: 0 auto 20px;
}
.form-sec h5 {
    font-family: 'PT Sans',Arial,sans-serif;
    font-weight: 300;
    color: #000;
    line-height: 1.5;
    font-size: 18px;
    margin: 0 auto 40px;
    text-align: center;
}
.div-form .wpcf7-form > p {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.div-form .wpcf7-form input {
    color: #000000;
    border: 1px solid #9bc783;
    margin: 0;
    font-family: 'PT Sans',Arial,sans-serif;
    font-size: 100%;
    height: 60px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.33;
    width: 260px;
    transition: .3s;
}
.div-form .wpcf7-form .wpcf7-form-control.wpcf7-submit {
    background: #9bc783;
    font-weight: 700;
}
.div-form .wpcf7-form .wpcf7-form-control.wpcf7-submit:hover {
    opacity: .7;
}
.single-topbar {
    padding: 75px 0 30px;
}
.topbar {
    background-color: #f6f6f6;
    border: 1px solid #d2d3d4;
    height: 85px;
}
.topbar > div {
    width: 100%;
    height: 100%;
    background: url(img/topbar.png) no-repeat center / cover;
}
.topbar h3 {
    color: #000000;
    font-size: 20px;
    font-family: 'PT Sans',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 600;
    margin: 0;
}
.topbar a {
    color: #000000;
    font-size: 16px;
    font-family: 'PT Sans',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
    margin: 0 0 0 20px;
}
.topbar a img {
    margin: 0 5px;
    width: 12px;
}
.topbar a:last-child img  {
    margin: 0 0 0 5px;
}
.single-header h1 {
    color: #87b36f;
    font-size: 22px;
    font-family: 'PT Sans',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 600;
    margin: 20px 0;
}
.hr3 {
    width: 100%;
    height: 1px;
    background: #E0DEDE;
    margin: 0 0 10px;
    display: block;
}
.single-header .lady-s-1 {
    top: 0;
    right: 12px;
    height: 100%;
    z-index: -1;
}
.veb-block {
    border: 2px solid #616161;
}
.veb-header h4 {
    color: #000000;
    font-size: 19px;
    font-family: 'PT Sans',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 600;
    margin: 0;
}
.veb-header {
    background: #9BC783;
    padding: 15px 10px 15px 15px;
}
.single-content {
    width: 65%;
    padding-right: 30px;
}
.single-sidebar {
    width: 35%;
}
.single-header .container > div {
    width: 65%;
}
.nav-cust {
	margin-top: 0px;
}
.header-cust {
	    background: #fff;
}
.header-cust .info {
    color: #000;
	    padding: 1px 0 3px;
}
.veb-content li {
    font-weight: 700;
    color: #000000;
    font-size: 15px;
    font-family: 'PT Sans',Arial,sans-serif;
    line-height: 1.55;
}
.veb-content li a:hover {
    text-decoration: underline;
}
.veb-content li a b {
    font-weight: 400;
}
.veb-content li span {
    color: #000000;
    font-size: 13px;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 600;
    width: 18px;
    min-width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 12px 0 0;
    background: #9BC783;
    border-radius: 50%;
}
.veb-content li {
    margin: 0 0 8px 0;
    display: flex;
        align-items: baseline;
}
.veb-content {
    padding: 20px 15px 10px;
    background: #fff;
}
.p1 {
    color: #000000;
        font-size: 18px;
        font-family: 'PT Sans',Arial,sans-serif;
        line-height: 1.55;
        font-weight: 700;
        margin: 25px 0 20px;
}
.single-content p {
    color: #000000;
        font-size: 18px;
        font-family: 'PT Sans',Arial,sans-serif;
        line-height: 1.55;
        font-weight: 400;
        margin: 0 0 15px;
}
.single-content small {
color: #000000;
font-size: 12px;
font-family: 'PT Sans',Arial,sans-serif;
line-height: 1.55;
font-weight: 400;
font-style: italic;
margin: 0 0 15px;
display: block;
}
.single-content .p2 {
    font-weight: 700;
    font-style: italic;
    color: #000000;
    font-size: 15px;
    font-family: 'PT Sans',Arial,sans-serif;
    line-height: 1.55;
    margin: 0 0 15px;
}
.big-green {
    position: relative;
    margin: 0 0 5px !important;
}
.big-green::before {
    content: "";
    position: absolute;
    left: -23px;
    width: 13px;
    height: 13px;
    background: #9BC783;
    display: block;
    border-radius: 50%;
    top: 7px;
}
.single-bottom {
	display: none;
}
.notHome .sec2 h3 {
	font-size: 34px;
}

.inner {
    border: 2px solid #9BC783;
    margin: 40px 0 0;
    padding: 0 0 10px 20px;
    position: relative;
}
.inner h5 {
    color: #000000;
    font-size: 18px;
    font-family: 'PT Sans',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 20px;
}
.inner img {
    position: static;
    right: 0;
    top: 0;
    max-width: 200px;
    float: right;
    padding: 0 0 20px 20px;
}
.inner p {
    color: #000000;
    font-size: 18px;
    font-family: 'PT Sans',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
    margin-bottom: 10px;
}
.inner::before {
    content: "";
    position: absolute;
    top: -25px;
    left: -45px;
    width: 60px;
    height: 60px;
    background: url(img/accent.png) no-repeat center / cover;
}
.lady-s-2 {
    position: absolute;
    bottom: 50%;
    right: -400px;
    max-height: 100%;
    z-index: -1;
}
.p1 a {
    color: #000;
}
.p1 a:hover {
    text-decoration: underline;
}
.p3 {
    color: #000000;
    font-size: 18px;
    font-family: 'PT Sans',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
    margin: 0 0 15px;
    display: flex;
        align-items: baseline;
}
.p3 span {
    background: #9BC783;
    width: 27px;
    min-width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-size: 15px;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 700;
    border-radius: 50%;
    margin: 0 10px 0 0;
}
.p3 p {
    margin: 0;
}
.p4 {
    color: #000000;
    font-size: 18px;
    font-family: 'PT Sans',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
}
.p4 a {
    color: #000000;
    text-decoration: underline;
}
.p4 a:hover {
    text-decoration: underline;
    color: #000;
}
.single-header h6 {
    color: #000000;
        font-size: 18px;
        font-family: 'PT Sans',Arial,sans-serif;
        line-height: 1.55;
        font-weight: 400;
        margin: -20px 0 20px 0;
}
.sticky-top {
    top: 130px;
}
.single-content i {
    color: #000000;
        font-size: 18px;
        font-family: 'PT Sans',Arial,sans-serif;
        line-height: 1.55;
        font-weight: 400;
        margin: 0 0 15px;
        display: block;
}
.single-header h5 {
    margin: -10px 0 20px;
        font-style: italic;
        font-weight: 600;
}
.home-blog > div a {
    display: flex;
        flex-direction: row;
}
/* header .navbar-nav .nav-item:nth-child(1) .nav-link,
header .navbar-nav .nav-item:nth-child(2) .nav-link,
header .navbar-nav .nav-item:nth-child(3) .nav-link,
header .navbar-nav .nav-item:nth-child(4) .nav-link {
    color: #9BC783;
} */
.p5 {
    color: #000000;
    font-size: 19px;
    font-family: 'PT Sans',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 700;
    margin: 20px 0;
}
.home-blog__descr p {
    color: #000000;
    font-size: 17px;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
    margin: 0 20px 0 20px;
}
.p6 {
    font-style: italic;
    font-size: 15px;
    font-family: 'Roboto',Arial,sans-serif;
    display: block;
    margin: -15px 0 20px 0;
}
.d-flex.gall a:last-child img {
    height: 273px;
}
.single-content2 a {
    background: #9BC783;
}
.p7 {
    background: #DDDCDE;
    display: inline;
}
.p8 {
    margin-top: 20px;
    background: #9BC783;
}
.post-sec {
    padding: 75px 0 50px;
}
.post-sec-in {
    padding: 50px 0 50px;
    background: url(img/rbg.jpg);
}
.post-sec h2 {
    color: #83AF6B;font-weight: 400;
    font-size: 27px;
    margin: 0 0 20px;font-family: 'PT Sans',Arial,sans-serif;
}
.post-sec h3 {
    color: #83AF6B;
        margin: 0 0 20px;font-weight: 400;
        font-size: 23px;font-family: 'PT Sans',Arial,sans-serif;
}
.post-sec p {
font-size: 18px;
font-family: 'PT Sans',Arial,sans-serif;
line-height: 1.55;
font-weight: 400;
}
.post-sec img {
    margin: 0 30px 0 0;
}
.post-sec a {
    background: transparent;
    border: 1px solid #83AF6B;
    color: #83AF6B;
    border-radius: 25px;
    padding: 10px 27px;
    margin: 25px 0 0;
    display: inline-block;
    transition: .4s;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}
.post-sec a:hover {
    background: #83AF6B;
    color: #fff;
}
.post-box {
    border-top: 2px solid #ebebeb;
}
.post-box-noborder {
    border: none;
}
.error-page {
    padding: 100px 0;
    text-align: center;
    flex-direction: column;
    background: url(img/rbg.jpg);
}
#contenter {
    padding: 75px 0 40px;
}
.error-page a {
    color: #83AF6B;
    font-size: 18px;
}
.accordion .btn-header-link span {
	position: relative;
	padding-left: 10px;
}
.accordion .btn-header-link span::before {
	content:"–";
    position: absolute;
    top: -4px;
    left: -15px;
    font-size: 22px;
    color: #111;
    transition: .4s;
    font-family: 'Roboto',Arial,sans-serif;
}
.accordion {
	    border: 1px solid #66a038 !important;
    border-radius: 8px;
	width: 97%;
    margin: 0 auto;
}
.accordion .card-body img {
    float: left;
    width: 160px;
    position: relative;
    left: -35px;
    z-index: 1;
}
.accordion .card {
	border: none !important;
}
.accordion .card:first-child {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.veb-content a {
	color: #111;
	text-decoration: none;
	transition:.4s;
}
.veb-content a:hover {
	color: #111;
	opacity: .8;
	text-decoration: none;
}
.accordion .card:last-child {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.accordion .btn-header-link.collapsed span::before {
		content:"+";
    position: absolute;
    top: -6px;
    left: -15px;
    font-size: 22px;
    color: #fff;
    transition: .4s;
    font-family: 'Roboto',Arial,sans-serif;
}
.accordion .card-header {
	padding: 0;
	border-radius: 0 !important;
	background-color: transparent;
	border: none !important;
}
.accordion .btn-header-link {
    background: #fff;
    padding: 10px 20px 10px 35px;
    width: 100%;
    text-align: left;
    font-size: 18px;
	transition: .4s;
	border-radius: 0 !important;
	    border-bottom: 1px solid #eee;
}
.green-container {
	background: #9bc783;
}
.green-container h3 {
	color: #fff;
}
.accordion .btn-header-link:active,
.accordion .btn-header-link:focus {
	outline:none;
	box-shadow: none;
}
.accordion .btn-header-link.collapsed {
	font-size: 18px;
	border-radius: 0 !important;
	font-family: 'Roboto',Arial,sans-serif;
	color:#fff;
	transition: .4s;
	background: rgb(132,179,95);
background: -moz-linear-gradient(180deg, rgba(132,179,95,1) 0%, rgba(111,172,62,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(132,179,95,1) 0%, rgba(111,172,62,1) 100%);
background: linear-gradient(180deg, rgba(132,179,95,1) 0%, rgba(111,172,62,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#84b35f",endColorstr="#6fac3e",GradientType=1);
}
.accordion .btn-header-link.collapsed:hover {
	transition: .4s;
	background: rgb(132,179,95);
background: -moz-linear-gradient(180deg, rgba(132,179,95,1) 0%, rgba(102,160,56,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(132,179,95,1) 0%, rgba(102,160,56,1) 100%);
background: linear-gradient(180deg, rgba(132,179,95,1) 0%, rgba(102,160,56,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#84b35f",endColorstr="#66a038",GradientType=1);
}

.card-body ul li span {
    display: flex;
    padding-left: 20px;
    line-height: 1.6;
    font-size: 14px;
}
.accordion .btn-header-link.collapsed span br {
	display:none;
}
.accordion .btn-header-link span br {
	display: block;
}
.accordion .btn-header-link.collapsed span b {
	margin-left: 5px;
}
.accordion .btn-header-link span b {
	font-weight: 500;
    margin-left: 10px;
}

    
.card-body ul li {
font-size: 14px;
    list-style-type: disc;
    position: relative;
    z-index: 2;
}
.card-body ul {
    line-height: 1.6;
    padding-left: 40px;
    list-style-type: disc;
}
.accordion-button {
    color: #fff;
    font-size: 17px;
    display: flex;
    width: 150px;
    height: 42px;
    font-weight: 400;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    line-height: 1.55;
    border-width: 1px;
    border-radius: 30px;
	background-color:#78af4c;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: .4s;
margin: 25px 0 10px 22px;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 20%);
	position: relative;
}
.card-body ul li.accordion-button-link {
color: #78af4c;
    font-size: 13px;
    list-style-type: disc;
    margin-top: 15px;
}
.accordion-button:hover {
	    opacity: .8;
	color: #fff;
    text-decoration: none;
}
.accdate {
    width: 130px;
    height: 120px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    box-shadow: 0px 0px 10px 9px rgb(68 87 69 / 15%);
    background: #f3f3f3;
    position: relative;
    margin: 0 20px 30px;
	    display: none;
}
.sec2 {
	padding-top: 1px;
}
.accdate span {
	border-bottom: 2px solid #66a038;
    display: block;
    margin-bottom: 10px;
}
.accordion .card-body > div:first-child {
	width: 82%;
}
.accordion .card-body > div:last-child {
	width: 15%;
}

.sec-5 .about-txt {
    position: absolute;
    z-index: 2;
}

.sec-5 .icon {
    position: absolute;
}
.sec-5 .icon-1 {
    width: 36px;
    height: 36px;
    top: 20px;
    right: -50px;
}
.sec-5 .icon-2 {
    width: 45px;
    height: 45px;
    top: 10px;
    right: -56px;
    transform: rotate(180deg);
}
.sec-5 .icon-3 {
    width: 48px;
    height: 48px;
    top: 0px;
    right: -60px;
}
.sec-5 .icon-4 {
    width: 25px;
    height: 55px;
    top: 0px;
    left: -45px;
}
.sec-5 .icon-5 {
    width: 45px;
    height: 45px;
    top: 10px;
    left: -56px;
}
.sec-5 .icon-6 {
    width: 33px;
    height: 33px;
    top: 0px;
    left: -50px;
}
.sec-5 .green-btn {
    color: #000;
    font-size: 17px;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 500;
    border-width: 1px;
    border-radius: 30px;
    background-color: #9bc783;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.4);
    transition: .4s;
    margin: 110px auto 0;
    width: 300px;
    height: 55px;
    display: flex;
    cursor: pointer;
    position: relative;
    z-index: 2;
    justify-content: center;
    align-items: center;
}
.sec-5 .green-btn:hover {
background-color: #90ba79;
color: #000;
}

.modal-inner p.sd1 {
    font-size: 14px;
    font-family: 'Roboto';
	text-align: center;
    line-height: 1.55;
    margin-bottom: 15px;
}
.modal-inner h3.sd0 {
	font-size: 22px;
}
.prot .modal-dialog p.m1 {
	position: relative;
	text-indent: 18px;
}
.prot .modal-dialog p b {
	font-style: italic;
}
.prot .modal-dialog p.m1::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 40px;
    background: #86ad71;
	
}
.prot .modal-dialog p.m2 {
	text-align:center;
	font-weight:600;
	font-size: 16px;
}
.prot .modal-dialog p.m4 {
	font-weight:600;
	font-size: 16px;
}
.prot .modal-dialog .m3 {
    display: inline-block;
    background: #9BC783;
    width: 20px;
    height: 20px;
    border-radius: 40px;
    font-size: 13px;
    line-height: 21px;
    color: #000;
    margin: 0 8px 0 0;
    text-align: center;
}
.prot .modal-dialog .inners {
border: 2px solid #9BC783;
    margin: 25px 0px 10px;
    padding: 20px;
    position: relative;
}
.prot .modal-dialog .inners::before {
    content: "";
    position: absolute;
	top: -18px;
    left: -16px;
    width: 40px;
    height: 40px;
    background: url(https://materinstvo.life/wp-content/uploads/2023/01/accent.png) no-repeat center / cover;
}
.prot .modal-dialog .m5 {
	padding-left: 20px;
}
.prot .modal-dialog .m6:hover {
	text-decoration:underline;
}
.prot .modal-dialog p.m1::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 40px;
    background: #86ad71;
}

.sp-text{
	color: #78b159;
	font-size: 13px !important;}

.ras-flex-4 {
    justify-content: center;
    display: flex;
	    flex-direction: column;
}
.ras-flex-4 > div {
    text-align: center;
    margin-bottom: 20px !important;
    border-radius: 25px;
    width: 100%;
    box-shadow: 0 0 4px 3px #79b24c5e;
    background: #fff;
}
.ras-title {
    padding: 10px;
    background: #79b24c;
    color: #fff;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    font-weight: 600;
    font-size: 16px;
}
.ras-flex-4 .ras-body {
padding: 0px 5px 25px 5px;
    display: flex;
    justify-content: center;
    color: #79b24c !important;
    align-items: center;
	flex-direction: column;
}
.ras-flex-4 h5 {
    color: #000 !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    text-decoration: underline;
	    margin-top: 20px;
}
.ras-flex-4 .ras-body > div {
/*     width: 65%; */
	width: 85%;
}
.ras-b2 {
    font-size: 16px;
    margin-top: 11px;
    margin-bottom: 3px;
}
.ras-b1 {
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #000;
}
.rasdescr {
	color: #78b159;
    font-size: 13px !important;
	    font-family: 'Roboto';
    line-height: 1.55;
}
.ras-b {
	display: flex;
    justify-content: space-between;
}
.ras-p1 {
        margin: 5px auto 3px !important;
    font-weight: 400;
    font-size: 17px;
	color: #000;
}
.ras-p2 {
    margin-bottom: 0 !important;
	font-size: 16px;
	    color: #000;
}
.rasf {
    width: 100%;
    flex-direction: column;
}
.modal-inner-22 h3 {
	text-align: center;
}


.about-txt {
    position: absolute;
    z-index: 2;
}
.about-txt h5 {
    color: #78b159;
    font-size: 15px;
    font-family: 'Arial',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 700;
    opacity: 0.85;
}
.n1 {
	position: absolute;
    right: -65px;
    width: 50px;
    top: 15px;
}
.n2 {
	position: absolute;
    right: -60px;
    width: 50px;
    top: 15px;
}
.n3 {
	position: absolute;
    right: -60px;
    width: 50px;
    top: 15px;
}
.n4 {
	position: absolute;
    left: -65px;
    width: 50px;
    top: 15px;
}
.n5 {
	position: absolute;
    left: -65px;
    width: 50px;
    top: 22px;
}
.n6 {
	position: absolute;
    left: -65px;
    width: 50px;
    top: 15px;
}

.aboutLink {
	color: #000000;
    font-size: 14px;
    font-family: 'Arial',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
    opacity: 0.85;
}

.aboutLink span {
	color: #000000;
    font-size: 14px;
    font-family: 'Arial',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
    opacity: 0.85;
	text-decoration:underline;
}
.aboutLink:hover span {
	text-decoration: none;
	color: #000000;
	opacity: 1;
}
.about-txt p {
    color: #000000;
    font-size: 16px;
    font-family: 'Arial',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
    opacity: 0.95;
}
.about-txt__1 {
top: 80px;
    left: 60px;
    text-align: right;
}
.about-txt__2 {
top: 240px;
    left: 14px;
    text-align: right;
}
.about-txt__3 {
    top: 390px;
    left: 40px;
    text-align: right;
}

.about-txt__4 {
    top: 80px;
    right: 70px;
}
.about-txt__5 {
    top: 224px;
    right: 20px;
}
.about-txt__6 {
    top: 390px;
    right: 20px;
}
.galls h3 {
    color: #000000;
    font-size: 42px;
    font-family: 'Arial',Arial,sans-serif;
    line-height: 1.25;
    font-weight: 700;
    opacity: 0.8;
    margin: 0 auto 30px;
    text-align: center;
}
.gallbox > a {
	width: 25%;
}
.gallbox div {
	width: 280px;
	height: 280px;
	border-radius: 5px;

}
.gallbox {
	margin-bottom: 4px;
	justify-content: space-between;
}
.contFlex {
	    display: flex;
    justify-content: space-between;
	    margin-top: 60px;
}
.contImg {
	    background: url(https://materinstvo.od.ua/wp-content/uploads/2023/05/photo_2023-05-08_12-49-25.jpg) no-repeat center/cover;
    width: 50%;
    height: auto;
}
.cont1 {
	    text-align: left;
    margin-bottom: 20px;
	    color: #000000;
    font-size: 18px;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 300;
}
.contInfo {
padding: 35px 0 35px 30px;
}
#rasp1 .ras-b22 {
	display: none;
}
footer#contacts h3 {
	    color: #000000;
    font-size: 40px;
    font-family: 'Arial',Arial,sans-serif;
    line-height: 1.25;
    font-weight: 700;
    text-align: center;
    margin: 0 auto 30px;
}
footer iframe {
	margin-bottom: -10px;
}
.foo-green-txt {
	color:#9BC783 !important;
}
.f-size-big{
	font-size:30px  !important;
}
.about-flex-mob {
	display: none;
}
.sec-9 > .container {
    margin: 100px auto -35px;
}


.main-box h2 {
    color: #9bc783;
    font-size: 60px;
    line-height: 1.05;
    font-weight: 400;
    margin-top: 5px;
    transform: translateX(1px);
}
.main-box h3 {
    color: #87b071;
    font-size: 22px;
    line-height: 1.5;
    font-weight: 400;
    margin: 15px 0 0;
}
.main-box hr {
    width: 400px;
    display: inline-block;
    height: 1px;
    background: #87b071;
    margin: 30px 0 10px;
    border: none;
}
body .owl-carousel .owl-item img {
    display: block;
    width: 60px;
	    border-radius: 10px;
    margin: 0 auto;
}
.owl-carousel .owl-item span {
    font-weight: 700;
    color: #222;
    text-align: center;
    margin: 30px auto;
    font-size: 18px;
}
.owl-carousel .owl-item b {
	font-weight: 500;
	color:#222;
	text-align: center;
}
.owl-carousel .owl-item p {
	font-weight: 400;
	color:#222;
	text-align: center;
}
body .owl-carousel button.owl-dot {
    background-color: #6DAB3C;
    width: 10px;
    height: 10px;
    margin: 0 6px;
    opacity: 0.7;
	border-radius: 3px;
	transition:.3s;
}
.owl-carousel button.owl-dot:hover {
	opacity: 0.85;
}
.owl-carousel button.owl-dot.active {
	opacity: 1;
}
.owl-dots {
	text-align: center;
    margin: 20px auto 0;
}
.rev h3 {
    color: #000;
    font-size: 42px;
    font-family: 'Arial',Arial,sans-serif;
    line-height: 1.25;
    font-weight: 700;
    opacity: 0.8;
    text-align: center;
margin: -130px auto 50px;
}
.green-label {
	width: 100%;
	height: 40px;
	background: #9BC783;
	margin: -10px auto 40px;
	box-shadow: 0px 0px 20px 18px rgb(68 87 69 / 15%);
}
.main-box-const.main-box h1 {
	    font-size: 80px;
}
.about-flex {
		display:flex !important;
	}
	.about-flex.about-flex-mob {
		display:none !important;
	}
.about-br-mob {
	display:none;
}