/* Стили для кнопок в шапке */
a.whatsapp {
    background-color: #25D366 !important;
    border-color: #25D366 !important;
    color: #232323 !important;
}
a.telegram {
    background-color: #0396DE !important;
    border-color: #0396DE !important;
}
/* Стили для кнопок в шапке */

/* Стили для новой формы */
.new-form {
    display: flex;
    gap: 30px;
    align-items: stretch;
    text-align: left;
}
.new-form-h2 {
    text-align: left !important;
}
.new-form .str-fields {
    display: flex;
    gap: 15px;
}
.new-form .form-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.new-form .str-fields input {
    width: 100%;
}
.new-form input {
    border-radius: 8px;
    margin-bottom: 5px;
}
.new-form p {
    padding: 0;
    margin: 0;
    font-weight: 100;
    color: #c4c4c4 !important;
    font-size: 12px;
}
.new-form a {
    color: #c4c4c4 !important;
    text-decoration: underline;
    cursor: pointer;
}
.new-form input.wpcf7-submit {
    background-color: rgb(237, 190, 55) !important;
    border-radius: 8px;
    border: none !important;
    color: #ffffff !important;
    width: 100%;
}
.new-form input.wpcf7-submit:hover {
    color: #303133 !important;
    background-color: #ffffff !important;
    border: 2px solid rgb(237, 190, 55) !important;
}

/* Стили для новой формы */

.breadcrumbs a span {
    display: flex; 
    align-items: center;
}

a:hover {
    color: rgb(255, 203, 112);
}

a {
    display: inline-block;
    padding: 0;
    margin: 0; 
    text-decoration: none;
    color: inherit;
}


.breadcrumbs {
    margin: 0 220px;
    padding: 30px 0;
}

/* стили для футера */

ul {
    padding-left: 0;
    list-style: none;
  }

a {
    text-decoration: none;
}

.footer {
    background-color: rgb(16, 18, 19);
}

.site-footer {
    display: flex;
    padding: 80px 100px;
    max-width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    color: rgb(117, 117, 117);
}

.social__title {
    line-height: 1;
    margin: 0 0 10px 0;
}

.servises__title,
.clients__title {
    margin: 0 0 20px 0;
}

.list__info {
    max-width: 318px;
}

.list__info li .number a,
.list__info li .mail a {
    color: white;
}

.number {
    margin-bottom: 20px;
    font-size: 21px;
}

.mail {
    margin-bottom: 20px;
    font-size: 21px;
}

a:hover svg path,
a:hover svg rect {
    transition: fill 0.3s ease; 
}

a:hover svg rect {
    fill: rgb(237, 190, 55);
}

.politica a {
    color: inherit;
    text-decoration-line: underline;
}

.footer-info {
    margin-right: 50px;
    max-width: 320px;
}

.social-link {
    margin-bottom: 30px;
}

.social-link a {
    margin-right: 12px;
}

.list__info li:nth-child(4) span {
    font-size: 13px;
    color: rgb(117, 117, 117);
}

.list__services {
    display: flex;
    max-width: 700px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.list__services1,
.list__services2,
.list__services3 {
    min-width: 200px;
}

.list__services1 a,
.list__services2 a,
.list__services3 a {
    display: inline-block;
    font-size: 16px;
    color: rgb(255, 255, 255);
    transition: color 0.3s ease;
}

.list__services1 li,
.list__services2 li,
.list__services3 li {
    line-height: 30px;
}

.list__services1 a:hover,
.list__services2 a:hover,
.list__services3 a:hover {
    color: rgb(237, 190, 55);
}

.footer-clients a {
    display: inline-block;
    font-size: 16px;
    color: rgb(255, 255, 255);
    transition: color 0.3s ease;
}

.footer-clients li {
    line-height: 30px;
}

.footer-clients a:hover {
    color: rgb(237, 190, 55);
}

hr {
    width: 87vw;
    border: 0;
    border-top: 1px solid rgb(117, 117, 117);
}

.copyright {
    margin: 0 auto;
    padding: 10px 0;
    display: block;
    text-align: center;
    font-size: 13px;
    color: rgb(117, 117, 117);
}

.footer .footer-info ul,
.footer .footer__servises ul,
.footer .footer-clients ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .footer-info ul li,
.footer .footer__servises ul li,
.footer .footer-clients ul li {
    margin-bottom: 10px;
}

.footer .footer-info ul li.politica {
    font-size: 0.9em;
}

.footer .footer-info ul li.politica a {
    color: #666;
}

.footer .footer-info ul li.politica a:hover {
    text-decoration: underline;
}

.footer .copyright-block {
    margin-top: 20px;
}

.footer .copyright-block hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.footer .copyright {
    font-size: 0.9em;
    color: #666;
}


@media screen and (max-width: 1024px) {
    .footer 
    .site-footer {
        margin-right: 0px;
        padding: 50px 30px;
        font-size: 1.2em;
        margin-bottom: 10px;
    }
    
    .footer 
    .footer__servises {
        width: 100%;
    }
}

@media screen and (max-width: 967px) {
    .new-form, .new-form .str-fields {
        flex-direction: column;
        gap: 0;
    }
    .new-form input {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .footer 
    .footer__servises {
        width: 100%;
        margin-right: 0px;
    }

    .site-footer {
        padding: 40px 20px;
    }

    .site-footer {
        margin-right: 0px;
        padding: 50px 30px;
    }
    
    .copyright {
    padding: 0 15px;
    }
}

@media screen and (max-width: 567px) {
    .footer 
    .site-footer
    .footer-info  {
        justify-content: center;
        width: 100%;
        margin-right: 0px;
    }
    
    .copyright {
    padding: 0 10px;
    }
}

@media screen and (max-width: 320px) {
    .footer .footer-info ul li {
        font-size: 0.8em;
        margin-right: 0px;
    }

    .footer .footer-info ul li.politica {
        font-size: 0.7em;
    }

    .footer .footer-info ul li.politica a {
        font-size: 0.7em;
    }

    .footer .copyright {
        font-size: 0.5em;
    }
    
    .copyright {
    padding: 0 10px;
    }
}


@media (max-width: 768px) {
	.breadcrumbs {
    	margin: 0 100px
        }
       }
       
 @media (max-width: 576px) {
	.breadcrumbs {
    	margin: 0 25px
        }
}

/* стили для футера  */