/*
Theme Name: newpropiska
Theme URI: newpropiska
Description: DS
Author: DS
Author URI: DS
*/
img[src$=".gif"], img[src$=".png"] {
    image-rendering: optimizeQuality;
}
* {
    margin: 0px;
    padding: 0px;
    list-style: none;
    resize: none;
    outline: none;
    font-family: 'Raleway', sans-serif;
    color: #000;
    font-size: 14px;
    line-height: normal;
    -webkit-appearance: none;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent;
    -o-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
}
input, textarea {
    font-size: 16px;
    font-weight: 400;
    border-radius: 0px;
}
input[readonly] {
     cursor: text;
     background-color: #fff;
}
button {
    font-size: 16px;
}
body {
    position: relative;
    background: #fff;
    padding-top: 70px;
    overflow-x: hidden;
}
h1 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
}
img {
    max-width: 100%;
}
.container {
    max-width: calc(1200px - 30px);
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.top {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    background: #f8f8f8;
}
.top * {
    color: #000;
}
.top .container {
    display: flex;
    align-items: center;
    height: 70px;
}
.top .container .logo a,
.top .container .logo img {
    display: flex;
    align-items: center;
}
.top .container .logo img {
    height: 34px;
}
.top .container nav {
    margin-left: 35px;
}
.top .container nav ul {
    display: flex;
    flex-wrap: wrap;
}
.top .container nav ul li {
    margin-right: 30px;
}
.top .container nav ul li:last-child {
    margin-right: 0px;
}
.top .container nav ul li a {
    font-weight: 500;
}
.contacts {
    margin-left: auto;
}
.contacts p {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    display: block;
    margin-bottom: 30px;
}
.contacts ul,
.contacts ul li,
.contacts ul li a {
    display: flex;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}
.contacts .messengers {
    margin-right: 30px;
}
.contacts .messengers ul {
    margin-left: 10px;
}
.first {
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(./assets/img/bg.jpg) no-repeat 50% 50%;
    background-size: cover;
    position: relative;
}
.first:before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    left: 0;
    top: 0;
}
.first .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.first h1 {
    font-size: 70px;
    margin-bottom: 30px;
    font-weight: 800;
    text-transform: uppercase;
}
.first .container p {
    color: #fff;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}
.features {
    width: 100%;
    margin-top: 70px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.features .item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 35px 20px;
    background: rgba(0,0,0,0.3);
    border-radius: 100px 100px 0px 0px;
    box-shadow: 27px 27px 30px #0000003b;
    margin-right: 30px;
}
.features .item:last-child {
    margin-right: 0px;
}
.features .item span {
    height: 100px;
    width: 100px;
    border-radius: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #cfd9e3;
}
.features .item span img {
    max-height: 50px;
}
.features .item p {
    color: #fff;
    max-width: 170px;
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
}
.messengers .mess {
    margin-right: 10px;
}
.messengers .mess:last-child {
    margin-right: 0px;
}
.messengers .mess a {
    height: 28px;
    width: 28px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.messengers .mess a:after {
    content: '';
    position: absolute;
}
.messengers .tg a {
    background: #065fbd;
}
.messengers .tg a:after {
     position: absolute;
    content: '';
    -webkit-mask: url(./assets/img/tg.svg) no-repeat center;
    mask: url(./assets/img/tg.svg) no-repeat center;
    background-color: #fff;
    -webkit-mask-size: 14px;
    mask-size: 14px;
    height: 28px;
    width: 28px;
}
.messengers .vb a {
    background: #673ab7;
}
.messengers .vb a:after {
     position: absolute;
    content: '';
    -webkit-mask: url(./assets/img/vb.svg) no-repeat center;
    mask: url(./assets/img/vb.svg) no-repeat center;
    background-color: #fff;
    -webkit-mask-size: 16px;
    mask-size: 16px;
    height: 28px;
    width: 28px;
}
.messengers .wh a {
    background: #8bc34a;
}
.messengers .wh a:after {
    position: absolute;
    content: '';
    -webkit-mask: url(./assets/img/wh.svg) no-repeat center;
    mask: url(./assets/img/wh.svg) no-repeat center;
    background-color: #fff;
    -webkit-mask-size: 16px;
    mask-size: 16px;
    height: 28px;
    width: 28px;
}
.utp_price {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
}
.utp_price a,
#stoimost .items .item a {
    padding: 15px 40px;
    border-radius: 14px;
    background: #f4b22f;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
/*.utp_price a:before {
    left: 15px;
    position: absolute;
    content: '';
    -webkit-mask: url(./assets/img/call.svg) no-repeat center;
    mask: url(./assets/img/call.svg) no-repeat center;
    background-color: #000;
    -webkit-mask-size: 16px;
    mask-size: 16px;
    height: 16px;
    width: 16px;
}*/
.arrow_next_section {
    position: absolute;
    animation: arrow_next_section 2s ease infinite;
    left: 50%;
    transform: translate(-50%, 0%);
    height: 24px;
    width: 24px;
}
.arrow_next_section:before {
    position: absolute;
    content: '';
    -webkit-mask: url(./assets/img/tap.svg) no-repeat center;
    mask: url(./assets/img/tap.svg) no-repeat center;
    background-color: #fff;
    -webkit-mask-size: 24px;
    mask-size: 24px;
    height: 24px;
    width: 24px;
}
@keyframes arrow_next_section {
    0% { bottom: 25px; }   
    50% { bottom: 35px; }   
    100% { bottom: 25px; }
   }
#usluga ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
    background: #fff6e5;
    padding-bottom: 50px;
    padding-top: 25px;
}
#usluga ul li {
    padding: 15px 35px;
    border-radius: 5px;
    margin-right: 25px;
    margin-top: 25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: 0px 10px 20px #ebdfc9;
    border-radius: 5px;
}
#usluga ul li img {
    margin-right: 10px;
    height: 40px;
}
.usluga_block {
    display: flex;
    align-items: center;
    margin-bottom: 70px;
}
.usluga_block p,
.usluga_block span {
    width: 100%;
}
.usluga_block span {
    max-width: 350px;
    margin-left: 50px;
}
.usluga_block p {
    line-height: 26px;
    font-size: 16px;
    padding: 30px;
    padding-top: 60px;
    font-weight: 600;
    color: #0e2f46;
    position: relative;
    text-align: center;
}
.usluga_block p u {
    font-size: 14px;
    font-weight: 400;
    display: block;
    margin-top: 25px;
}
.usluga_block p:before {
    left: 0;
    top: -40px;
    position: absolute;
    content: '';
    -webkit-mask: url(./assets/img/quote.svg) no-repeat center;
    mask: url(./assets/img/quote.svg) no-repeat center;
    background-color: #3fa9f5;
    -webkit-mask-size: 70px;
    mask-size: 70px;
    height: 70px;
    width: 70px;
}
.text_block,
.price_block,
.prems_block,
.contact_block {
    margin-top: 100px;
}
h2.title {
    text-align: center;
    font-size: 36px;
    letter-spacing: -1px;
    text-transform: uppercase;
    font-weight: 600;
}
.title_small {
    font-weight: 500;
    text-align: center;
    display: block;
    margin-top: 20px;
    font-size: 15px;
    color: #222;
}
.title_small u {
    color: #c48300;
    text-decoration: none;
    border-bottom: 2px solid #ffe0a2;
}
#stoimost .items {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
}
#stoimost .items .item {
    width: calc(50% - 89px);
    margin-top: 25px;
    margin-right: 50px;
    border: 2px solid #ddd;
    border-radius: 10px;
    padding: 50px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#stoimost .items .item:nth-child(even) {
    margin-right: 0px;
}
#stoimost .items .item p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 24px;
}
#stoimost .items .item span {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    margin-top: 30px;
    font-size: 18px;
    display: flex;
    align-items: center;
}
#stoimost .items .item span.old {
    text-decoration: line-through;
    font-size: 14px;
    color: #444;
    margin: 0px;
}
#stoimost .items .item span.new {
    color: red;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    margin: 0px;
    margin-left: 20px;
}
#stoimost .items .item a {

}
.prems_block {
    border-top: 2px solid #eee;
    padding-top: 100px;
}
.prems_block_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.prems_block_items .item {
    width: calc(25% - 80px);
    margin-right: 50px;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.prems_block_items .item:nth-of-type(4) {
    margin-right: 0px;
}
.prems_block_items .item img {
    margin-bottom: 25px;
    max-height: 200px;
    max-width: 100%;
    border-radius: 100%;
}
.prems_block_items .item .text h3 {
    font-size: 17px;
    line-height: 25px;
    font-weight: 600;
}
.prems_block_items .item .text p {
    margin-top: 15px;
    line-height: 23px;
}
footer {
    background: #0d1e29;
    padding: 100px 0px;
}
footer .contacts ul,
footer .contacts ul li,
footer .contacts ul li a {
    color: #fff;
}
footer .contacts ul {
    justify-content: center;
}
footer .contacts p {
    color: #fff;
    font-size: 30px;
    margin-bottom: 50px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .contacts p:before {
    margin-right: 15px;
    position: relative;
    content: '';
    -webkit-mask: url(./assets/img/call.svg) no-repeat center;
    mask: url(./assets/img/call.svg) no-repeat center;
    background-color: #fff;
    -webkit-mask-size: 40px;
    mask-size: 40px;
    height: 40px;
    width: 40px;
}
footer .contacts ul li a {
    font-size: 18px;
}
.footer_info {
    margin-top: 50px;
}
.footer_info p {
    color: #fff;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #777;
    line-height: 24px;
}
.footer_info span {
    color: #fff;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #777;
    line-height: 24px;
    display: block;
}
.footer_info img {
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 25px;
}
@media (max-width: 768px) {
    .top .container nav {
        display: none;
    }
    .prems_block_items .item {
        margin-right: 25px;
        width: calc(50% - 13px);
    }
    .prems_block_items .item:nth-child(even) {
        margin-right: 0px;
    }
    .prems_block_items .item:nth-of-type(1),
    .prems_block_items .item:nth-of-type(2) {
        margin-bottom: 25px;
    }
    footer .contacts p {
        font-size: 25px;
    }
}
@media (max-width: 500px) {
    .first {
        padding: 70px 0px;
        height: initial;
    }
    .first h1 {
        font-size: 40px;
    }
    .contacts > ul {
        flex-direction: column;
    }
    .contacts .messengers {
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .top .contacts .messengers {
        margin-bottom: 5px;
    }
    .top .contacts > ul > li {
        margin-right: auto;
    }
    .messengers .mess {
        margin-right: 6px;
    }
    .text_block, .price_block, .prems_block, .contact_block {
        margin-top: 60px;
    }
    .usluga_block p {
        padding-left: 0px;
        padding-right: 0px;
    }
    .features {
        flex-wrap: wrap;
        margin-top: 40px;
    }
    .features .item {
        margin-right: 25px;
        width: calc(50% - 13px);
        padding: 0px;
        box-shadow: none;
        background: none;
    }
    .features .item:nth-child(even) {
        margin-right: 0px;
    }
    .features .item:nth-of-type(1),
    .features .item:nth-of-type(2) {
        margin-bottom: 25px;
    }
    .usluga_block {
        flex-direction: column;
        position: relative;
    }
    .usluga_block p {
        padding-top: 50px;
    }
    .usluga_block p:before {
        top: 0;
        left: 50%;
        -webkit-mask-size: 50px;
        mask-size: 50px;
        height: 30px;
        width: 42px;
        transform: translate(-50%, 0px);
    }
    .usluga_block span {
        margin-left: 0px;
        max-width: 250px;
        margin-top: 25px;
    }
    h2.title {
        font-size: 28px;
    }
    #usluga ul {
        flex-direction: column;
    }
    #usluga ul li {
        margin-left: 25px;
        margin-top: 15px;
    }
    #stoimost .items {
        flex-direction: column;
    }
    #stoimost .items .item {
        width: 100%;
        padding: 35px 0px;
    }
    footer .contacts p {
        font-size: 16px;
    }
}