@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:ital,wght@0,300;0,700;1,300&display=swap');
* {
    padding: 0;
    margin: 0;
}
body {
    font-family: 'Open Sans Condensed', sans-serif;
    display: block;
    position: relative;
    overflow-x: hidden;
}
.mobile-only {
    display: none;
}
.desctop-only {
    display: block;
}
h1 {
    font-size: 50px;
    text-transform: uppercase;
    line-height: 54px;
    font-weight: 900;
}
h3 {
    font-size: 28px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 900;
    text-align: left!important;
}
p {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}
p span{
    font-weight: 900;
}
ul li {
    list-style-position: inside;
    list-style-type: square;
    font-size: 18px;
    line-height: 22px;
}
a, .btn, input, button, textarea {
    font-family: 'Open Sans Condensed', sans-serif;
    outline: none;
    display: inline-block;
    transition: .3s ease-in-out;
    text-decoration: none;
}
.btn:hover, input:hover, button:hover {
    transition: .3s ease-in-out;
    text-decoration: none;
}
a {
    color: #ffc800;
    font-weight: 900;
}
a:hover {
    color: #000;
    text-decoration: underline;
}
.btn {
    padding: 10px 20px;
    color: #fff;
    background: #313131;
    font-size: 18px;
    font-weight: 300;
    border-radius: 0;
}
form input, form textarea{
    padding: 15px;
    font-size: 16px;
    color: #000;
    display: block;
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #000000;
    border-radius: 0;
    width: 100%;
}
.btn:hover {
    color: #fff;
    background: #ffc800;
}
button {
    border: none;
}
button:hover {
    cursor: pointer;
}
hr {
    width: 10%;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 3px solid #ffc800;
    margin-bottom: 50px;
    margin-top: 10px;
    display: block;
    position: relative;
}
#banner, #about, #what, #uslug, #work, #clients, #review {
    padding-top: 80px;
    padding-bottom: 80px;
}
header {
    padding-top: 30px;
    padding-bottom: 30px;
}
.block-location img, .block-phone img {
    float: left;
    width: 16px;
    height: 16px;
    margin-top: 3px;
    margin-right: 10px;
}
.block-phone a{
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #000;
}
header nav {
    text-align: right;
    margin-top: 30px;
}
header nav a {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    margin-right: 30px;
    padding-bottom: 15px;
    text-decoration: none;
    border-bottom: 3px solid transparent;
}
header nav a.active, header nav a:hover {
    color: #ffc800;
    text-decoration: none;
    border-bottom: 3px solid #ffc800;
}

/*banner*/
#banner h1{
    margin-bottom: 30px;
}
#banner img{
    float: right;
}

/*about*/
#about{
    background: #f3f3f3;
}
/*what*/
.block-what{
    text-align: center;
}
.block-what img{
    margin-bottom: 20px;
}
.block-what h4{
    margin-bottom: 10px;
}
/*uslugi*/
#uslug{
    background: #fff7da;
}
#uslug img {
    width: 100%;
}
#uslug h4{
    min-height: 44px;
    margin-top: 10px;
    margin-bottom: 10px;
}
#uslug ul{
    min-height: 130px;
    margin-bottom: 15px;
}
#uslug p{
    min-height: 130px;
    margin-bottom: 15px;
}

/*work*/
#work{
    text-align: center;
}
#work img{
    margin-bottom: 20px;
}
#work h4{
    margin-bottom: 10px;
}

/*clients*/
#clients{
    background: #2d2d2d;
    color: #fff;
}
#clients h4{
    text-align: center;
    padding: 20px 5px;
    background: #424242;
    margin-bottom: 30px;
    min-height: 90px;
    font-size: 14px;
    font-weight: 300;
}
.content h3{
    margin-bottom: 20px;
}
.content hr{
    margin-top: 50px;
    margin-bottom: 50px;
    width: 40%;
}
.content p{
    margin-top: 15px;
    margin-bottom: 15px;
}
.content h4{
    margin-top: 30px;
    font-size: 18px;
    margin-bottom: 15px;
}
.content ul li{
    text-align: justify;
    list-style-position: inherit;
    margin-left: 15px;
}
.price table{
    width: 100%;
    margin-bottom: 80px;
    border-spacing: 0px;
}
.price table tr td {
    padding: 15px;
    font-size: 18px;
}
.price table tr:first-child td{
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    font-weight: 900;
    background: #fff7da;
}
.price table tr{
    transition: .3s ease-in-out;
}
.price table tr:hover{
    background: #fff7da;
}
#review a{
    display: block;
    text-align: center;
    color: #000;
    font-weight: 500;
}
#review a img{
    display: block;
    margin: 0px auto 15px;
}

footer{
    margin-top: 80px;
    margin-bottom: 40px;
}
footer .block-phone a, footer .block-location p{
    margin-bottom: 10px;
    font-size: 20px;
}

.popup-modal-style{
    padding: 60px;
    width: 400px;
    display: block;
    margin: auto;
    background: #fff;
    position: relative;
}
.popup-modal-style p{
    margin-bottom: 20px;
}
.mail_send-sacsses, .mail_send-sacsses_email{
    text-align: center;
    font-size: 28px;
    font-weight: 900;
}
.mail_send-sacsses-p, .mail_send-sacsses-p_email{
    text-align: center;
    font-size: 18px;
}










/*Разработка & дизайн: 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: #000;
}
.weba-dev a:hover {
    color: #313131;
}
.weba-logo {
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    font-weight: bold;
    line-height: 48px;
    color: #313131;
}
.weba-logo span {
    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;
    }
    15% {
        background-image: url(../images/weba/webapico.png);
        transform: rotate(-60deg);
        background-size: cover;
    }
    20% {
        background-image: url(../images/weba/webapico.png);
        transform: rotate(-45deg);
        background-size: cover;
    }
    25% {
        background-image: url(../images/weba/webapico.png);
        transform: rotate(-60deg);
        background-size: cover;
    }
    30% {
        background-image: url(../images/weba/webapico.png);
        transform: rotate(-45deg);
        background-size: cover;
    }
    50% {
        background-image: url(../images/weba/webapico.png);
        transform: rotate(0deg);
        background-size: cover;
    }
    70% {
        background-image: url(../images/weba/webapico.png);
        background-size: cover;
    }
    73% {
        background-image: url(../images/weba/webapico2.png);
        background-size: cover;
    }
    76% {
        background-image: url(../images/weba/webapico.png);
        background-size: cover;
    }
    81% {
        background-image: url(../images/weba/webapico2.png);
        background-size: cover;
    }
    83% {
        background-image: url(../images/weba/webapico.png);
        background-size: cover;
    }
    100% {
        background-image: url(../images/weba/webapico.png);
        background-size: cover;
    }
}