body {
    background: #15192f;
    font-family: PTRootUIWeb;
    color: #fff
}

.body-white {
    background: #f7f4e7;
    color: #292929
}

a,
a.nav-link,
button,
button.nav-link {
    color: inherit
}

nav {
    color: #fff;
    z-index: 2
}

.body-white nav {
    color: #292929
}

.logo {
    display: block;
    position: relative
}

.logo:hover {
    color: #b11e31
}

.logo-span-big {
    font: 30px Arsenal
}

@media screen and (min-width:768px) {
    .logo-span-big {
        font-size: 45px
    }
}

@media screen and (min-width:992px) {
    .logo-span-big {
        font-size: 60px
    }
}

.logo-span-small {
    font: 8px PTRootUIWeb;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 5px
}

@media screen and (min-width:768px) {
    .logo-span-small {
        font-size: 12px;
        padding-left: 10px
    }
}

@media screen and (min-width:992px) {
    .logo-span-small {
        font-size: 14px;
        padding-left: 15px
    }
}

.upper-text {
    font-size: 18px;
    padding: 5px 0
}

.btn-contact {
    font: 14px Arsenal;
    background: #15192f;
    color: #fff;
    border: 1px solid #f7f4e7;
    border-radius: 100px;
    padding: 6px 15px;
    transition: all 1s
}

@media screen and (min-width:768px) {
    .btn-contact {
        font-size: 18px;
        padding: 10px 20px
    }
}

@media screen and (min-width:992px) {
    .btn-contact {
        font-size: 18px;
        padding: 16px 30px
    }
}

.btn-contact:hover {
    background: #b11e31;
    border: 1px solid #b11e31
}

.navbar-toggler {
    border-radius: 100px;
    padding: 0 15px
}

@media screen and (min-width:768px) {
    .navbar-toggler {
        padding: 5px 20px;
        border: 1px solid #f7f4e7
    }
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 4px 1px
}

.body-white .navbar-dark .navbar-toggler-icon {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-nav-top {
    background: #15192f;
    box-shadow: 0 2px 7px #ffffff90
}

@media screen and (min-width:992px) {
    .navbar-nav-top {
        background: 0 0;
        box-shadow: none
    }
}

.navbar-nav-top.navbar-nav-white {
    background: #f7f4e7
}

@media screen and (min-width:992px) {
    .navbar-nav-top.navbar-nav-white {
        background: 0 0
    }
}

.nav-item-upper {
    margin: 15px
}

a.nav-link:hover {
    color: #b11e31
}

.line-box {
    border-top: 1px solid #f7f4e7
}

.header {
    overflow: hidden;
    padding-top: 30px
}
.header-policy{
    padding-top: 120px;
}

@media screen and (min-width:768px) {
    .header {
        padding-top: 55px;
    }
    .header-policy{
        padding-top: 120px;
    }
}

@media screen and (min-width:992px) {
    .header {
        padding-top: 130px;
    }
    .header-policy{
        padding-top: 180px;
    }
}

.z-index-2 {
    z-index: 2
}

.gear {
    transition: all .5s;
    z-index: -1
}

.gear-left {
    display: none;
    right: -200px
}

@media screen and (min-width:768px) {
    .gear-left {
        display: block
    }
}

.gear-left img {
    width: 250px;
    height: 250px
}

.gear-left-small {
    right: 20px;
    top: 50%
}

.gear-left-small img {
    width: 50px;
    height: 50px
}

@media screen and (min-width:576px) {
    .gear-left-small img {
        width: 120px;
        height: 120px
    }
}

.gear-center-small {
    bottom: 50%;
    right: -30px
}

.gear-center-small img {
    width: 30px;
    height: 30px
}

@media screen and (min-width:576px) {
    .gear-center-small img {
        width: 80px;
        height: 80px
    }
}

.gear-right {
    display: none;
    left: -200px;
    top: 50%
}

@media screen and (min-width:768px) {
    .gear-right {
        display: block
    }
}

.gear-right img {
    width: 200px;
    height: 200px
}

.gear-right-small {
    left: 20px;
    bottom: 0
}

.gear-right-small img {
    width: 50px;
    height: 50px
}

@media screen and (min-width:576px) {
    .gear-right-small img {
        width: 100px;
        height: 100px
    }
}

.header--h1 {
    font: 24px Arsenal;
    margin-top: 60px
}

@media screen and (min-width:400px) {
    .header--h1 {
        font-size: 40px
    }
}

@media screen and (min-width:992px) {
    .header--h1 {
        font-size: 60px;
        margin-top: 60px
    }
}

.header--subtext {
    line-height: 100%
}

@media screen and (min-width:992px) {
    .header--subtext {
        font-size: 20px
    }
}

.header--row {
    display: block
}

.header--sub {
    margin-top: 40px
}

.btn-circle {
    width: 100%;
    font: 22px Arsenal;
    /* border-radius: 50%; */
    color: #000;
    background: #f7f4e7;
    /* width: 110px;
    height: 110px; */
    border: none;
    transition: all 1s
}

@media screen and (min-width:576px) {
    .btn-circle {
        /* width: 140px;
        height: 140px; */
        font-size: 25px
    }
}

@media screen and (min-width:992px) {
    .btn-circle {
        font-size: 50px;
        /* width: 240px;
        height: 240px */
    }
}
.btn-circle-btn {
    width: 100%;
    font: 22px Arsenal;
    border-radius: 50%;
    color: #000;
    background: #f7f4e7;
    width: 110px;
    height: 110px;
    border: none;
    transition: all 1s
}

@media screen and (min-width:576px) {
    .btn-circle-btn {
        width: 140px;
        height: 140px;
        font-size: 25px
    }
}

@media screen and (min-width:992px) {
    .btn-circle-btn {
        font-size: 50px;
        width: 240px;
        height: 240px
    }
}

.btn-circle:hover {
    background: #b11e31;
    color: #fff
}

.star {
    position: absolute;
    z-index: -1;
    opacity: .9
}

.right-star {
    top: -50px;
    left: 65%
}

.right-small-star {
    bottom: 50%;
    left: 60%
}

.right-small-star img {
    width: 120px;
    height: 120px
}

.left-small-star {
    top: 30%;
    left: 30%
}

.left-small-star img {
    width: 90px;
    height: 90px
}

.left-star {
    top: 50%;
    left: 25%
}

.left-star img {
    width: 250px;
    height: 250px
}

.star-service-top {
    top: -150px;
    right: -150px;
    opacity: .3
}

@media screen and (min-width:768px) {
    .star-service-top {
        top: -300px;
        right: -300px
    }
}

.star-service-top img {
    width: 270px;
    height: 270px
}

@media screen and (min-width:768px) {
    .star-service-top img {
        width: 350px;
        height: 350px
    }
}

.left-small-service-star {
    top: 80%;
    left: 0
}

.left-small-service-star img {
    width: 90px;
    height: 90px
}

.left-service-star {
    bottom: 20%;
    left: -20px
}

.left-service-star img {
    width: 190px;
    height: 190px
}

.left-small-career-star {
    top: 0;
    left: 30px
}

.left-small-career-star img {
    width: 90px;
    height: 90px
}

.left-career-star {
    bottom: 0;
    left: -20px
}

.left-career-star img {
    width: 140px;
    height: 140px
}

.star-contact-right-small {
    top: 0;
    right: 50%
}

.star-contact-right-small img {
    width: 90px;
    height: 90px
}

.star-contact-right {
    bottom: 50%;
    right: 10px;
    opacity: .4
}

.star-contact-right img {
    width: 140px;
    height: 140px
}

.white {
    overflow: hidden;
    color: #000;
    background: #f7f4e7;
    position: absolute;
    width: 400%;
    height: 95%;
    z-index: -1;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%)
}

@media screen and (min-width:400px) {
    .white {
        width: 270%
    }
}

@media screen and (min-width:768px) {
    .white {
        width: 230%;
        height: 94%
    }
}

@media screen and (min-width:1200px) {
    .white {
        width: 190%
    }
}

section {
    padding: 60px 0;
    position: relative;
    overflow: hidden
}

@media screen and (min-width:992px) {
    section {
        padding: 120px 0
    }
}

.section-white {
    color: #000
}

.h2 {
    font: 40px Arsenal;
    margin: 60px auto
}

@media screen and (min-width:992px) {
    .h2 {
        font-size: 50px;
        margin: 90px auto
    }
}

.h2-sub {
    font-size: 25px
}

@media screen and (min-width:992px) {
    .h2-sub {
        font-size: 35px
    }
}

.paragraph {
    font-size: 16px;
    line-height: 120%;
    color: #292929
}

@media screen and (min-width:400px) {
    .paragraph {
        font-size: 18px
    }
}

@media screen and (min-width:992px) {
    .paragraph {
        font-size: 22px
    }
}

.circle,
.circle-l,
.circle-m,
.circle-onwhite,
.circle-onwhite-top50,
.circle-onwhite-xl {
    background: #15192f;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    padding: 15px;
    text-align: center;
    border: 1px solid #f7f4e7;
    width: 130px;
    height: 130px;
    transition: all .2s
}
.circle:hover,
.circle-l:hover,
.circle-m:hover,
.circle-onwhite:hover,
.circle-onwhite-top50:hover,
.circle-onwhite-xl:hover{
	transform: scale(1.2);
}
@media screen and (min-width:1200px) {

    .circle,
    .circle-l,
    .circle-m,
    .circle-onwhite,
    .circle-onwhite-top50,
    .circle-onwhite-xl {
        width: 190px;
        height: 190px;
        font-size: 20px
    }
}

.circle-onwhite,
.circle-onwhite-top50,
.circle-onwhite-xl {
    font: 18px Arsenal;
    border: none;
    width: 130px;
    height: 130px
}

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

    .circle-onwhite,
    .circle-onwhite-top50,
    .circle-onwhite-xl {
        width: 210px;
        height: 210px;
        font-size: 30px
    }
}

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

    .circle-onwhite,
    .circle-onwhite-top50,
    .circle-onwhite-xl {
        width: 230px;
        height: 230px;
        font-size: 30px
    }
}

.circle-onwhite-top50 {
    transform: translateY(-50%)
}

@media screen and (min-width:992px) {
    .circle-onwhite-top50 {
        transform: none
    }
}

.circle-onwhite-xl {
    width: 190px;
    height: 190px
}

@media screen and (min-width:992px) {
    .circle-onwhite-xl {
        width: 290px;
        height: 290px
    }
}

@media screen and (min-width:1200px) {
    .circle-onwhite-xl {
        width: 330px;
        height: 330px
    }
}

.circle-m {
    width: 160px;
    height: 160px
}

@media screen and (min-width:1200px) {
    .circle-m {
        width: 225px;
        height: 225px
    }
}

.circle-l {
    width: 190px;
    height: 190px
}

@media screen and (min-width:1200px) {
    .circle-l {
        width: 255px;
        height: 255px
    }
}

.circle-50 {
    transform: translateY(-50%)
}

@media screen and (min-width:992px) {
    .circle-50 {
        transform: none
    }
}

.circle-100 {
    transform: translateY(-100%)
}

@media screen and (min-width:992px) {
    .circle-100 {
        transform: none
    }
}

.circle--50 {
    transform: translateY(50%)
}

@media screen and (min-width:576px) {
    .circle--50 {
        transform: none
    }
}

.benefits--text {
    font-size: 20px
}

.h2-who {
    margin-bottom: 140px
}

.question {
    font: 25px Arsenal
}

@media screen and (min-width:1200px) {
    .question {
        font-size: 50px
    }
}

.main-service {
    padding-top: 60px
}

@media screen and (min-width:992px) {
    .main-service {
        padding-top: 120px
    }
}

.interact {
    color: #fff
}

@media screen and (min-width:992px) {
    .interact {
        padding: 230px 0
    }
}

.interact .paragraph {
    color: #fff
}

.dark {
    color: #fff;
    background: #15192f;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 220%;
    height: 100%;
    z-index: -1;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%)
}

@media screen and (min-width:1200px) {
    .dark {
        width: 190%
    }
}

.interact--title {
    display: flex;
    align-items: end;
    text-transform: uppercase;
    line-height: .9;
    margin-bottom: 20px
}

@media screen and (min-width:992px) {
    .interact--title {
        margin-bottom: 30px
    }
}

.interact--title h3 {
    margin-bottom: 0;
    font-size: 18px
}

@media screen and (min-width:992px) {
    .interact--title h3 {
        font-size: 33px
    }
}

.num {
    color: #b11e31;
    font-size: 40px;
    padding: 0 15px
}

@media screen and (min-width:992px) {
    .num {
        font-size: 100px;
        padding: 0 30px
    }
}

button.nav-link {
    color: #828282;
    font-size: 14px;
    text-align: left;
    padding: 5px 0
}

@media screen and (min-width:576px) {
    button.nav-link {
        font-size: 16px;
        padding: 5px
    }
}

@media screen and (min-width:768px) {
    button.nav-link {
        font-size: 18px
    }
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: 0 0;
    color: #b11e31
}

.section-dark {
    background: #15192f;
    color: #fff
}

.tab-content {
    font-size: 12px;
    line-height: 1.2
}

@media screen and (min-width:576px) {
    .tab-content {
        font-size: 14px
    }
}

@media screen and (min-width:768px) {
    .tab-content {
        font-size: 16px
    }
}

.header--img {
    width: 45px;
    height: 45px;
    margin-right: 15px
}

@media screen and (min-width:768px) {
    .header--img {
        width: 65px;
        height: 65px;
        margin-right: 30px
    }
}

.career-input,
.career-input:focus {
    background: 0 0;
    color: #fff
}

.career-box {
    margin-bottom: 20px
}

option {
    background: #15192f
}

.contact {
    min-height: 70vh
}

.contact--img {
    width: 45px;
    height: 45px
}

@media screen and (min-width:768px) {
    .contact--img {
        width: 65px;
        height: 65px
    }
}

.price--hz{
    min-height: 290px;
} 
.gear-price{
    top: 10px;
    width: 200px;
}
.price--box{
    position: absolute;
    top: 0;
    left: 0;
}
.price--graffic{
    width: 280px;
}



.modal-content {
    background: 0 0
}

.feedback {
    background: #15192f;
    border-radius: 60px;
    border: 1px solid #f7f4e7;
    padding: 20px
}

@media screen and (min-width:768px) {
    .feedback {
        border-radius: 166px;
        padding: 60px
    }
}

footer .nav-link {
    font-size: 12px
}

@media screen and (min-width:768px) {
    footer .nav-link {
        font-size: 16px
    }
}

footer.section-dark nav {
    color: #fff
}

.block-footer-mutter {
    height: 100vh
}
