/*all style*/
/*@import url('https://fonts.cdnfonts.com/css/golos-text');*/
/*@import url('https://fonts.cdnfonts.com/css/montserrat');*/

@font-face {
    font-family: 'Montserrat';
    src: url(/fonts/Montserrat.ttf);
}

@font-face {
    font-family: 'Golos black';
    src: url(/fonts/golos-text_black.ttf);
}
body{
    overflow-x: hidden;
    background-color: #000;
    color: #fff;
}
nav{
    width: 100%;
    z-index: 1000;
    position: absolute;
}
h1{
    font-family: 'Golos black', sans-serif;
}
p, li{
    font-family: 'Montserrat', sans-serif;
}
section {
    padding: 100px 0;
    position: relative;
}
.container{
    position: relative;
}
.cloud-bg {
    width: 100%;
    margin: 0 auto;
    display: flex;
    place-content: center;
    position: absolute;
    margin-top: -300px;
    z-index: -1;
    overflow: hidden;
}
li {
    display:block;
    list-style:none;
}
li:before {
    content: "• ";
    font-size: 15px;
    line-height: 0;
}
/*all style*/

/*nav*/
.logo{
    padding-top: 10px;
}
.logo img{
    height: 50px;
}
.top-menu{
    padding: 20px 0 0 140px;
}
.top-menu ul{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.top-menu li {
    width: 10%;
    text-align: right;
    line-height: 20px;
}
.top-menu a{
    font-family: 'Montserrat', sans-serif;
    text-decoration: unset;
    color: #fff;
    font-weight: 600;
    font-size: 10pt;
    text-transform: uppercase;
}
.top-menu .bg-text{
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 60%, rgb(0 39 237) 60%, rgb(0 39 237) 100%);
    padding: 0 5px;
    margin-right: -5px;
}
.top-menu .last-bg{
    margin-right: -64px;
}
.top-menu ul li:nth-last-child(1){
    width: 12%;
}
/*nav*/
/*section*/
.title-box{
    position: relative;
}
.title{
    font-size: 90pt;
    text-align: center;
    font-weight: 300;
}

.subtitle{
    position: absolute;
    right: 0;
    top: -10px;
    font-weight: 600;
    font-size: 10pt;
    text-transform: uppercase;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 60%, rgb(0 39 237) 60%, rgb(0 39 237) 100%);
    padding: 0 5px;
}
.left-text p{
    font-size: 11pt;
}
.right-text{
    height: 90vh;
    display: grid;
    place-content: center;
    margin-left: 180px;
    font-size: 11pt;
}
.right-text p{
    position: relative;
    border-left: 1px solid;
    padding-left: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 192px;
}
.right-text p::after{
    border-left: 1px solid #fff;
    width: 50px;
    height: 16px;
    content: '';
    position: absolute;
    transform: rotate(50deg);
    left: -4px;
    top: 6px;
}
.right-text p::before, .top-text p::after{
    border-left: 1px solid #fff;
    width: 50px;
    height: 16px;
    content: '';
    position: absolute;
    transform: rotate(-50deg);
    left: -4px;
    bottom: 6px;
}
.product-img {
    position: relative;
    left: -300px;
    margin: 80px 0;
}
.product-img img {
    width: 900px;
}
.dot-box strong{
    background: #0027ed;
    height: 15px;
    width: 15px;
    display: block;
    border-radius: 50%;
    z-index: 999;
    position: relative;
}
.info-box .row{
    justify-content: space-between;
}
.info-box [class*="col-"]{
    border-left: 1px solid;
    border-right: 1px solid;
    position: relative;
}
.info-box .col-4{
    width: 40%;
}
.icon-box img {
    height: 35px;
    width: auto;
    padding-left: 10px;
}
.geo-desc {
    position: absolute;
    right: 20px;
    bottom: 15px;
    font-size: 14px;
    text-align: right;
    cursor: pointer;
}
.advant-desc{
    text-align: right;
    font-size: 14px;
    padding-right: 10px;
}
#hotspotImg-7{
    margin-bottom: 200px;
}
#manufacture .left-text{
    margin-bottom: 100px;
    margin-bottom: 50px;
}
.mt-8{
    margin-top:  50px;
}
#manufacture .col-md-6 {
    width: 49.5%;
}
#manufacture .col-md-7{
    width: 65.7%;
}
#manufacture .left-info-box .price-desc, #manufacture .right-info-box .advant-desc {
    text-align: end;
    align-items: end;
    display: grid;
    align-self: flex-end;
    height: 164px;
    font-size: 11pt;
}
#manufacture .icon-box img{
    padding-left: unset;
    height: 40px;
    margin-bottom: 5px;
}
#manufacture .price{
    margin: unset;
    padding: 0 10px;
    font-size: 35px;
    text-align: center;
    margin-bottom: 5px;
}
#manufacture .icon-box {
    display: grid;
    padding-top: 20px;
    width: fit-content;
    place-content: center;
    align-items: center;
    text-align: left;
    text-transform: uppercase;
    font-size: 14px;
    padding-left: 20px;
}
.price{
    font-size: 30pt;
    font-family: 'Golos black';
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, rgb(0 39 237) 60%, rgb(0 39 237) 100%);
    padding: 0 20px;
    margin-left: 20px;
}
.price-desc{
    position: absolute;
    right: 20px;
    text-align: right;
    bottom: 15px;
}
.top-text p::after{
    border-left: 1px solid #fff;
    width: 50px;
    height: 16px;
    content: '';
    position: absolute;
    transform: rotate(315deg);
    left: -13px;
    bottom: 14px;
}
.top-text p::before{
    border-left: 1px solid #fff;
    width: 50px;
    height: 16px;
    content: '';
    position: absolute;
    transform: rotate(50deg);
    right: -47px;
    bottom: -22px;
}
#manufacture .text-dot{
    height: 15px;
    width: 15px;
    background: #fff;
    border-radius: 50%;
    position: relative;
    top: 108px;
    left: 317px;
}
.info-box .col-md-4::after, .info-box .col-md-8::after, .info-box .col-md-6::after, .info-box .col-md-7::after, .info-box .col-4::after, .info-box .col-7::after, .info-box .col-md-2::after, .info-box .col-md-5::after {
    border-left: 1px solid #fff;
    width: 50px;
    height: 16px;
    content: '';
    position: absolute;
    transform: rotate(50deg);
    left: -4px;
    top: 6px;
}
.info-box .left-info-box::after, .info-box .middle-info-box::after, .info-box .right-info-box::after {
    border-left: 1px solid #fff;
    width: 50px;
    height: 16px;
    content: '';
    position: absolute;
    transform: rotate(-50deg);
    right: -35px;
    top: -32px;
}

.info-box .col-md-4::before, .info-box .col-md-8::before, .info-box .col-md-6::before, .info-box .col-md-7::before,  .info-box .col-4::before, .info-box .col-7::before, .info-box .col-md-2::before, .info-box .col-md-5::before{
    border-left: 1px solid #fff;
    width: 50px;
    height: 16px;
    content: '';
    position: absolute;
    transform: rotate(-50deg);
    left: -4px;
    bottom: 6px;
}
.info-box .left-info-box::before, .info-box .middle-info-box::before, .info-box .right-info-box::before{
    border-left: 1px solid #fff;
    width: 50px;
    height: 16px;
    content: '';
    position: absolute;
    transform: rotate(50deg);
    right: -35px;
    bottom: -32px;
}
.icon-box {
    padding-top: 20px;
}
.second-bg{
    margin-top: -150px;
}
.right-text p{
    width: 250px;
    height: 192px;
    place-content: center;
    display: grid;
}
/*section*/
/*tooltips*/
.dot-box img {
    height: 15px;
    width: auto;
}
.pulse {
    animation: pulse-animation 2s infinite;
    border-radius: 50%;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgba(238 238 238 / 20%);
    }
    100% {
        box-shadow: 0 0 0 10px rgba(238 238 238 / 0%);
    }
}
.dot-box [class*="dot-"]{
    position: absolute;
}

#hotspotImg-1 {
    > .dot-1 {
        top: 645px;
        left: 528px;
    }
    > .dot-2 {
        top: 658px;
        left: 480px;
    }
    > .dot-3 {
        top: 383px;
        left: 454px;
    }
    > .dot-4 {
        top: 354px;
        left: 578px;
    }
    > .dot-5 {
        top: 78px;
        left: 549px;
    }
    > .dot-6 {
        top: 260px;
        left: 780px;
    }
    > .dot-7 {
        top: 260px;
        left: 780px;
    }
    > .dot-8 {
        top: 260px;
        left: 780px;
    }
    > .dot-9 {
        top: 260px;
        left: 780px;
    }
    > .dot-10 {
        top: 260px;
        left: 780px;
    }
    > .dot-11 {
        top: 260px;
        left: 780px;
    }
    > .dot-12 {
        top: 270px;
        left: 810px;
    }
    > .dot-13 {
        top: 260px;
        left: 780px;
    }
}

#hotspotImg-2 {
    > .dot-1 {
        top: 642px;
        left: 549px;
    }
    > .dot-2 {
        top: 557px;
        left: 364px;
    }
    > .dot-3 {
        top: 483px;
        left: 617px;
    }
    > .dot-4 {
        top: 406px;
        left: 630px;
    }
    > .dot-5 {
        top: 470px;
        left: 776px;
    }
    > .dot-6 {
        top: 147px;
        left: 818px;
    }
    > .dot-7 {
        top: 460px;
        left: 397px;
    }
}

#hotspotImg-3 {
    > .dot-1 {
        top: 170px;
        left: 831px;
    }
    > .dot-2 {
        top: 473px;
        left: 395px;
    }
    > .dot-3 {
        top: 501px;
        left: 611px;
    }
    > .dot-4 {
        top: 428px;
        left: 663px;
    }
    > .dot-5 {
        top: 630px;
        left: 545px;
    }
}

#hotspotImg-4 {
    > .dot-1 {
        top: 244px;
        left: 650px;
    }
    > .dot-2 {
        top: 367px;
        left: 232px;
    }
    > .dot-3 {
        top: 501px;
        left: 716px;
    }
    > .dot-4 {
        top: 439px;
        left: 767px;
    }
    > .dot-5 {
        top: 378px;
        left: 586px;
    }
    > .dot-6 {
        top: 680px;
        left: 617px;
    }
}
#manufacture .cloud-bg{
    margin-top: 50px;
}
nav .btn-info-desc{
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
}
#hotspotImg-5 {
    > .dot-1 {
        top: 244px;
        left: 650px;
    }
    > .dot-2 {
        top: 367px;
        left: 232px;
    }
    > .dot-3 {
        top: 501px;
        left: 716px;
    }
    > .dot-4 {
        top: 439px;
        left: 767px;
    }
    > .dot-5 {
        top: 378px;
        left: 586px;
    }
    > .dot-6 {
        top: 680px;
        left: 617px;
    }
}

#hotspotImg-6 {
    > .dot-1 {
        top: 171px;
        left: 404px;
    }
    > .dot-2 {
        top: 318px;
        left: 532px;
    }

    > .dot-3 {
        top: 504px;
        left: 172px;
    }
    > .dot-4 {
        top: 468px;
        left: 92px;
    }
    > .dot-5 {
        top: 514px;
        left: 227px;
    }
    > .dot-6 {
        top: 574px;
        left: 120px;
    }

}


#hotspotImg-7 {
    > .dot-1 {
        top: 252px;
        left: 675px;
    }
}
#anchor-dot-7{
    top: 252px;
    left: 675px;
}

.line-path {
    display: none;
    border: none;
    border-top: 2px dotted #fff;
    color: #fff;
    height: 1px;
    width: 50%;
    z-index: 999;
}
.line-1 {
    right: 19%;
    top: 43.8%;
    width: 155px;
    transform: rotate(-8deg);
}
.line-2{
    right: 19%;
    top: 44.1%;
    width: 420px;
    transform: rotate(0.9deg);
    z-index: 999;
}
.line-5{
    right: 19%;
    top: 44.1%;
    width: 420px;
    transform: rotate(0.9deg);
    z-index: 999;
}
.line-7{
    right: 19%;
    top: 44.1%;
    width: 420px;
    transform: rotate(0.9deg);
    z-index: 999;
}
.text-dot{
    height: 15px;
    width: 15px;
    background: #fff;
    border-radius: 50%;
    position: relative;
    top: 101px;
    left: -6px;
}
.top-text{
    width: 535px;
    height: 192px;
    place-content: center;
    display: grid;
    padding-bottom: 40px;
    margin-left: 100px;
}
#line-7{
    display: block;
    transform: rotate(245deg);
    width: 356.207px;
    position: absolute;
    top: 101.223px;
    left: 432.792px;
}
.top-text p{
    position: relative;
    border-bottom: 1px solid;
    padding-left: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 100px;
}
span#anchor-dot-2 {
    top: 147px;
    left: 818px;
}
span#anchor-dot-3 {
    top: 170px;
    left: 831px;
}
span#anchor-dot-4 {
    top: 244px;
    left: 650px;
}
span#anchor-dot-5{
    top: 244px;
    left: 650px;
}
span#anchor-dot-6{
    top: 171px;
    left: 404px;
}
#contact-modal, #menu-modal, #info-modal, #dot-modal{
    display: none;
    position: fixed;
    width: 100vw;
    z-index: 9999;
    top: 0;
    background: rgb(0 0 0 / 74%);
    height: 100vh;
    padding: 0 15px;
    overflow: hidden;
    right: 0;
}

.overflow-hidden{
    overflow: hidden !important;
}
.overflow-y-hidden{
    overflow-y: hidden !important;
}
/*tooltips*/

/*accessories*/
.accessories-slider .owl-item{
    width: 100% !important;
    place-content: center;
    display: flex;
}
.owl-nav button {
    background: unset;
    border: unset;
    color: #b9b9b947;
    font-size: 100px;
    font-family: 'Golos black';
}
.accessories-slider .owl-stage{
   width: 100%;
    display: flex;
}
.owl-prev, .owl-next{
    position: absolute;
    z-index: 999;
    top: 45%;
}
.owl-next{
    right: 0;
}
#accessories .info-box{
    margin-top: 80px;
}
.col-md-2{
    width: 22.9%;
}
.col-2-header{
    width: 16.66%
}
/*accessories*/
.modal-box{
    padding: 0 20px;
}
.more-arrow{
    position: absolute;
    width: 100%;
    bottom: 0;
    place-content: center;
    display: flex;
    margin-left: -10px;
    z-index: 999;
    background: #000229e0;
    height: 65px;
    align-items: end;
    padding-bottom: 10px;
}
.more-arrow img{
    height: fit-content;
}
.modal-header-box{
    display: grid;
    text-align: right;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    position: relative;
    padding: 10px 20px 10px 0;
}
.modal-header-box:before{
    border-left: 1px solid #fff;
    width: 50px;
    height: 16px;
    content: '';
    position: absolute;
    transform: rotate(50deg);
    right: -35px;
    bottom: -32px;
}
.modal-header-box:after{
    border-left: 1px solid #fff;
    width: 50px;
    height: 16px;
    content: '';
    position: absolute;
    transform: rotate(-50deg);
    right: -35px;
    top: -32px;
}
.modal-header-box span:not(.modal-text):before{
    border-left: 1px solid #fff;
    width: 50px;
    height: 16px;
    content: '';
    position: absolute;
    transform: rotate(-50deg);
    left: -24px;
    bottom: -48px;
}
.modal-header-box span:not(.modal-text):after{
    border-left: 1px solid #fff;
    width: 50px;
    height: 16px;
    content: '';
    position: absolute;
    transform: rotate(50deg);
    left: -24px;
    top: -4px;
}
.modal-links{
    margin-top: 50px;
}
.modal-links li {
    padding: 15px 0;
    text-decoration: underline;
}
.modal-links li:before {
    font-size: 18px;
}
.modal-links a {
    color: #fff;
    font-size: 12px;
    margin-right: 20px;
    text-decoration: unset;
    font-weight: 600;
}
.modal-links i {
    font-size: 10px;
}
.modal-header-box span:not(.modal-text){
    font-size: 18pt;
    font-family: 'Golos black';
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 55%, rgb(0 0 0) 60%, rgb(0 0 0) 100%);
    padding: 0 20px;
    margin-left: 20px;
    margin-bottom: 20px;
    max-width: fit-content;
    position: relative;
    font-weight: 900;
}
.modal-text{
    line-height: 12px;
    font-size: 14px;
    font-weight: 600;
}
.modal-header-box span i{
    font-size: 10px;
    position: absolute;
    right: 5px;
}
#menu-modal .modal-links{
    margin-top: 30px;
}
.container-modal {
    height: 69vh;
    display: grid;
    background: rgb(1,8,211);
    background: linear-gradient(180deg, rgba(1,8,211,1) 0%, rgba(0,0,0,1) 110%);
    margin: 120px 0;
    border-radius: 40px 0 0 40px;
    padding: 100px 15px;
    overflow: hidden;
}
.close-modal {
    position: absolute;
    top: 70px;
    right: 20px;
    cursor: pointer;
}
.modal-show{
    display: block !important;
    animation: shows 0.5s;
    -webkit-animation: webkit-shows 0.5s;
    -moz-animation: moz-shows 0.5s;
    -o-animation: o-shows 0.5;
}
@media(min-width: 1025px) and (max-width: 1390px){
    .info-box{
        margin-top: 150px;
    }
    .top-menu{
        padding-left: 100px;
    }
}
@media(min-width: 1391px) and (max-width: 1440px){
    .info-box{
        margin-top: 80px;
    }
}
@media(min-width: 1441px) and (max-width: 1640px){
    .info-box{
        margin-top: 120px;
    }
}
@media(min-width: 1921px) and (max-width: 2560px){
    .info-box{
        margin-top: -520px;
    }
    .right-text p{
        margin-top: -300px;
    }
    .text-dot{
        top: -200px;
    }
}
@media(min-width: 767px){
    .product-box{
        margin-bottom: -100px;
    }
    #advanced{
        padding-top: 180px;
    }
    #contact-modal, #menu-modal, #info-modal, #dot-modal{
        max-width: 100%;
        margin: 0 auto;
        place-content: center;
        align-items: center;
    }
    .modal-show{
        display: flex !important;
    }
    .container-modal{
        width: 50vw;
    }
}
@media(min-width: 768px) and (max-width: 1024px){
    .info-box{
        margin-top: -400px;
    }
    .top-menu{
        top: -75px;
    }
    .text-dot{
        left: 32px;
        top: -200px;
    }
    .right-text p{
        margin-top: -300px;
        margin-left: 40px;
    }
    .price{
        font-size: 28pt;
    }
}
@media(max-width: 767px){
    section {
        padding: 30px 0 60px;
        overflow: hidden;
    }
    html{
        overflow-x: hidden;
    }
    .cloud-bg{
        overflow: visible;
    }
    .d-sm-none{
        display: none;
    }
    .d-lg-none{
        display: block;
    }
    .title {
        font-size: 24pt;
        font-weight: 600;
        padding-top: 15px;
    }
    div[id*="hotspotImg"] {
        margin: 40px -30px 40px;
    }
    #hotspotImg-7{
        margin-bottom: unset;
    }
    #manufacture .cloud-bg {
        margin-top: -200px;
    }
    #manufacture .product-box{
        margin-bottom: 100px;
    }
.img-responsive{
    width: 100%;
    height: auto;
    display: block;
}
#manufacture .subtitle{
    font-weight: 400;
    padding-left: 50px;
    text-transform: none;
}

.img-* {
    width: 100%;
    height: auto;
    display: block;
    max-width: 100%;
}
div[id*="hotspotImg"] a[class*="hot-spot"]{
    width: 12px !important;
    height: 12px !important;
}
div[id*="box"]{
    left: unset !important;
}
.price-item span{
    display: block;
    width: 100%;
    text-align: center;
}
.mob-menu{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 20px;
}
section#advanced {
    padding-top: 80px;
}
.mob-logo{
    height: 30px;
}
.fa-bars{
    place-content: center;
    display: grid;
    font-size: 26px;
}
.cloud-bg{
    margin-top: 30px;
    margin-left: -20px;
}
.cloud-bg img{
    width: 220%;
    object-fit: cover;
    height: 100%;
    margin-top: 90px;
}
.price{
    font-family: 'Golos black';
}
.price-mob{
    font-size: 24px;
    font-weight: 900;
    padding: 0 10px;
    font-family: 'Golos black';
}
.more-info{
    position: relative;
    text-align: right;
    line-height: 14px;
    margin-bottom: 5px;
    font-size: 12px;
}
.more-info span{
    text-decoration: underline;
    font-size: 13px;
}
.more-info i {
    font-size: 10px;
    position: absolute;
    top: 4px;
    right: -14px;
}
.more-info, .slider-item{
    cursor: pointer;
}
.left-info-box img{
    padding-bottom: 10px;
}
.mb-6 .left-info-box{
    padding-right: 10px;
}
.col-3.me-4 {
    border: unset;
    padding-left: 15px;
    position: absolute;
    right: 15px;
    top: -18px;
}
.modal-gallery{
    margin-bottom: 40px;
}
.btn-info{
    display: grid;
    text-align: center;
}
.btn-menu{
    height: 15px;
    cursor: pointer;
}
.btn-info span{
    font-size: 14px;
    text-decoration: underline;
    padding-bottom: 2px;
}
.btn-info{
    display: grid;
    text-align: center;
    padding: 15px 0 25px;
    background: #0027ED;
    border-radius: 50%;
    margin-top: 5px;
    height: 100px;
    width: 100px;
    line-height: 0;
    font-weight: 600;
    cursor: pointer;
}
.btn-info i{
    line-height: 15px;
    font-size: 10px;
    margin-top: 10px;
}
#info-modal .modal-header-box span:not(.modal-text):before,
#dot-modal .modal-header-box span:not(.modal-text):before{
    bottom: -36px;
}
.mb-6{
    margin-bottom: 30px;
}
.price-desc{
    font-size: 12px;
    line-height: 12px;
    bottom: 0;
}

.slider-box{
    display: flex;
    float: left;
    padding-left: 20px;
    align-items: baseline;
    padding-top: 20px;
}
.slider-item.active{
    height: 50px;
    filter: unset;
}
.slider-item{
    height: 24px;
    filter: brightness(0.6);
    margin-right: 5px;
}
.info-box .row {
    justify-content: normal;
}
.col-7.ms-4{
    height: 70px;
}
.price{
    margin-left: 0;
}
#exepto {
    padding-bottom: 60px;
}

.product-description{
    margin: 40px 0;
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
}
/*#dot-modal .modal-header-box{*/
    /*    padding: 0;*/
    /*}*/
    .gallery-item {
        height: 50px;
        margin: 7px 2.5px;
    }
    .gallery-box {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    #info-modal .container-modal{
        padding-bottom: 0;
    }
    .modal-advant {
        display: grid;
        margin-bottom: 40px;
    }
    .modal-advant .advant-item {
        display: flex;
        align-items: baseline;
        margin-top: 20px;
        font-size: 14px;
        font-weight: 600;
    }
    .modal-advant .advant-item img{
        height: 25px;
        margin-right: 10px;
    }
    #manufacture .col-md-6 {
        width: unset;
    }
    #manufacture .col-md-7, #manufacture .col-md-4, #manufacture .col-12 {
        width: 95%;
        padding: 0 2px;
        margin: 0 auto;
        margin-bottom: 40px;
        height: 240px;
    }
    #manufacture .col-md-6{
        height: 380px;
    }
    #manufacture .col-md-6 .price-desc{
        height: 165px !important;
    }
    #manufacture .col-md-6 .advant-desc{
        height: 293px;
    }
    .mt-8{
        margin-top: unset;
    }
    #manufacture .left-info-box .price-desc, #manufacture .right-info-box .advant-desc{
        height: unset;
        line-height: 17px;
    }
    #manufacture .left-info-box .price-desc, #manufacture .right-info-box .advant-desc {
        text-align: end;
        align-items: center;
        display: grid;
        align-self: center;
        height: 164px;
        font-size: 11pt;
        padding-lefT: 30px;
    }
    #manufacture .col-md-6 .price-desc{
        height: unset;
    }
    .modal-advant .advant-item ul{
        padding-left: 0;
    }
    span.price-item{
        font-size: 14px;
        font-weight: 600;
    }
    span.price-item p {
        font-size: 40px;
        font-weight: 600;
        line-height: 10px;
        margin-top: 40px;
        font-family: 'Golos black';
        text-align: center;
    }
    /*#dot-modal .modal-header-box, #dot-modal .modal-header-box:after, #dot-modal .modal-header-box:before{*/
    /*    border: unset !important;*/
    /*    place-content: center;*/
    /*}*/
    .slider-box a {
        display: grid;
    }
    /*#dot-modal .modal-header-box img{*/
    /*    height: 90px;*/
    /*    width: auto !important;*/
    /*}*/
    #dot-modal .modal-body{
        width: 100%;
    }
    @keyframes shows {
        from {
            right: -100%;
        }
        to {
            right: 0;
        }
    }
    @-webkit-keyframes webkit-shows {
        from {
            right: -100%;
        }
        to {
            right: 0;
        }
    }
    @-moz-keyframes moz-shows {
        from {
            right: -100%;
        }
        to {
            right: 0;
        }
    }
    @-o-keyframes o-shows {
        from {
            right: -100%;
        }
        to {
            right: 0;
        }
    }
}