:root {
    --prime: #52b7d5;

}

.pad,
.mob {
    display: none;
}

img {
    max-width: 100%
}

a {
    text-decoration: none;
    transition: 0.5s;
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: inherit;

}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    margin-bottom: 0;
}

body {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 400;
    background: #fff;
    overflow-x: hidden;
    color: black;
    line-height: 1.4
}



section {
    padding: 64px 0;
}

section.bg {
    margin: 60px 0
}


/*FLEX*/

.fl {
    display: flex;
}

.fw {
    flex-wrap: wrap;
}

.jsb {
    justify-content: space-between;
}

.jc {
    justify-content: center;
}

.jfe {
    justify-content: flex-end;
}

.jsa {
    justify-content: space-around;
}

.ac {
    align-items: center
}

.afe {
    align-items: flex-end
}

.tc {
    text-align: center;
}

.cw {
    color: white
}

.cb {
    color: black;
}

.flc {
    flex-direction: column;
}

.container-fluid {
    padding: 0 30px;

}

h2 {
    font-size:36px;
    font-weight:bold;
    margin-bottom: 40px;
}

/*BUTTON*/


.but a,
.but button {
    background: var(--prime);
    padding: 14px 44px;
    border-radius: 0;
    color: #ffffff;
    font-size: 16px;
    border: 1px solid transparent;
    transition: 0.5s;
    display: inline-block;
}

.but.calc a {
    color:black;
    border:1px solid black;
    padding:12px 24px;
    display: flex;
    align-items: center;
    margin-right:16px;
    background: none;
}

.but.calc a img {
    margin-right:10px;
}

.but a:hover,
.but button:hover {
    background: none;
    color: var(--prime);
    border: 1px solid var(--prime);
}

.more a {
    color: var(--prime);
    text-decoration: none;

}

/*HEADER*/

header {
    padding: 24px 0 0;
}

header .phones {
    display: flex;
    align-items: center;
}

header .phones img {
    width:28px;
    margin-right:10px;
}

.soc img {
    width:32px !important;
    margin-right:0 !important
}

.adr img {
    width:28px;
    margin-right: 10px;
}

.time {
    margin-top: 5px;
}

header .phones a {
    font-size: 18px;
    line-height: 24px;
    display: block;
}

header .phones .soc {
    margin-left:32px;
    display: flex;
}

header .phones .soc a {
    margin-right:10px
}

header .logo {
    max-width: 130px;
}

nav ul {
    display:flex;
    justify-content: space-between;
    margin-top: 40px;
    background: var(--prime);
    padding:15px 50px;;
    border-radius:10px;
}

nav ul li {
    padding:0 10px;
}

nav ul li a {
    color:white;
    font-size:20px;
}

/*PROMO*/

.promo {
    padding:80px 0;
    color: #000000;
}

.promo .fl {
    align-items:center;
}

.promo h1 {
    font-size: 48px;
    font-weight:bold;
    margin-bottom: 32px;
}

.promo p {
    font-size:20px;
    max-width:600px
}

.promo h2 span {
    font-weight: bold;
}

.promo ul {
    margin-bottom: 40px;
}

.promo ul li {
    list-style: disc;
    margin-bottom: 7px;
    margin-left: 20px;
}


.serv {
    
}

.serv .item {
    margin-bottom:40px;
}

.serv .img {
    flex-basis:40%
}

.serv .img img {
    width:100%;
    object-fit:cover;
    border-radius: 20px;
}

.serv .text {
    flex-basis:60%;
    padding-left:50px;
}

.serv .text p {
    margin-bottom:30px;
}
.catalog .fl {
    flex-wrap:wrap;
    margin:0 -15px;
}
.catalog .item {
    flex-basis: 25%;
    margin-bottom:30px;
    padding: 0px 15px;

}

.catalog .item .item-in {
    border:1px solid #eee;
    padding:20px;
    border-radius:8px;
}

.catalog .item h3 {
    font-size:20px;
    min-height:60px
}

.catalog .item .but a {
    width:100%;
    text-align:center;
    
}

.catalog .item .price {
    margin-bottom:20px;
}
.catalog .item .img {
    min-height:230px;
    display: flex;
    align-items: center;
}
.catalog .item img {
    max-height:200px;
    width:100%;
    object-fit:cover;
}

.catalog img {
    margin-bottom:30px;
}

/*WHY*/

.why {
    padding: 80px 0 60px;
    margin: 64px 0;
    background:#fafafa
}

.why .title {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 80px;
    color:#000000;
}

.why .item {
    text-align: center;
    color:#000000;
    
}

.why .item img {
    margin-bottom: 32px;
}

.why .item .subtitle {
    font-size: 20px;
    margin-bottom: 16px;
    font-weight: 400;
    padding:0 20px;
}

.why .item p {
    font-weight: 500;
}


.why img {
    height:80px;
}


.why {}


/*FOOTER*/


footer {
    background: #2a2827;
    padding-top:40px;
    color:white;
    margin-top: 30px;
    padding-bottom: 40px;
}

footer .logo {
    margin-bottom: 35px;
}

footer .col1 {
    flex-basis: 25%
}

footer .rate {
    margin-bottom: 15px;
}

footer .rate a {
    display:inline-block;
    background:#fff
}

footer .google {
    margin-bottom: 0px;
}

footer .but a {
    background: none;
    color:white;
    border:1px solid var(--prime);
    width: 210px;
    text-align: center;
}

footer .col2 {
    flex-basis: 25%
}

footer .name {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
    color: var(--prime);
}

footer ul li {
    list-style: none;
    margin-bottom: 6px;
}

footer ul li a {
    font-weight: 400;
}

footer ul+.name {
    margin-top:30px;
}

footer .insta {
    margin-top:30px;
}
footer .insta img {
    margin-right:10px;
}

footer .bottom {
    border-top: 1px solid #4b4b4b;
    padding: 16px 0;
}

footer .bottom {
    font-size: 14px;
    font-weight: 500;
    margin-top: 40px;
}

footer .copy {
    margin-bottom:20px;
}



.form {
    background: white;
    padding: 30px;
    text-align: left;
}

.form .agree {
    padding:30px 0;
}

.agree a {
    color:var(--prime);
}

.icons .item {
    flex-basis: 50%;
    margin-bottom: 48px;
    text-align:center;
    padding: 0 15px;
}

.form .subtitle {
      font-size: 18px;
    font-weight: 600;
    margin-bottom: 24px;
}

.form .form-group {
    margin-bottom: 25px;
}

.form label {
    color: black;
    font-size: 14px;
    font-weight: 500;
}

.form input[type="text"] {
    height:48px;
    width:100%;
    display:block;
    padding:10px;
    margin-top:10px;
    border: 1px solid #ddd;
}

.form button {
    width:100%
}

.text-page {
    padding: 160px 0;
}

.text-page.about {
    padding: 40px 0 80px;
}

.text-page h2 {
    display: inline-block;
    font-size: 24px;
    border-bottom: 2px solid var(--prime);
    font-weight: 600;
    margin-bottom: 32px;
    padding-bottom: 7px;
}

.text-page img {
    margin-bottom: 30px;
    width:100%
}

.text-page ul {
    list-style:disc;
    margin-left:20px;
}

.text-page ul li {
    margin-bottom:10px;
}

.text-page p {
    margin-bottom: 20px;
    width: 100%;
}

.text-page p+h2, .text-page ul+h2 {
    margin-top: 32px;
}




/*CONTACTS*/

.contacts {
    padding:40px 0 60px
}

.contacts .row {
    align-items:center
}

.contacts h1 {
    margin-bottom:60px;
}

.contacts .item {
    margin-bottom: 24px;
    display: flex;
    align-items: flex-start
}

.contacts .cont-left {
    font-weight: 600;
    font-size: 18px;
    flex-basis: 50%
}
.contacts .cont-right {
    flex-basis: 50%
}



/*STEPS*/

.steps h2 {
    /* text-align: center; */
    /* font-size: 36px; */
    /* text-transform: uppercase; */
    margin-bottom: 100px;
    /* font-weight: bold; */
}

.steps .fl:before {
    content: '';
    width: 78%;
    height: 1px;
    background: #ddd;
    display: block;
    position: absolute;
}


.steps .item {
    padding-right: 30px;
    flex-basis: 25%;
    position: relative;
    top: -25px;
}

.steps .item .num {
    background: var(--prime);
    border-radius: 50%;
    color: white;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    font-size: 20px;
}

.steps .item .subtitle {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 15px;
}

.steps .item p {
    font-size: 18px;
}


.steps .item .but {
    text-align: center;
}

.steps .fl {
    position:relative;
   
}

.steps .but {
    display:block;
    text-align:center;
    margin-top:60px;
}





/*CLIENTS*/

.clients {}

.clients h2 {
    text-align: center;
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-weight: bold;
}

.clients ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.clients ul li {
    padding: 25px;
    flex-basis: calc(25% - 10px);
    text-align: center;
    border: 1px solid #eee;
    margin: 5px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}



#cookie-notification {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f1f1f1;
    color: #333;
    padding: 15px 20px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    max-width: 80%;
    text-align: center;
}

#cookie-notification p {
    margin: 0 0 10px 0;
    display: inline-block;
}

#cookie-accept {
    background-color: #fa8c15;
    color: white;
    border: none;
    padding: 8px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 0 10px;
    cursor: pointer;
    border-radius: 4px;
}

#cookie-accept:hover {
    background-color: #023a8c;
}

footer .soc {
    margin-top:20px;
}

footer .soc a {
    margin-right:20px;
}

footer .phone {
    margin-top:10px;
}


.gal .fl {
    margin:0 -10px;
    flex-wrap: wrap;
}

.gal h2 {
    margin-bottom:40px;
}

.gal .item {
    flex-basis:25%;
    padding:0 10px;
    margin-bottom:20px;
}

.gal a {
  
}

.gal img {
    border-radius:6px;
}






