@import url('https://fonts.googleapis.com/css2?family=PT+Sans+Narrow:wght@400;700&display=swap');
* {
    padding: 0;
    margin: 0;
}
body {
    font-family: 'PT Sans Narrow', 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;
}
.align-center {
    text-align: center;
}
::selection {
    background: #00bae0;
    color: #313131;
}
::-moz-selection {
    background: #00bae0;
    color: #313131;
}
/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 15px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
}
::-webkit-scrollbar-thumb {
    border-radius: -10%;
    background-color: #00bae0;
}
ul li {
    list-style-position: inside;
}
a, .btn, input, button, textarea {
    outline: none;
    display: inline-block;
    transition: .2s ease-in-out;
    text-decoration: none;
    font-family: 'PT Sans Narrow', sans-serif;
}
.btn:hover, input:hover, button:hover {
    transition: .2s ease-in-out;
    text-decoration: none;
}
button {
    border: none;
}
button:hover {
    cursor: pointer;
}
.btn {
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    padding: 12px 25px;
    font-weight: 700;
}
.btn-blue {
    background: linear-gradient(to top, #007bd5, #00bae0);
    color: #fff;
    border-bottom: 3px solid #1e4da4;
}
.btn-blue:hover {
    background: linear-gradient(to top, #007bd5, #007bd5);
    color: #fff;
    border-bottom: 3px solid #1e4da4;
}
.btn-black {
    background: linear-gradient(to top, #444444, #717171);
    color: #fff;
    border-bottom: 3px solid #0e0e0e;
}
.btn-black:hover {
    background: linear-gradient(to top, #444444, #444444);
    color: #fff;
    border-bottom: 3px solid #0e0e0e;
}
/*STYLE*/
header {
    background-image: url("../images/backgraund-01.png");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 600px;
    padding-top: 10px;
    position: relative;
}
header.page-content {
    min-height: auto;
}
.block-logo img {
    width: 100%;
}
.head-text {
    margin-top: 20px;
    text-align: right;
}
.head-text p {
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
}
header h5 {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    margin-bottom: 5px;
}
.block-soc {
    margin-top: 20px;
    text-align: right;
}
.block-soc a img {
    float: right;
    width: 26px;
    height: 26px;
    margin-left: 5px;
}
.block-soc a:hover {
    transition: .2s ease-in-out;
    transform: scale(1.05);
}
.block-phone {
    text-align: right;
    margin-top: 20px;
}
.block-phone a {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    color: #000;
    display: block;
}
.block-phone a:hover {
    text-decoration: underline;
}
#banner {
    margin-top: 85px;
}
#banner h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
    text-transform: uppercase;
}
#banner h2 {
    font-size: 33px;
    line-height: 33px;
    margin-bottom: 10px;
}
#banner h3 {
    font-size: 24px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 50px;
}
.banner-osob {
    margin-top: 30px;
}
.banner-osob span {
    font-size: 48px;
    float: left;
    margin-right: 15px;
    line-height: 48px;
    color: #007bd5;
    font-weight: 700;
}
.banner-osob p {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
}
#catalog {
    margin-top: 100px;
    margin-bottom: 40px;
    position: relative;
}
#catalog h3, #brands h3 {
    font-size: 30px;
    margin-bottom: 50px;
    line-height: 30px;
    text-transform: uppercase;
}
.category-item {
    margin-bottom: 60px;
}
.category-item a img {
    width: 100%;
    margin-bottom: 10px;
}
.category-item h4 a {
    font-size: 24px;
    line-height: 24px;
    color: #000;
    font-weight: 700;
    margin-bottom: 5px;
}
.category-item h4 a span {
    color: #007bd5;
}
.category-item h4 a:hover {
    color: #007bd5;
}
.category-item ul {
    margin-bottom: 10px;
    min-height: 40px;
}
.category-item ul li {
    display: inline-block;
}
.category-item ul li a {
    color: #000;
    text-decoration: underline;
}
.category-item ul li a:hover {
    text-decoration: none;
}
#brands {
    margin-bottom: 100px;
}
#owl-brands a {
    transition: .2s ease-in-out;
}
#owl-brands a img {
    opacity: 0.3;
    filter: grayscale(1);
}
#owl-brands a:hover img {
    opacity: 1;
    filter: grayscale(0);
}
#help {
    padding-top: 60px;
    padding-bottom: 60px;
    background: linear-gradient(to right, #007bd5, #00bae0);
    color: #fff;
    position: relative;
    margin-bottom: 100px;
}
#help .container {
    position: relative;
}
.texture-04 {
    position: absolute;
    top: -120px;
    right: 0px;
}
#help h3 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
}
#help p {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}
.texture-05 {
    position: absolute;
    left: -200px;
    top: -100px;
}
footer {
    padding-bottom: 100px;
    background-image: url("../images/backgraund-02.png");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
}
.footer-phone {
    margin-top: 80px;
    margin-bottom: 60px;
    text-align: center;
}
footer h3 {
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 30px;
    text-transform: uppercase;
}
.footer-phone a {
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    display: block;
    text-decoration: underline;
    color: #000;
}
.footer-phone a:hover {
    text-decoration: none;
}
.texture-01 {
    position: absolute;
    right: 0;
    top: 0;
}
.texture-02 {
    position: absolute;
    left: 0;
    bottom: -200px;
}
.texture-03 {
    position: absolute;
    left: 0;
    bottom: 0;
}
.texture-06 {
    position: absolute;
    left: 0;
    top: 0;
}
#content #catalog .category-item {
    margin-bottom: 30px;
}
#content #catalog .category-item ul {
    min-height: auto;
    margin-bottom: 0;
}
#content #catalog h3 {
    margin-bottom: 30px;
}
#content #catalog {
    margin-bottom: 100px;
    margin-top: 0;
}
#content {
    margin-top: 30px;
}
#content h3 {
    font-size: 30px;
    margin-bottom: 50px;
    line-height: 30px;
    text-transform: uppercase;
}
.product-item {
    margin-bottom: 60px;
}
.product-item img {
    width: 100%;
}
.product-item h4 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.product-item p {

}
.product-item span {
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 15px;
    font-weight: 700;
    font-size: 18px;
}
.product-item .btn {

}
.popup-modal-style {
    width: 450px;
    position: relative;
    margin: auto;
    padding: 60px;
    background: #fff;
    text-align: center;
}
form h3 {
    font-size: 30px;
    margin-bottom: 0px;
    line-height: 30px;
    text-transform: uppercase;
}
form p {
    margin-bottom: 30px;
}
form input {
    font-size: 16px;
    line-height: 16px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    border: none;
    border-bottom: 2px solid #007bd5;
    display: block;
    padding: 10px 0px;
}
#map {
    display: block;
    position: relative;
    margin-bottom: 40px;
    text-align: center;
}
#map h3 {
    margin-bottom: 20px;
}
#map canvas {
    filter: grayscale(1);
    opacity: 0.6;
}
.mail_send-sacsses {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}
/*Разработка & дизайн: weba.by*/
.weba-dev {
    font-family: Roboto, sans-serif;
    float: right;
    position: relative;
    margin-top: 0px;
}
.weba-dev > span {
    font-size: 10px;
}
.weba-dev a {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    display: block;
    line-height: 33px;
    color: #fff;
}
.weba-dev a:hover {
    color: #313131;
}
.weba-logo {
    font-family: Roboto, sans-serif;
    font-size: 48px;
    font-weight: bold;
    line-height: 48px;
    color: #313131;
}
.weba-logo span {
    font-family: Roboto, sans-serif;
    color: #ffea00;
    font-weight: bold;
}
.weba-href {
    text-align: right;
}
.webapico {
    position: absolute;
    right: -12px;
    top: -21px;
    width: 50px;
    height: 52px;
    animation: webapico-anime 2s linear infinite;
    transform-origin: 47% 100%;
}
@keyframes webapico-anime {
    0% {
        background-image: url(../images/weba/webapico.png);
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }
    15% {
        background-image: url(../images/weba/webapico.png);
        transform: rotate(-60deg);
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }
    20% {
        background-image: url(../images/weba/webapico.png);
        transform: rotate(-45deg);
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }
    25% {
        background-image: url(../images/weba/webapico.png);
        transform: rotate(-60deg);
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }
    30% {
        background-image: url(../images/weba/webapico.png);
        transform: rotate(-45deg);
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }
    50% {
        background-image: url(../images/weba/webapico.png);
        transform: rotate(0deg);
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }
    70% {
        background-image: url(../images/weba/webapico.png);
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }
    73% {
        background-image: url(../images/weba/webapico2.png);
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }
    76% {
        background-image: url(../images/weba/webapico.png);
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }
    81% {
        background-image: url(../images/weba/webapico2.png);
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }
    83% {
        background-image: url(../images/weba/webapico.png);
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }
    100% {
        background-image: url(../images/weba/webapico.png);
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }
}