@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
* {
    padding: 0;
    margin: 0;
}
body {
    font-family: 'Montserrat', sans-serif;
    display: block;
    position: relative;
    overflow-x: hidden;
}
.mobile-only {
    display: none;
}
.desctop-only {
    display: block;
}
.body-scroll {
    overflow: hidden;
}
.float-right {
    float: right;
}
::selection {
    background: #008ddf;
    color: #fff;
}
::-moz-selection {
    background: #008ddf;
    color: #fff;
}
ul li {
    list-style-position: inside;
    list-style-type: square;
    color: #008ddf;
}
ul li a, ul li a:hover, ul li span {
    font-weight: 300;
}
a, .btn, input, button, textarea, select {
    outline: none;
    display: inline-block;
    transition: .2s ease-in-out;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.btn:hover, input:hover, button:hover {
    transition: .2s ease-in-out;
    text-decoration: none;
    cursor: pointer;
}
button {
    border: none;
}
button:hover {
    cursor: pointer;
}
.btn {
    display: inline-block;
    text-decoration: none;
    padding: 12px 15px;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    font-weight: 400;
}
.btn-white{
    border: 1px solid #fff;
    color: #fff;
}
.btn-white:hover{
    border: 1px solid #0a3c6e;
    color: #0a3c6e;
}
.btn-blue{
    border: 1px solid #0a3c6e;
    color: #0a3c6e;
}
.btn-blue:hover{
    border: 1px solid #008ddf;
    color: #008ddf;
}
/*padding & margin*/
.mt-60{
    margin-top: 60px!important;
}
/*style*/
header{
    min-height: 500px;
    background-image: url("../image/backgroung.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.block-top{
    padding-bottom: 65px;
    padding-top: 30px;
}
nav ul li{
    list-style-type: none;
    display: inline-block;
    float: right;
}
nav ul li a{
    color: #fff;
    padding-top: 20px;
    padding-left: 30px;
    font-weight: 400;
    font-size: 18px;
}
nav ul li a:hover{
    font-weight: 400;
    font-size: 18px;
}
header h1{
    font-size: 48px;
    font-weight: 500;
    line-height: 52px;
    color: #fff;
    margin-bottom: 80px;
    z-index: 300;
    position: relative;
}
header h1 span{
    font-weight: 700;
    display: block;
}
header .block-osob span{
    display: inline-block;
    float: left;
    font-size: 44px;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
    margin-right: 10px;
    z-index: 300;
    position: relative;
}
header .block-osob p{
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    z-index: 300;
    position: relative;
}
header .product-slider{
    position: relative;
    min-height: 330px;
}
header .product-slider h2{
    font-size: 120px;
    line-height: 130px;
    font-weight: 700;
    color: #fff;
}
header .product-slider .product-img{
    position: absolute;
    height: 330px;
    width: 330px;
    top: 30px;
    z-index: 100;
}
header .product-slider .product-img img{
    width: 100%;
}
header .product-slider .btn-white{
    display: block;
    width: 180px;
    text-align: center;
    right: 0;
    left: 0;
    position: relative;
    margin: 0 0 15px auto;
    z-index: 300;
}
header .product-slider .product-youtube{
    text-align: right;
    position: absolute;
    z-index: 200;
    right: 0;
    top: 250px;
}
header .product-slider .product-youtube a{
    color: #fff;
    text-decoration: underline;
    line-height: 111px;
    font-size: 16px;
}
header .product-slider .product-youtube a:hover{
    color: #0a3c6e;
    text-decoration: none;
}
header .product-slider .product-youtube a img{
    z-index: 200;
    float: left;
    margin-right: 25px;
    animation: btn-youtube 2s ease-in-out infinite;
    display: block;
    width: auto;
}
@keyframes btn-youtube {
    0%{
        opacity: 1;
    }
    50%{
        opacity: .6;
        transform: scale(1.1);
    }
    100%{
        opacity: 1;
    }
}
header #owl-banner .owl-nav{
    position: absolute;
    margin-top: 0;
    top: 0;
    right: 0;
}
header #owl-banner .owl-item{
    opacity: 0;
    z-index: 0;
}
header #owl-banner .owl-item.active{
    opacity: 1;
    z-index: 100;
}
header .owl-carousel .owl-stage-outer{
    overflow: inherit;
}
header #owl-banner .owl-nav .owl-prev{
    display: none;
}
header #owl-banner .owl-nav .owl-next{
    background-color: #0a3c6e;
    padding: 18px 31px;
    margin: 0;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    opacity: .4;
    text-align: center;
}
header #owl-banner .owl-nav .owl-next span{
    font-size: 70px;
    line-height: 33px;
    font-weight: 500;
    color: #fff;
}
header #owl-banner .owl-nav .owl-next:hover{
    transform: scale(1.1);
    opacity: .7;
}
#prop{
    min-height: 700px;
    background-image: url("../image/backgroung_02.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#prop .block-head{
    font-size: 48px;
    line-height: 50px;
    font-weight: 700;
    color: #fff;
    margin-top: -25px;
}
#prop .block-prop{
    position: relative;
    width: 100%;
    height: 500px;
    background-image: url("../image/sky_br70_prem.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 60px;
}
#prop .block-prop span{
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}
.prop-01{
    position: absolute;
    top: -20px;
    left: 400px;
}
.prop-02{
    position: absolute;
    top: 120px;
    left: 540px;
}
.prop-03{
    position: absolute;
    top: 56px;
    left: 795px;
}
.prop-04{
    position: absolute;
    top: 138px;
    left: 838px;
}
.prop-05{
    position: absolute;
    top: 214px;
    left: 890px;
}
.prop-06{
    position: absolute;
    top: 295px;
    left: 922px;
}
.prop-07{
    position: absolute;
    top: 504px;
    left: 650px;
}
.prop-08{
    position: absolute;
    top: 460px;
    left: 513px;
}
.prop-09{
    position: absolute;
    top: 440px;
    left: 359px;
}
.prop-10{
    position: absolute;
    top: 194px;
    left: 186px;
}
.prop-11{
    position: absolute;
    top: 55px;
    left: 268px;
}
#catalog .block-head{
    font-size: 48px;
    line-height: 50px;
    font-weight: 700;
    color: #0a3c6e;
    text-align: center;
    margin-top: 55px;
    margin-bottom: 55px;
    background-image: url("../image/skyboard.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 45%;
}
.product-item h4{
    font-size: 16px;
    color: #0a3c6e;
}
.product-item .product-price{
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
    color: #008ddf;
    font-weight: 900;
}
.product-item .product-price-old{
    text-decoration: line-through;
    margin-top: 15px;
    display: block;
}
.product-item .btn{
    padding: 8px;
    font-size: 13px;
    text-transform: initial;
}
.product-item{
    margin-bottom: 60px;
}
.product-img {
    width: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 250px;
}


footer{
    background-color: #e2e6ec;
    padding-bottom: 30px;
}
footer .block-soc{
    line-height: 48px;
}
footer .block-head{
    font-size: 48px;
    line-height: 50px;
    font-weight: 700;
    color: #0a3c6e;
    text-align: center;
    margin-top: 55px;
    margin-bottom: 55px;
    background-image: url("../image/skyboard-w.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 45%;
}
footer span, footer span a{
    font-size: 20px;
    line-height: 38px;
    color: #0a3c6e;
    font-weight: 700;
}
footer span img{
    float: left;
    margin-right: 15px;
}
footer .block-soc a.icon-soc {
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
footer .block-soc a.icon-soc:hover{
    transform: scale(1.1);
}
footer .block-soc a.icon-soc.icon-inst-b {
    background-image: url("../image/icon-inst-b.png");
}
footer .block-soc a.icon-soc.icon-vk-b {
    background-image: url("../image/icon-vk-b.png");
    margin-right: 15px;
}
footer .block-map{
    margin-top: 50px;
    margin-bottom: 30px;
    filter: grayscale(1);
}
footer p.dev{
    text-align: right;
    font-size: 14px;
}
footer p.dev a{
    color: #000;
    font-weight: 900;
}
footer p.dev a span{
    color: #ffe900;
}
/*popup*/
.popup-modal-style {
    width: 400px;
    margin: auto;
    background: #fff;
    position: relative;
    padding: 40px;
    border: 4px solid #0a3c6e;
    text-align: center;
}
.popup-modal-style h3, .popup-modal-style h3{
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 0px;
    color: #0a3c6e;
    display: block;
}
.popup-modal-style h2{
    text-transform: uppercase;
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 10px;
    font-weight: 900;
    color: #0a3c6e;
}
.popup-modal-style p{
    font-size: 14px;
    font-weight: 400;
    display: block;
    margin-bottom: 15px;
}
.popup-modal-product {
    background: #fff;
    display: block;
    overflow-y: auto;
    padding-top: 100px;
    padding-bottom: 100px;
}
.popup-modal-product h4 {
    font-size: 28px;
    color: #0a3c6e;
}
.popup-modal-product .product-img{
    height: 300px;
}
.popup-modal-product .product-price{
    font-size: 24px;
    margin-bottom: 10px;
    display: block;
    color: #008ddf;
    font-weight: 900;
}
.popup-modal-product .product-price-old{
    text-decoration: line-through;
    margin-top: 15px;
    display: block;
}
.popup-modal-product ul{
    margin-bottom: 30px;
}
.popup-modal-product ul li{
    color: #000;
    margin-bottom: 5px;
}
.popup-modal-product ul h4{
    font-size: 18px;
    color: #000;
    margin-bottom: 15px;
}
.popup-modal-product .mfp-close{
    font-size: 80px;
    color: #000;
    top: 40px;
    right: 40px;
}
.mfp-container{
    padding: 0;
}
/*form*/
form input{
    display: block;
    padding: 12px 0px;
    font-size: 14px;
    line-height: 14px;
    background: none;
    border-bottom: 1px solid #0a3c6e;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    margin: 0 auto 15px;
}
form .btn-blue{
    background: #0a3c6e;
    color: #fff;
    font-weight: 700;
}

/*Разработка & дизайн: weba.by*/
.weba-dev {
    float: right;
    position: relative;
    margin-top: 70px;
}
.weba-dev > span {
    font-size: 10px;
}
.weba-dev a {
    text-decoration: none;
    display: block;
    line-height: 33px;
    color: #313131;
    font-family: roboto;
}
.weba-dev a:hover {
    color: #313131;
}
.weba-logo {
    font-family: 'Montserrat', sans-serif;
    font-size: 48px!important;
    font-weight: bold;
    line-height: 48px;
    color: #313131;
}
.weba-logo span {
    color: #ffea00;
    font-weight: bold;
    font-size: 48px!important;
    display: inline-block!important;
}
.weba-href {
    text-align: right;
}
.webapico {
    position: absolute;
    right: -12px;
    top: 0px;
    width: 50px;
    height: 52px;
    animation: webapico-anime 2s linear infinite;
    transform-origin: 47% 100%;
}
@keyframes webapico-anime {
    0% {
        background-image: url(../image/weba/webapico.png);
        background-size: cover;
    }
    15% {
        background-image: url(../image/weba/webapico.png);
        transform: rotate(-60deg);
        background-size: cover;
    }
    20% {
        background-image: url(../image/weba/webapico.png);
        transform: rotate(-45deg);
        background-size: cover;
    }
    25% {
        background-image: url(../image/weba/webapico.png);
        transform: rotate(-60deg);
        background-size: cover;
    }
    30% {
        background-image: url(../image/weba/webapico.png);
        transform: rotate(-45deg);
        background-size: cover;
    }
    50% {
        background-image: url(../image/weba/webapico.png);
        transform: rotate(0deg);
        background-size: cover;
    }
    70% {
        background-image: url(../image/weba/webapico.png);
        background-size: cover;
    }
    73% {
        background-image: url(../image/weba/webapico2.png);
        background-size: cover;
    }
    76% {
        background-image: url(../image/weba/webapico.png);
        background-size: cover;
    }
    81% {
        background-image: url(../image/weba/webapico2.png);
        background-size: cover;
    }
    83% {
        background-image: url(../image/weba/webapico.png);
        background-size: cover;
    }
    100% {
        background-image: url(../image/weba/webapico.png);
        background-size: cover;
    }
}
