@font-face {
    font-family: 'Berlin Sans FB';
    src: url('../fonts/BerlinSansFB-Bold.woff2') format('woff2'),
        url('../fonts/BerlinSansFB-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Berlin Sans FBDemi Bold';
    src: url('../fonts/BerlinSansFBDemi-Bold.woff2') format('woff2'),
        url('../fonts/BerlinSansFBDemi-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Berlin Sans Regular';
    src: url('../fonts/BerlinSansFB-Reg.woff2') format('woff2'),
        url('../fonts/BerlinSansFB-Reg.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body {
    /* content: ""; */
    /* position: absolute; */
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: -2;
    background-image: url(../images/white-paper.jpg);
    /* -webkit-filter: opacity(0.5); */
            /* filter: opacity(0.5); */
}
.bg-blue{
	background-color: #99b829!important;
}
.navbar{
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	display: none;
}
.flex-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    margin: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.logo-block-wrapper{
    position: relative;
}
.logo-modal-wrapper{
	width: 150px;
    height: 150px;
    position: fixed;
    top: 30px;
    z-index: 9;
    left: 50px;
    background: #fff;
    border-radius: 50%;
}
.logo-block{
	width: 500px;
	height: 500px;
    position: relative;
}
.border-green{
    border: 13px solid #8cc63e;
    border-radius: 50%;
    overflow: hidden;
    padding: 70px;
}
@-webkit-keyframes slideInLeftLogo {
    0% {
        -webkit-transform: translate3d(-150%,0,0);
        transform: translate3d(-150%,0,0);
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
@keyframes slideInLeftLogo {
    0% {
        -webkit-transform: translate3d(-150%,0,0);
        transform: translate3d(-150%,0,0);
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
.animate__slideInLeftLogo {
    -webkit-animation-name: slideInLeftLogo;
    animation-name: slideInLeftLogo;
}
.strelica{
    background-size: cover;
    position: absolute;
}
.strelica-1{
    background: url(../images/strelica-1.png) no-repeat;
    top: -13px;
    right: 26px;
	width: 72px;
    height: 82px;
	background-size: contain;
}
.strelica-2{
    background: url(../images/strelica-2.png) no-repeat;
    top: 147px;
    right: -83px;
    width: 96px;
	height: 48px;
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
	background-size: contain;
}
.strelica-3{
    background: url(../images/strelica-3.png) no-repeat;
    bottom: -23px;
    right: 44px;
    width: 100px;
    height: 48px;
    -webkit-animation-delay: 2.8s;
    animation-delay: 2.8s;
	background-size: contain;
}
.strelica-4{
    background: url(../images/strelica-4.png) no-repeat;
    bottom: -96px;
    right: 214px;
    width: 44px;
    height: 97px;
    -webkit-animation-delay: 3.1s;
    animation-delay: 3.1s;
	background-size: contain;
}
.strelica-5{
    background: url(../images/strelica-5.png) no-repeat;
    bottom: -20px;
    left: 54px;
    width: 83px;
    height: 48px;
    -webkit-animation-delay: 3.3s;
    animation-delay: 3.3s;
	background-size: contain;
}
.strelica-6{
    background: url(../images/strelica-6.png) no-repeat;
    bottom: 190px;
    left: -93px;
    width: 97px;
    height: 43px;
    -webkit-animation-delay: 3.6s;
    animation-delay: 3.6s;
	background-size: contain;
}
.strelica-7{
    background: url(../images/strelica-7.png) no-repeat;
    top: 50px;
    left: -33px;
    width: 83px;
    height: 51px;
    -webkit-animation-delay: 3.9s;
    animation-delay: 3.9s;
	background-size: contain;
}
.strelica-8{
    background: url(../images/strelica-8.png) no-repeat;
    top: -90px;
    left: 173px;
    width: 45px;
    height: 97px;
    -webkit-animation-delay: 4.2s;
    animation-delay: 4.2s;
	background-size: contain;
}
.tree-title{
    position: relative;
}
.tree-title.first{
    top: -35px;
    left: 75px;
}
.tree-title.second{
    top: -5px;
    left: 110px;
}
.tree-title.third{
    top: 12px;
    left: 110px;
}
.tree-title.fourth{
    top: 99px;
    left: -50px;
}
.tree-title.fifth{
    top: 14px;
    left: -195px;
}
.tree-title.sixth{
    top: 12px;
    left: -155px;
}
.tree-title.seventh{
    top: 8px;
    left: -125px;
}
.tree-title.eight{
    top: -30px;
    left: -115px;
}
.plus-icon-wrapper{
    background: #99b829;
    display: inline-block;
    height: 25px;
    right: -132px;
    margin: 0;
    position: absolute;
    text-indent: -9999px;
    top: -31px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 25px;
    cursor: pointer;
}
.plus-icon-wrapper.icon-2{
    right: -185px;
    top: -5px;
}
.plus-icon-wrapper.icon-3{
    right: -193px;
    top: 14px;
}
.plus-icon-wrapper.icon-4{
    right: -89px;
    top: 100px;
}
.plus-icon-wrapper.icon-5{
    right: 290px;
    top: 15px;
}
.plus-icon-wrapper.icon-6{
    left: -190px;
    top: 15px;
}
.plus-icon-wrapper.icon-7{
    left: -160px;
    top: 10px;
}
.plus-icon-wrapper.icon-8{
    right: -116px;
    top: -30px;
}
.icon:before{
    height: 3px;
    margin: -1.5px 0 0 -6.5px;
    width: 13px;
}
.icon:after{
    height: 13px;
    margin: -6.5px 0 0 -1.5px;
    width: 3px;
}
.plus-icon-wrapper:after, .plus-icon-wrapper:before {
    background-color: #fff;
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
}
.plus-icon-wrapper{
    border-radius: 50%;
    margin: 0;
    -webkit-box-shadow: 0 0 0 0 rgb(153 184 41);
            box-shadow: 0 0 0 0 rgb(153 184 41);
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-animation: pulse-black 2s infinite;
            animation: pulse-black 2s infinite;
    z-index: -1;
}
@-webkit-keyframes pulse-black {
	0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		-webkit-box-shadow: 0 0 0 0 rgb(153 184 41 / 0.7);
		        box-shadow: 0 0 0 0 rgb(153 184 41 / 0.7);
	}

	70% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		-webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
		        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}

	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
		        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}
@-webkit-keyframes pulse-orange {
	0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		-webkit-box-shadow: 0 0 0 0 rgb(255 95 1 / 0.7);
		        box-shadow: 0 0 0 0 rgb(255 95 1 / 0.7);
	}

	70% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		-webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
		        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}

	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
		        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}
@keyframes pulse-orange {
	0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		-webkit-box-shadow: 0 0 0 0 rgb(255 95 1 / 0.7);
		        box-shadow: 0 0 0 0 rgb(255 95 1 / 0.7);
	}

	70% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		-webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
		        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}

	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
		        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}
.submenu-list{
    width: 300px;
    position: absolute;
    margin: 0;
    top: 0px;
    left: 100px;
}
.submenu-list p{
    margin: 0;
}

/*------------------------------
    Main Components
-------------------------------*/
header {
    position: relative;
    height: 160px;
    line-height: 160px;
}
header h1 {
    font-size: 2.4rem;
    text-align: center;
}
@media only screen and (min-width: 1170px) {
    header {
        height: 240px;
        line-height: 240px;
    }
    header h1 {
        font-size: 3.2rem;
        font-weight: 300;
    }
}

.cd-section {
    text-align: center;
}
.cd-section p {
    margin: 0;
    line-height: 1.6;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.cd-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
    -o-transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
    transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
}
.cd-modal .cd-modal-content {
    height: 100%;
    width: 100%;
    padding: 3em 5%;
    text-align: left;
    overflow-y: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
#submenu-list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
#submenu-list h1{
	text-shadow: 0 2px 2px #000;
	font-family: 'PT Sans', sans-serif;
	text-align: center;
	font-weight: 600;
	color: #ff9f00;
}
#submenu-list h2{
	color: #fff;
	padding: 10px 0;
	text-shadow: 0 2px 2px #000;
	font-size: 45px;
	margin: 0;
	position: relative;
	cursor: pointer;
	font-family: 'PT Sans', sans-serif;
}
#submenu-list h2:after{
	content: "";
    width: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    -webkit-transition: .3s all;
		 -o-transition: .3s all;
			transition: .3s all;
	background: #fff;
	-webkit-box-shadow: 0 2px 3px 0px #000;
			box-shadow: 0 1px 3px 0px #000;
}
#submenu-list h2:before {
    content: "";
    position: absolute;
    background-image: url(../images/list-shadow.png);
    height: 28px;
    width: 30px;
    left: -45px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
#submenu-list h2:hover::after{
	content: "";
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: .3s all;
		 -o-transition: .3s all;
			transition: .3s all;
    height: 3px;
    background: #fff;
	-webkit-box-shadow: 0 2px 3px 0px #000;
			box-shadow: 0 1px 3px 0px #000;
}
#submenu-content h1{
	font-family: 'PT Sans', sans-serif;
    margin-bottom: 25px;
	text-transform: uppercase;
	text-shadow: 0 2px 2px #000;
	text-align: center;
}
#submenu-content p,
#submenu-content li{
	font-family: 'PT Sans', sans-serif;
	font-size: 19px;
	color: #fff;
}
#submenu-content li{
	line-height: 2;
}
#submenu-content img{
	border-radius: 5px;
}
.cd-modal p {
    color: #ffffff;
}
.tree-title{
	cursor: pointer;
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
	display: inline-block;
    padding: 0px 0 8px 0;
}
.tree-title:after{
    content: "";
    position: absolute;
    width: 100%;
    bottom: 5px;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    left: 0;
    height: 4px;
    background: #00ffff00;
}
.tree-title:hover:after{
    bottom: 0;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    z-index: 9;
    background: #ff5f01;
}
.tree-title.hover:after{
	background: #ff5f01;
	bottom: 0;
}
.tree-title.second:after,
.tree-title.eight:after{
	bottom: 8px;
}
.tree-title.second:hover:after,
.tree-title.eight:hover:after{
	bottom: 3px;
}
.tree-title.second.hover:after,
.tree-title.eight.hover:after{
	background: #ff5f01;
	bottom: 3px;
}
.modal-is-visible .cd-modal {
    z-index: 1;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
    -o-transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
    transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
}
.cd-modal:after{
	content:"";
	position: absolute;
	top: 0;
	bottom:0;
	left: 0;
	width: 100%;
	background-image: url('../images/bg-3.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	z-index: -1;
	-webkit-filter: brightness(0.6);
	        filter: brightness(0.6);
}
.modal-is-visible .cd-modal .cd-modal-content {
    -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 768px) {
    .cd-modal .cd-modal-content {
        padding: 4em 10%;
    }
}
@media only screen and (min-width: 1170px) {
    .cd-modal .cd-modal-content {
        padding: 6em 20%;
    }
}
.cd-modal-action {
    position: relative;
}
.cd-modal-action .btn, .cd-modal-action .cd-modal-bg {
    display: inline-block;
    height: 4em;
    background-color: #f1f1f1;
}
.cd-modal-action .btn {
    width: 12.5em;
    border-radius: 5em;
    color: #ffffff;
    line-height: 4em;
    white-space: nowrap;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: color 0.2s 0.3s, width 0.3s 0s;
    -o-transition: color 0.2s 0.3s, width 0.3s 0s;
    transition: color 0.2s 0.3s, width 0.3s 0s;
}
.cd-modal-action .btn.to-circle {
    width: 4em;
    color: transparent;
    -webkit-transition: color 0.2s 0s, width 0.3s 0.2s;
    -o-transition: color 0.2s 0s, width 0.3s 0.2s;
    transition: color 0.2s 0s, width 0.3s 0.2s;
}
.cd-modal-action .cd-modal-bg {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    width: 4em;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translateX(-2em);
    -ms-transform: translateX(-2em);
    transform: translateX(-2em);
    -webkit-transition: visibility 0s 0.5s;
    -o-transition: visibility 0s 0.5s;
    transition: visibility 0s 0.5s;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.cd-modal-action .cd-modal-bg.is-visible {
    opacity: 1;
    visibility: visible;
}
.modal-btn{
	position: fixed;
    z-index: 1;
    top: 20px;
	height: 50px;
    width: 50px;
	border-radius: 50%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    opacity: 0;
   
}
.cd-modal-close {
    right: 5%;
	background: rgba(0, 0, 0, 0.3) url(../images/cancel.svg) no-repeat center center;
    background-size: 25px 25px;
	 -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
    -webkit-transition: visibility 0s 0.3s, opacity 0.3s 0s, -webkit-transform 0.3s 0s;
    transition: visibility 0s 0.3s, opacity 0.3s 0s, -webkit-transform 0.3s 0s;
    -o-transition: transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
    transition: transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
    transition: transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s, -webkit-transform 0.3s 0s;
	visibility: hidden;
}
.cd-modal-back{
	background: rgba(0, 0, 0, 0.3) url(../images/left-arrow.svg) no-repeat center center;
    background-size: 40px 40px;
	left: 5%;
	top: 70px;
}
.no-touch .cd-modal-close:hover, .cd-modal-back:hover {
    background-color: rgba(0, 0, 0, 0.5);
}
.modal-is-visible .cd-modal-close {
    visibility: visible;
    opacity: 1;
    -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
    -webkit-transition: visibility 0s 0s, opacity 0.3s 0s, -webkit-transform 0.3s 0s;
    transition: visibility 0s 0s, opacity 0.3s 0s, -webkit-transform 0.3s 0s;
    -o-transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
    transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
    transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s, -webkit-transform 0.3s 0s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
@media only screen and (min-width: 768px) {
    .cd-modal-close {
        top: 70px;
    }
}
.animate__animated.animate__delay-500ms {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.iframe-wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%;
}

.iframe-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
@media screen and (min-height: 635px) and (max-height: 900px){
	.logo-block {
		width: 400px;
		height: 400px;
	}
	.border-green{
		border: 10px solid #8cc63e;
	}
	.strelica-1{
		top: -3px;
		right: 25px;
		width: 52px;
		height: 62px;
	}
	.strelica-2{
		top: 121px;
		right: -65px;
		width: 76px;
		height: 38px;
	}
	.strelica-3 {
		bottom: -23px;
		right: 44px;
		width: 80px;
		height: 38px;
	}
	.strelica-4 {
		bottom: -75px;
		right: 174px;
		width: 34px;
		height: 77px;
	}
	.strelica-5 {
		bottom: -20px;
		left: 54px;
		width: 63px;
		height: 38px;
	}
	.strelica-6 {
		bottom: 150px;
		left: -70px;
		width: 77px;
		height: 33px;
	}
	.strelica-7 {
		top: 50px;
		left: -29px;
		width: 63px;
		height: 41px;
	}
	.strelica-8 {
		top: -70px;
		left: 153px;
		width: 35px;
		height: 77px;
	}
	.tree-title.first {
		left: 55px;
	}
	.tree-title.second,
	.tree-title.third{
		left: 90px;
	}
	.tree-title.third {
		top: 7px;
	}
	.tree-title.fourth {
		top: 79px;
		left: -60px;
	}
	.tree-title.fifth {
		top: 7px;
	}
	.tree-title.sixth {
		top: 4px;
	}
	.tree-title.seventh {
		top: 1px;
	}
	.tree-title.eight {
		left: -135px;
	}
	.plus-icon-wrapper.icon-3 {
		right: -195px;
		top: 10px;
	}
	.plus-icon-wrapper.icon-4 {
		right: -89px;
		top: 80px;
	}
	.plus-icon-wrapper.icon-5 {
		right: 268px;
		top: 8px;
	}
	.plus-icon-wrapper.icon-6 {
		left: -191px;
		top: 7px;
	}
	.plus-icon-wrapper.icon-7 {
		left: -160px;
		top: 4px;
	}
	.plus-icon-wrapper.icon-8 {
		right: -105px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px){
	.logo-block{
		width: 400px;
		height: 400px;
	}
	.border-green {
		border: 8px solid #8cc63e;
	}
	.strelica-1 {
		top: -5px;
		width: 52px;
		height: 62px;
	}
	.tree-title.first {
		left: 55px;
	}
	.strelica-2 {
		top: 127px;
		right: -67px;
		width: 76px;
		height: 38px;
	}
	.tree-title.second {
		left: 90px;
	}
	.strelica-3 {
		width: 80px;
		height: 38px;
	}
	.tree-title.third {
		left: 88px;
	}
	.strelica-4 {
		bottom: -75px;
		right: 174px;
		width: 34px;
		height: 77px;
	}
	.tree-title.fourth {
		top: 79px;
		left: -60px;
	}
	.plus-icon-wrapper.icon-4 {
		right: -89px;
		top: 80px;
	}
	.strelica-5 {
		width: 73px;
		height: 38px;
	}
	.tree-title.fifth {
		top: 8px;
		left: -195px;
	}
	.plus-icon-wrapper.icon-5 {
		right: 278px;
		top: 10px;
	}
	.strelica-6 {
		bottom: 156px;
		left: -71px;
		width: 87px;
		height: 33px;
	}
	.tree-title.sixth {
		top: 5px;
		left: -150px;
	}
	.plus-icon-wrapper.icon-6 {
		left: -185px;
		top: 8px;
	}
	.strelica-7 {
		left: -29px;
		width: 63px;
		height: 41px;
	}
	.tree-title.seventh {
		top: 1px;
		left: -123px;
	}
	.plus-icon-wrapper.icon-7 {
		left: -158px;
		top: 4px;
	}
	.strelica-8 {
		top: -70px;
		left: 150px;
		width: 35px;
		height: 77px;
	}
	.tree-title.eight {
		left: -125px;
	}
	.cd-modal-back{
		left: 3%;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px){
	.logo-block{
		width: 350px;
		height: 350px;
	}
	.border-green {
		border: 7px solid #8cc63e;
		padding: 40px;
	}
	.strelica-1 {
		top: 4px;
		width: 42px;
		height: 52px;
		right: 20px;
	}
	.tree-title.first {
		left: 45px;
		top: -25px;
	}
	.plus-icon-wrapper.icon-1{
		top: -21px;
	}
	.strelica-2 {
		top: 107px;
		right: -47px;
		width: 56px;
		height: 28px;
	}
	.tree-title.second {
		left: 60px;
		top: 10px;
	}
	.plus-icon-wrapper.icon-2 {
		right: -80px;
		top: -15px;
	}
	.strelica-3 {
		width: 60px;
		height: 28px;
		bottom: -12px;
	}
	.tree-title.third {
		left: 70px;
		top: 1px;
	}
	.plus-icon-wrapper.icon-3 {
		right: -195px;
		top: 5px;
	}
	.strelica-4 {
		bottom: -56px;
		right: 160px;
		width: 24px;
		height: 57px;
	}
	.tree-title.fourth {
		top: 60px;
		left: -70px;
	}
	.plus-icon-wrapper.icon-4 {
		right: -89px;
		top: 62px;
	}
	.strelica-5 {
		width: 53px;
		height: 28px;
		bottom: -11px;
	}
	.tree-title.fifth {
		top: 3px;
		left: -195px;
	}
	.plus-icon-wrapper.icon-5 {
		right: 259px;
		top: 4px;
	}
	.strelica-6 {
		bottom: 140px;
		left: -50px;
		width: 67px;
		height: 23px;
	}
	.tree-title.sixth {
		top: 17px;
		left: -140px;
	}
	.plus-icon-wrapper.icon-6 {
		left: -85px;
		top: -8px;
	}
	.strelica-7 {
		left: -12px;
		width: 43px;
		height: 31px;
	}
	.tree-title.seventh {
		top: -5px;
		left: -124px;
	}
	.plus-icon-wrapper.icon-7 {
		left: -158px;
		top: -3px;
	}
	.strelica-8 {
		top: -50px;
		left: 130px;
		width: 25px;
		height: 57px;
	}
	.tree-title.eight {
		left: -135px;
	}
	#submenu-list h1{
		font-size: 42px;
	}
	#submenu-list h2{
		font-size: 35px;
	}
	#submenu-content img.float-left{
		float: unset !important;
		width: 100% !important;
		margin-bottom: 15px;
		margin-right: 0;
	}
	.cd-modal-back{
		left: 3%;
	}
}
@media screen and (min-width: 576px) and (max-width: 767px){
	.logo-block {
		width: 280px;
		height: 280px;
	}
	.border-green {
		border: 6px solid #8cc63e;
		padding: 40px;
	}
	.strelica-1 {
		top: 6px;
		right: 16px;
		width: 32px;
		height: 42px;
	}
	.tree-title.first {
		top: -30px;
		left: 0px;
	}
	.tree-title.first img{
		width: 85px;
	}
	.plus-icon-wrapper.icon-1 {
		right: -88px;
		top: -28px;
	}
	.tree-title {
		padding: 0px 0 5px 0;
	}
	.strelica-2{
		top: 95px;
		right: -40px;
		width: 46px;
		height: 23px;
	}
	.tree-title.second {
		top: 25px;
		left: 10px;
	}
	.tree-title.second img{
		width: 125px;
	}
	.plus-icon-wrapper.icon-2 {
		right: -35px;
	}
	.strelica-3 {
		bottom: -20px;
		right: 44px;
		width: 50px;
		height: 28px;
	}
	.tree-title.third {
		top: 30px;
		left: 10px;
	}
	.tree-title.third img{
		width: 130px;
	}
	.plus-icon-wrapper.icon-3 {
		right: -40px;
		top: 2px;
	}
	.strelica-4 {
		bottom: -56px;
		right: 129px;
		width: 24px;
		height: 57px;
	}
	.tree-title.fourth {
		top: 86px;
		left: -54px;
	}
	.tree-title.fourth img{
		width: 127px;
	}
	.plus-icon-wrapper.icon-4 {
		right: -1px;
		top: 59px;
	}
	.strelica-5 {
		bottom: -26px;
		left: 24px;
		width: 43px;
		height: 48px;
	}
	.tree-title.fifth {
		top: 25px;
		left: -115px;
	}
	.tree-title.fifth img{
		width: 165px;
	}
	.plus-icon-wrapper.icon-5 {
		right: 54px;
		top: 1px;
	}
	.strelica-6 {
		bottom: 104px;
		left: -49px;
		width: 57px;
		height: 23px;
	}
	.tree-title.sixth {
		top: 25px;
		left: -80px;
	}
	.tree-title.sixth img{
		width: 122px;
	}
	.plus-icon-wrapper.icon-6 {
		left: -35px;
		top: 1px;
	}
	.strelica-7 {
		top: 50px;
		left: -27px;
		width: 43px;
		height: 31px;
	}
	.tree-title.seventh img{
		width: 114px;
	}
	.plus-icon-wrapper.icon-7 {
		left: -34px;
		top: -1px;
	}
	.tree-title.seventh {
		top: 25px;
		left: -90px;
	}
	.strelica-8 {
		top: -43px;
		left: 93px;
		width: 25px;
		height: 49px;
	}
	.plus-icon-wrapper.icon-8 {
		right: 6px;
		top: -35px;
	}
	.tree-title.eight {
		top: -66px;
		left: -115px;
	}
	#submenu-list h1,
	#submenu-content h1{
		font-size: 27px;
		margin-top: 25px;
	}
	#submenu-list h2{
		font-size: 25px;
	}
	#submenu-list h2:before {
		height: 25px;
		width: 25px;
		top: 55%;
		background-size: cover;
	}
	#submenu-content img.float-left{
		float: unset !important;
	}
	#submenu-content img{
		width: 100% !important;
		margin-right: 0 !important;
		margin-bottom: 15px !important;
	}
	.cd-modal-back {
		background-size: 40px 40px;
		left: 2%;
		top: 20px;
	}
}
@media screen and (max-width: 575px){
	.strelica, .tree-title{
		visibility: hidden;
	}
	.logo-block {
		width: 300px;
		height: 300px;
	}
	.border-green{
		border: 6px solid #8cc63e;
	}
	.border-green{
		padding: 40px;
		z-index: -1;
	}
	.navbar{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		z-index: 1;
	}
	.navbar-dark .navbar-toggler{
		border: 0;
		outline: none;
	}
	.navbar-dark .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
    }
	.nav-link{
		font-family: 'PT Sans', sans-serif;
		text-transform: uppercase;
		font-size: 17px;
		font-weight: 500;
	}
	.nav-item{
		border-bottom: 1px solid #ddd;
	}
	.nav-item:last-child{
		border: 0;
	}
	#submenu-list h1,
	#submenu-content h1{
		font-size: 26px;
	}
	#submenu-list h2{
		font-size: 22px;
	}
	#submenu-list h2:before {
		height: 18px;
		width: 20px;
		left: -30px;
		top: 53%;
		background-size: cover;
	}
	#submenu-content img{
		margin-right: 0 !important;
		width: 100% !important;
	}
	#submenu-content img.float-left{
		float: unset !important;
	}
	.cd-modal-back{
		top: 20px;
		left: 3%;
	}
	#submenu-content h1{
		margin-top: 20px;
	}
	.cd-modal .cd-modal-content{
		padding-left: 12%;
	}
	.cd-modal .cd-modal-content.d-block{
		padding-left: 5%;
	}
	.plus-icon-wrapper{
		position: relative;
		z-index: 9;
		visibility: visible;
	}
	.plus-icon-wrapper{
		right: unset !important;
		top: unset !important;
		left: unset !important;
		bottom: unset !important;
	}
	.nav-link:hover{
		color: rgb(255, 91, 1) !important;
	}
	.title{
		display: none;
	}
	.strelica{
		width: 25px;
		height: 25px;
	}
	.strelica-1{
		top: -10px;
		transform: translateX(-50%);
		left: 50%;
	}
	.strelica-2{
		top: 25px;
		right: 42px;
	}
	.strelica-3{
		top: 50%;
		right: -9px;
		transform: translateY(-50%);
	}
	.strelica-4{
		bottom: 25px;
		right: 42px;
	}
	.strelica-5{
		bottom: -10px;
		right: 50%;
		transform: translateX(50%);
		left: unset;
	}
	.strelica-6{
		left: 42px;
		bottom: 25px;
	}
	.strelica-7{
		left: -9px;
		bottom: 50%;
		transform: translateY(50%);
		top: unset;
	}
	.strelica-8{
		left: 42px;
		top: 25px;
	}
}