article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
img {
    vertical-align: middle;
    border-style: none;
}
body {
    margin: 0;
    font-family: "Open Sans";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: #1b1e33;
    scroll-behavior: smooth;
    position: relative;
}
*, *::before, *::after {
    box-sizing: border-box;
}
h1, h2, h2, h4{
	margin:0;
}
h3 {
	font-size: 1.5rem;
}
h4{
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 20px
}
* {
  margin: 0;
  padding: 0;
}
p{
    margin-top: 0;
}
.d-inline-b{
	display: inline-block;
}
.white{
	color: #fff;
}
.green{
    color:#1ed760;
}
.ml-auto{
	margin-left: auto !important;
}
a {
	text-decoration: none;
}
.navbar {
	padding: 0.5rem 1rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.sticky {
    position: sticky;
    top: 0;
    z-index: 1000;
}
.dark-font{
    color:#0B0D1B;
}
.dark-bg {
	background-color: #0B0D1B;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1140px;
}
.navbar .container {
	display: flex;
	flex-direction: row;
}
.n{
	margin-left:51%;
}
.navbar-logo {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.p-top{
    padding-top: 100px;
}
.navbar ul{
	display: flex;
	flex-direction: row;
	margin-top: 0;
	margin-bottom: 0;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    padding-top: 0.8rem;
}
.nav-link {
	color: #8c919d;
}
.nav-link:hover{
	color: #fff;
}
#home{
    background: #0B0D1B;
    align-items: center;
    display: flex;
    min-height: 800px;
    overflow: hidden;
}
.curve{
    position: absolute;
    background-image: url(/img/curve.png);
    background-size: 100% 100%;
    top: 800px;
    left: 0;
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 100%;
    pointer-events: none;
    z-index: 1;
    height: 87px;
}
#nabidka .curvedown{
    position: absolute;
    background-image: url(/img/curvedown.png);
    background-size: 100% 100%;
    margin-top: 100px;
    left: 0;
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 100%;
    pointer-events: none;
    z-index: 1;
    height: 87px;
}

.col{
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.c1 {
    flex: 40%;
    max-width: 40%;
}

.c1 .h h1{
    font-size: 3rem;
    font-weight: 500;
    margin-bottom: 35px;
}
.gallery{
    max-width: 300px;
}

.slide{
    width: 100%;
}

.c3{
    flex: 50%;
    max-width: 50%;
    position: relative;
}

.list li{
    position: relative;
}

.list li:before{
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin-right: 10px;
}
.row{
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.btn-wrp{
    margin-top:3rem;
}
.btn{
    border-radius: 1.5rem;
    padding: 14px 45px;
    position: relative;
    letter-spacing: -.4px;
    overflow: hidden;
    transition: all .6s;
    z-index: 1;
}

.btn-green{
    color:#1b1e33;
    background-color: #1ed760;
}

.btn-green:hover{
    color:#1ed760;
    background-color: #1b1e33;
}

.btn-black{
    color:#fff;
    background-color: #1b1e33;
}

.btn-black:hover{
    color:#1ed760;
    background-color: #0B0D1B;
}
.c2{
    flex: 60%;
    max-width: 60%;
    padding-left: 25%;
}

.g{
    text-align: right;
}

#nabidka{
    padding: 100px 0;
}

#nabidka .h{
    text-align: center !important;
}

#nabidka .h .pricing-h{
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1;
    font-size: 36px;
}

.ct-1{
    margin-top: 2.4rem;
    max-width: 1140px;
}

.c4{
    flex: 33.333333%;
    max-width: 33.333333%;
}

.pricing{
    background-color: #0B0D1B;
    box-shadow: 0 10px 25px 0 rgba(11,13,27,.4);
    text-align: center;
    padding: 40px;
    border-radius: 0.8rem;
}

.pricing-green{
    background-color: #1ed760;
    box-shadow: 0 10px 25px 0 rgba(30,215,94,.2);
    text-align: center;
    padding: 40px;
    border-radius: 0.8rem;
}

.pricing-header{
    margin-bottom: 20px;
}

.pricing-body {
    margin-bottom: 30px;
}

.pricing-img{
    margin-bottom: 18px;
}

.pricing-header{
    margin-bottom: 30px;
}

.pricing-body>p {
    margin-bottom: 22px;
}

.pricing-body .pricing-price>p {
    font-weight: 700;
    margin-bottom: 15px;
}

.pricing-body h2 sup {
    font-size: 1.4rem;
    top: -28px;
    left: 3px;
}

#features{
	padding: 100px 0;
	background: #0B0D1B;
}

#features .h{
    text-align: center !important;
}

.p-d{
    color: #1ed760;
    margin-bottom: 10px;
    font-size:3rem;
}

.p-g{
    color: #1b1e33;
    margin-bottom: 10px;
    font-size:3rem;
}

.c5{
    flex: 33.333333%;
    max-width: 33.333333%;
}

.c5 .f-blok{
    padding: 32px;
    transition: all .3s ease;
    position: relative;
}

.f-blok{
    text-align: center;
    background-color: #0B0D1B;
    margin-bottom: 30px;
    border-radius: 0.2rem;
}
.h h3 {
    margin-bottom: 30px;
}
.f-blok:hover{
    text-align: center;
    background-color: #0d1021;
    box-shadow: 0 10px 25px 0 rgba(13,16,33,.4);
    margin-bottom: 30px;
    border-radius: 0.2rem;
}

.f-blok .f-img{
    margin-bottom: 30px;
}

.address{
    margin-top: 50px;
    margin-bottom: 50px;
}

address{
    font-style: normal;
}

.address:before{
    position: absolute;
    content: "";
    margin-left: -1%;
    margin-top: 3px;
    margin-bottom: 0;
    height: 91px;
    width: 3px;
    background-color: #1ed760;
}

.copy{
    font-size: 0.7rem;
}

.s{
    margin-top: 1rem;
    margin-bottom: 1rem;
}