body {
    font-family: 'Benzin', sans-serif !important;
    background-color: #111111 !important;
}

.home__page {
    background: url(../img/glow__1.svg) center top no-repeat, url(../img/glow__2.png) right top 829px no-repeat, url(../img/glow__3.png) left top 1282px no-repeat, url(../img/glow__4.png) right top 2625px no-repeat, url(../img/glow__5.png) left top 4589px no-repeat #111 !important;
}

body:not(.home__page) {
    background: url(../img/glow__2.png) right top 200px fixed no-repeat;
}

select,
button,
a,
input,
textarea,
img {
    outline: none !important;
    box-shadow: none !important;
}

h1,
h2,
h3 {
    font-weight: 500 !important;
}

h4,
h5,
h6,
b,
strong {
    font-weight: bold !important;
}

a,
button {
    text-decoration: none !important;
    transition: .3s all !important;
}

img {
    max-width: 100% !important;
    border: 0 !important;
}

header {
    position: absolute;
    z-index: 99;
    width: 100%;
}

.head__1 {
    position: relative;
    align-items: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.head__1 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 14px;
}

.head__1 ul a {
    color: #777;
}

.head__1 ul a:hover,
.head__1 ul .active a,
footer ul .active a{
    color: #fff;
}

.head__1 ul li:last-child a {
    color: #FCD500;
    font-weight: bold;
}

.head__1 ul li:last-child a:hover {
    color: #fff;
}

.head__1 > hr {
    position: absolute;
    width: calc(100% - 1.5rem);
    left: .75rem;
    bottom: 0;
    margin: 0;
    opacity: 1;
    border-color: #333;
}

.head__2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.head__2 > div {
    display: flex;
    align-items: center;
}

.head__2 > div > .branch__select {
    font-size: .75rem;
    padding: 1.5rem;
    border: 1px solid #333;
    color: #fff;
    cursor: pointer;
    transition: .3s all;
    display: flex;
    align-items: center;
    gap: .75rem;
}

.head__2 > div > .branch__select:hover {
    border-color: #fff;
}

.head__2 > div ul {
    list-style: none;
    margin: 0 1.5rem;
    padding: 0;
}

.head__2 > div ul a {
    color: #fff;
}

.head__2 > div ul a:hover {
    color: #FCD500;
}

.head__2 > div ul > li {
    display: flex;
    align-items: center;
    gap: .75rem;
    font-size: 1rem;
    font-weight: 500;
    position: relative;
}

.head__2 > div ul ul {
    position: absolute;
    display: none;
    right: 0;
    top: 0;
    white-space: nowrap;
    padding-top: 1.5rem;
    margin: 1.5rem 0 0 0;
}

.head__2 > div ul ul li {
    padding: .5rem 1rem;
    background-color: rgba(0, 0, 0, .8);
    color: #777;
    font-size: .75rem;
}

.head__2 > div ul ul li:first-child {
    padding-top: 1rem;
}

.head__2 > div ul ul li:last-child {
    padding-bottom: 1rem;
}

.head__2 > div ul > li:hover ul {
    display: flex;
    flex-direction: column;
}

.head__2 > div > button {
    padding: 1.5rem;
    background-color: #FCD500;
    color: #000;
    font-size: .75rem;
    font-weight: 500;
    border: 0;
    margin-right: 1.5rem;
}

.head__2 > div > button:hover {
    background-color: #fff;
}

.head__2 > div > a {
    flex-shrink: 0;
}

.head__2 > div > a:hover {
    transform: scale(1.2);
}

.modal-content {
    border-radius: 0 !important;
}

.list__city__filial {
    list-style: none;
    margin: 0 .25rem;
    padding: 0;
    font-size: .75rem;
}

.list__city__filial li {
    margin: .75rem 0;
}

.list__city__filial a {
    border: 1px solid #e1e1e1;
    padding: 1rem 1.5rem;
    display: block;
    color: #c1c1c1;
}

.list__city__filial a:hover,
.list__city__filial .active a {
    border-color: #000;
    color: #000;
}

#menu {
    background-color: #111 !important;
    border: 0 !important;
}

#menu .close {
    position: fixed;
    top: 1rem;
    right: 1rem;
}

#menu ul {
    list-style: none;
    padding: 0;
    margin: 1.5rem 1.5rem 2rem 1.5rem;
    font-size: 1.3rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    border-bottom: 1px solid #333;
    padding-bottom: 2rem;
}

#menu ul a {
    color: #777;
}

#menu ul li:last-child a {
    color: #FCD500;
    font-weight: 600;
}

#menu .offcanvas-body > a {
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
    margin-left: 1.5rem;
    display: inline-block;
}

#menu .offcanvas-body > button {
    display: inline-block;
    width: calc(100% - 3rem);
    margin: 1.5rem;
    padding: 1.5rem;
    border: 0;
    background-color: #FCD500;
    color: #000;
    font-size: .8rem;
    font-weight: 500;
}

form input,
form button {
    border-radius: 0 !important;
}

footer .container-fluid {
    background-color: #090909;
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-top: 5rem;
}

footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

footer a {
    color: #777;
}

footer a:hover {
    color: #fff;
}

.foot__1,
.foot__2,
.foot__3 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.foot__1 {
    font-size: 14px;
}

.foot__1 ul li:last-child a {
    color: #FCD500;
    font-weight: bold;
}

.foot__1 ul li:last-child a:hover {
    color: #fff;
}

.foot__2 {
    font-size: 1rem;
}

.foot__2 > a:nth-child(3) {
    color: #fff;
    font-weight: 500;
}

.foot__2 > a:nth-child(3):hover {
    color: #FCD500;
}

.foot__2 > div {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.foot__2 > div a:hover {
    transform: scale(1.2);
}

.foot__1,
.foot__2 {
    padding-bottom: 3rem;
}

.foot__2,
.foot__3 {
    padding-top: 3rem;
}

.foot__1 > hr,
.foot__2 > hr {
    position: absolute;
    left: .75rem;
    bottom: 0;
    width: calc(100% - 1.5rem);
    border-color: #333;
    opacity: 1;
    margin: 0;
}

.foot__3 {
    font-size: .75rem;
    color: #fff;
}

.owl-carousel {
    position: relative;
}

.slider {
    height: 680px;
}

.slider .item {
    height: 680px;
}

.slider .item > picture {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.slider .item > picture::before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)), rgba(0, 0, 0, .25);
}

.slider .item > picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

.slider .item .container {
    position: relative;
    z-index: 2;
    height: 100%;
    padding-top: 137px;
}

.slider .item .container .row {
    align-items: center;
    height: 100%;
    color: #fff;
}

.slider .item .container .row > div {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.slider .item .container .row em {
    font-style: normal;
    color: #FCD500;
}

.slider .item .container .row h1,
.slider .item .container .row h3 {
    font-size: 3rem;
}

.slider .item .container .row h5,
.slider .item .container .row h2 {
    font-size: 2rem;
}

.slider .item button {
    background-color: #FCD500;
    color: #000;
    border: 0;
    padding: 1.5rem;
    font-size: .75rem;
    font-weight: 500;
    margin-top: 2.8rem;
}

.slider .item button:hover {
    background-color: #fff;
}

.slider .owl-nav {
    top: 0;
    align-items: center;
    position: absolute;
    width: calc(100% - 3rem);
    max-width: 1296px;
    height: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.slider .owl-nav .owl-prev {
    left: 0;
    background: url(../img/left.svg) center no-repeat !important;
}

.slider .owl-nav .owl-next {
    right: 0;
    background: url(../img/right.svg) center no-repeat !important;
}

.slider .owl-nav button {
    width: 48px !important;
    height: 40px !important;
    margin-top: 360px !important;
    position: absolute !important;
    font-size: 0 !important;
}

.slider .owl-nav button:hover {
    transform: scale(1.2);
}

.slider .owl-dots {
    display: none;
}

.banner__block {
    margin-top: 40px;
    display: flex;
    align-items: center;
    background-color: #151515;
    gap: 40px;
}

.banner__block p {
    font-size: 1.5rem !important;
    margin: 0 !important;
    color: #fff !important;
}

.banner__block p strong {
    display: block;
}

.banner__block p b {
    color: #FCD500;
}

.banner__block > button {
    margin-left: auto;
    margin-right: 3rem;
    border: 0;
    background-color: #FCD500;
    color: #000;
    font-size: .75rem;
    font-weight: 500;
    padding: 1.5rem;
}

.banner__block > button:hover {
    background-color: #fff;
}

.block__2 {
    margin-top: 40px;
}

.block__2 b {
    font-size: 1rem;
    color: #fff;
    font-weight: 500 !important;
}

.card__1 {
    width: 100%;
    height: 100%;
    background-color: #151515;
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: space-between;
    padding: 3rem;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    transition: .3s all;
}

.card__1 > picture:first-child {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    transition: .3s all;
}

.card__1:hover {
    color: #FCD500;
}

.card__1:hover > picture:first-child {
    transform: scale(1.2);
}

.block__3 {
    margin-top: 5rem;
    position: relative;
}

.block__3__2 {
    padding-top: 60px;
}

.block__3__2 > hr {
    position: absolute;
    left: .75rem;
    width: calc(100% - 1.5rem);
    border-color: #333;
    top: 0;
    opacity: 1;
    margin: 0;
}

.zag__block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.zag__block h2 {
    color: #fff;
    margin: 0;
    font-size: 2rem;
}

.zag__block__link a {
    color: #fff;
    font-size: .75rem;
    font-weight: 500;
    padding: 1.5rem;
    background-color: #171717;
    line-height: 100%;
    margin-right: 128px;
    display: inline-block;
}

.zag__block__link a:hover {
    background-color: #fff;
    color: #000;
}

.card__2 {
    position: relative;
    width: 100%;
    height: 100%;
}

.card__2 > picture {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    overflow: hidden;
}

.card__2 > picture::before {
    content: '';
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0));
}

.card__2 > picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    transition: .3s all;
}

.card__2:hover > picture img {
    transform: scale(1.1);
}

.card__2 > div {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    padding: 2rem;
}

.card__2 > div h3 {
    font-size: 1.5rem;
    margin: 0;
    color: #fff;
    transition: .3s all;
}

.card__2:hover h3 {
    color: #FCD500;
}

.card__2 > div picture {
    transition: .3s all;
}

.card__2:hover > div picture {
    transform: scale(1.2);
}

.carousel__1 .owl-nav,
.carousel__2 .owl-nav,
.carousel__4 .owl-nav{
    width: 100%;
    position: absolute;
    top: 0;
    height: 1px;
}

.carousel__1 .owl-nav button,
.carousel__2 .owl-nav button,
.carousel__4 .owl-nav button{
    width: 24px !important;
    height: 20px !important;
    font-size: 0 !important;
    position: absolute;
    right: 0;
    margin-top: -70px;
}

.carousel__1 .owl-nav button:hover,
.carousel__2 .owl-nav button:hover,
.carousel__4 .owl-nav button:hover{
    transform: scale(1.2);
}

.carousel__1 .owl-nav .owl-prev ,
.carousel__2 .owl-nav .owl-prev,
.carousel__4 .owl-nav .owl-prev{
    right: 56px;
    background: url(../img/left.svg) center no-repeat !important;
    background-size: 100% !important;
}

.carousel__1 .owl-nav .owl-next,
.carousel__2 .owl-nav .owl-next,
.carousel__4 .owl-nav .owl-next{
    background: url(../img/right.svg) center no-repeat !important;
    background-size: 100% !important;
}

.card__3 {
    display: flex;
    flex-direction: column;
    position: relative;
}

.card__3 .ratio picture {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
}

.card__3 .ratio picture::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0));
}

.card__3 .ratio picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    transition: .3s all;
}

.card__3 .ratio picture:hover img {
    transform: scale(1.1);
}

.card__3__text {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: .75rem;
    padding: 1.5rem;
    border-bottom: 1px solid #333;
    line-height: 130%;
}

.card__3__text a:first-child {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.card__3__text a:first-child:hover {
    color: #FCD500;
}

.card__3__text a:last-child {
    color: #555;
    font-size: .75rem;
    font-weight: 500;
}

.card__3__text a:last-child:hover {
    color: #fff;
}

.card__3 > a {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 3;
}

.card__3 > a:hover {
    transform: scale(1.2);
}

.block__4 {
    margin-top: 5rem;
}

.block__4 h2 {
    font-size: 2rem;
    color: #fff;
    margin: 0;
}

.block__4 h2 span {
    color: #FCD500;
}

.block__4__all a {
    color: #fff;
    font-size: .75rem;
    font-weight: 500;
    padding: 1.5rem;
    line-height: 100%;
    background-color: #171717;
    display: inline-flex;
}

.block__4__all a:hover {
    background-color: #fff;
    color: #000;
}

.block__4 .col-12 {
    margin-top: 2rem;
}

.slider__2 .item {
    background-color: #151515;
}

.case__photos {
    display: flex;
    gap: 1px;
    width: 100%;
    height: 300px;
}

.case__photos > div {
    position: relative;
    width: 100%;
    height: 100%;
}

.case__photos > div > picture {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    cursor: pointer;
}

.case__photos > div > picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    transition: .3s all;
}

.case__photos > div > picture:hover img {
    transform: scale(1.2);
}

.case__photos > div > span {
    position: absolute;
    z-index: 2;
    top: 2rem;
    left: 2rem;
    color: #fff;
    font-size: 1rem;
}

.case__text {
    display: flex;
    align-items: center;
    gap: 5rem;
    justify-content: space-between;
    padding: 2rem 3rem;
}

.case__text p strong {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 400 !important;
    display: block;
    margin-bottom: .75rem;
}

.case__text p {
    font-size: 14px;
    color: #555;
    margin: 0;
}

.case__text > button {
    flex-shrink: 0;
    border: 0;
    padding: 1.5rem;
    line-height: 100%;
    background-color: #222;
    color: #fff;
    font-size: .75rem;
    font-weight: 500;
}

.case__text > button:hover {
    background-color: #fff;
    color: #000;
}

.fancybox__thumbs,
.fancybox__counter {
    display: none;
}

.slider__2 .owl-nav {
    position: absolute;
    top: 0;
    height: 1px;
    width: 100%;
}

.slider__2 .owl-nav button {
    width: 48px !important;
    height: 40px !important;
    font-size: 0 !important;
    position: absolute;
    top: 200px;
}

.slider__2 .owl-nav button:hover {
    transform: scale(1.2);
}

.slider__2 .owl-nav .owl-prev {
    left: -7rem;
    background: url(../img/left.svg) center no-repeat !important;
}

.slider__2 .owl-nav .owl-next {
    right: -7rem;
    background: url(../img/right.svg) center no-repeat !important;
}

.block__5 {
    margin-top: 5rem;
}

.block__5__zag {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.block__5__zag h2 {
    font-size: 72px;
    color: #fff;
    margin: 0;
}

.block__5__zag > div {
    display: flex;
    align-items: center;
    gap: 2rem;
    color: #fff;
}

.block__5__zag > div > picture {
    flex-shrink: 0;
}

.block__5__zag > div > p {
    margin: 0;
    font-size: 20px;
}

.block__5__social {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
    padding-top: 3rem;
}

.block__5__social a:hover {
    transform: scale(1.2);
}

.block__5__photo img {
    width: 100% !important;
}

.block__5__text {
    padding: 13px 0 0 43px;
}

.block__5__text > div {
    width: 100%;
    max-height: 440px;
    overflow-y: auto;
    padding-right: 1.5rem;
}

.block__5__text > div::-webkit-scrollbar {
    width: 4px;
    background-color: #222222;
    border-radius: 4px;
}

.block__5__text > div::-webkit-scrollbar-thumb {
    background-color: #FCD500;
    border-radius: 4px;
}

.block__5__text > div p {
    color: #777;
    font-size: 1rem;
    line-height: 160%;
}

.block__5__text > div p:last-child {
    margin-bottom: 0;
}

.block__5__text > a {
    color: #fff;
    font-size: .75rem;
    padding: 1.5rem;
    background-color: #171717;
    display: inline-block;
    margin-top: 1.5rem;
}

.block__5__text > a:hover {
    background-color: #fff;
    color: #000;
}

.block__5__text > a:last-child {
    background-color: transparent !important;
    display: inline-flex;
    align-items: center;
    gap: .75rem;
    color: #fff !important;
    border: 1px solid #ffffff10;
}

.block__5__text > a:last-child:hover {
    border-color: #fff;
}

.banner__block__2 {
    background-color: #141414;
    padding: 2rem;
    display: flex;
    align-items: start;
    gap: 3rem;
    margin-top: 3rem;
}

.banner__block__2__inner {
    gap: 2rem;
}

.banner__block__2 > picture {
    width: 162px;
    height: 162px;
    overflow: hidden;
    border-radius: 100%;
    flex-shrink: 0;
}

.banner__block__2__inner > picture {
    width: 100px;
    height: 100px;
}

.banner__block__2 > picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

.banner__block__2 > p {
    font-size: 1rem;
    color: #fff;
    margin: 0;
    line-height: 160%;
}

.banner__block__2__inner > p {
    color: #fff !important;
}

.banner__block__2 > p > strong {
    font-size: 1rem;
    color: #FCD500;
    font-weight: 500;
    display: block;
    margin-top: .75rem;
}

.banner__block__2 > p > b {
    font-size: .75rem;
    color: #999;
    font-weight: 400 !important;
}

.block__6 {
    margin-top: 5rem;
}

.block__6 h2 {
    font-size: 2rem;
    color: #fff;
    margin: 0 0 3rem 0;
}

.block__6__1 {
    position: relative;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.block__6__1 > hr {
    width: calc(100% - 1.5rem);
    position: absolute;
    border-color: #333;
    left: .75rem;
    opacity: 1;
    margin: 0;
}

.block__6__1 > hr:nth-child(1) {
    top: 0;
}

.block__6__1 > hr:nth-child(2) {
    bottom: 0;
}

.card__4 {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 3.5rem;
}

.card__4 b {
    font-size: 2rem;
    font-weight: bold !important;
    margin: 0;
    color: #fff;
}

.card__4 p {
    font-size: 1rem;
    color: #777;
    margin: 0;
}

.card__5 {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: start;
    margin-top: 3rem;
    max-width: 306px;
}

.card__5 b {
    font-size: 1.5rem;
    font-weight: 500 !important;
    margin: 0;
    color: #fff;
}

.card__5 p {
    font-size: .75rem;
    color: #777;
    margin: 0;
}

.block__7 {
    margin-top: 5rem;
}

.block__7 h2 {
    color: #fff;
    font-size: 2rem;
    margin: 0 0 3rem 0;
}

.block__7__1 {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
    justify-content: center;
}

.block__7__1 > div {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 1rem;
    max-width: 225px;
}

.block__7__1 > div b {
    font-size: .75rem;
    color: #fff;
    font-weight: 600 !important;
}

.block__7__1 > div p {
    font-size: 10px;
    color: #777;
    margin: 0;
}

.block__8 {
    margin-top: 5rem;
}

.block__8 h2 {
    font-size: 2rem;
    color: #fff;
    margin: 0 0 2rem 0;
}

.ratio-3x4 {
    --bs-aspect-ratio: calc(4 / 3 * 100%);
}

.block__8 .ratio picture {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    cursor: pointer;
}

.block__8 .ratio picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    transition: .3s all;
}

.block__8 .ratio picture:hover img {
    transform: scale(1.2);
}

.carousel__3 .owl-nav {
    top: 0;
    position: absolute;
    width: 100%;
    height: 1px;
    z-index: -1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.carousel__3 .owl-nav button {
    width: 48px !important;
    height: 40px !important;
    background-color: green !important;
    position: absolute !important;
    font-size: 0 !important;
}

.carousel__3 .owl-nav button:hover {
    transform: scale(1.2);
}

.carousel__3 .owl-nav .owl-prev {
    left: -7rem;
    background: url(../img/left.svg) center no-repeat !important;
}

.carousel__3 .owl-nav .owl-next {
    right: -7rem;
    background: url(../img/right.svg) center no-repeat !important;
}

.carousel__3 .owl-dots {
    display: none;
}

.application__block {
    margin-top: 5rem;
    background: url(../img/bg.png) center no-repeat;
    background-size: cover;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.application__block h2 {
    color: #fff;
    font-size: 2rem;
    margin: 0 0 1rem 0;
}

.application__block p {
    font-size: 1rem;
    color: #777;
    line-height: 160%;
    margin: 0 0 3.5rem 0;
}

.application__block input {
    width: 100%;
    padding: 1.5rem;
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-color: #333333;
}

.application__block input::placeholder {
    color: #fff;
}

.application__block input:focus {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}

.send__button {
    border: 0;
    background-color: #171717 !important;
    color: #fff;
    transition: .3s all;
}

.send__button:hover {
    background-color: #fff !important;
    color: #000 !important;
}

.contacts__block {
    margin-top: 5rem;
}

.contacts__block h2 {
    font-size: 2rem;
    color: #fff;
    margin: 0 0 2rem 0;
}

.contacts__block__info .map {
    width: 100%;
    height: 100%;
}

.contacts__block__info .ratio picture {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
}

.contacts__block__info .ratio picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    transition: .3s all;
}

.contacts__block__info .ratio picture:hover img {
    transform: scale(1.2);
}

.contacts__block__info__photos {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.contacts__list {
    padding-left: 43px;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-content: center;
    height: 100%;
}

.contacts__list > div {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.contacts__list > div p {
    margin: 0;
    color: #fff;
    font-size: 14px;
}

.contacts__list > div:first-child p {
    font-weight: bold;
    font-size: 1rem;
}

.contacts__list > div p a {
    color: #fff;
}

.contacts__list > div p a:hover {
    color: #FCD500;
}

.contacts__list .social {
    padding-left: 64px;
}

.contacts__list .social a:hover {
    transform: scale(1.2);
}

.inner__header {
    margin-top: 180px;
}

.inner__header .col {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.inner__header .col ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: .75rem;
    color: #444;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.inner__header .col ul a {
    color: #fff;
}

.inner__header .col ul a:hover {
    color: #FCD500;
}

.inner__header .col h1 {
    font-size: 2rem;
    margin: 0;
    color: #fff;
}

.inner__content {
    margin-top: 3rem;
}

.portfolio__grid .ratio picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
}

.portfolio__grid .ratio picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    transition: .3s all;
}

.portfolio__grid .ratio picture:hover img {
    transform: scale(1.2);
}

.portfolio__grid .ratio iframe {
    width: 100%;
    height: 100%;
}

.inner__content p {
    color: #777;
    font-size: 1rem;
    line-height: 160%;
    margin: 0 0 1rem 0;
}

.inner__content p:last-child {
    margin-bottom: 0;
}

.inner__content ul,
.inner__content ol {
    margin: 0 0 1rem 0;
    padding: .75rem;
    font-size: 1rem;
    line-height: 160%;
    color: #777;
}

.about__inner__block .col-lg-6 img {
    width: 100% !important;
}

.about__inner__block .col-lg-5 p {
    color: #777;
    font-size: 1rem;
    line-height: 160%;
}

.reviews__block {
    background-color: #151515;
    height: 470px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #333;
    margin-top: 5rem;
}

.seo__text__block {
    margin-top: 5rem !important;
}

.seo__text__block .col-lg-5 img {
    width: 100% !important;
}

.seo__text__block p {
    font-size: 1rem;
    color: #777;
    line-height: 160%;
}

.port__card {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 3rem;
}

.port__card .ratio picture {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

.port__card .ratio picture img {
    transition: .3s all;
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

.port__card .ratio picture:hover img {
    transform: scale(1.2);
}

.port__card__info {
    display: flex;
    gap: .75rem;
    align-items: center;
}

.port__card__info picture {
    flex-shrink: 0;
}

.port__card__info > div {
    display: flex;
    gap: .75rem;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.port__card__info > div > div {
    display: flex;
    flex-direction: column;
}

.port__card__info h2 {
    font-size: 1.5rem !important;
    font-weight: 500 !important;
    margin: 0 0 4px 0 !important;
    color: #fff;
}

.port__card__info h2:hover {
    color: #FCD500;
}

.port__card__info p {
    color: #777;
    font-size: 1rem;
    margin: 0;

}

.news__card {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5rem;
}

.news__card .ratio picture {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

.news__card .ratio picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    transition: .3s all;
}

.news__card .ratio picture:hover img {
    transform: scale(1.2);
}

.news__card__info {
    display: flex;
    flex-direction: column;
    gap: .75rem;
    padding: 1rem;
}

.news__card__info p {
    font-size: .75rem;
    color: #777;
    margin: 0;
}

.news__card__info a {
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
}

.news__card__info a:hover {
    color: #FCD500;
}

.pagination {
    padding: 0;
    margin: 3.5rem 0 0 0;
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    align-content: center;
}

.pagination a,
.pagination span {
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
}

.pagination span {
    background-color: #222;
}

.pagination a:hover {
    color: #FCD500;
}

.branches__tabs {
    display: flex;
    gap: 5rem;
    flex-wrap: nowrap !important;
    white-space: nowrap !important;
    margin-top: 2rem !important;
    overflow-x: auto;
}

.branches__tabs::-webkit-scrollbar {
    width: 0;
}

.branches__tabs button {
    background-color: transparent !important;
    font-size: .75rem !important;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: .5rem;
    padding: 0 0 1.5rem 0;
    border-bottom: 1px solid transparent;
    color: #777;
    border-radius: 0 !important;
    margin-bottom: 1.5rem !important;
}

.branches__tabs button.active {
    color: #fff;
    border-color: #fff;
}

.branches__tabs button:hover {
    color: #fff;
}

.branches__tabs button b {
    display: block;
    font-size: 1rem;
    font-weight: 600 !important;
}

.error__page h1 {
    font-size: 10rem;
    color: #fff;
}

.error__page {
    color: #777;
}

.error__page p {
    font-size: 1rem;
    margin: 2rem 0 0 0;
}

.error__page p a {
    color: #fff;
}

.error__page p a:hover {
    color: #FCD500;
}

.error__page__server {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    justify-content: center;
}

.photos .ratio picture {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden;
    cursor: pointer;
}

.photos .ratio picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    transition: .3s all;
}

.photos .ratio picture:hover img {
    transform: scale(1.2);
}

.text__block {
    padding-left: 43px;
}

.text__block p {
    color: #777;
    line-height: 160%;
}

.text__block b,
.text__block strong {
    color: #fff;
}

.price__block {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: space-between;
    background-color: #151515;
}

.price__block p {
    margin: 1.5rem;
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 800;
    color: #fff;
}

.price__block button {
    white-space: nowrap;
    flex-shrink: 0;
    padding: 30px 32px;
    border: 0;
    font-size: 1rem;
    color: #000;
    background-color: #FCD500;
}

.price__block button:hover {
    background-color: #fff;
}

.article__inner__text {
    display: flex;
    flex-direction: column;
}

.article__inner__text .ratio picture {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
}

.article__inner__text .ratio picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

.article__info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem;
    background-color: #151515;
    color: #fff;
    font-size: .75rem;
}

.article__info > div:first-child {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.article__info ul {
    margin: 0;
    padding: 0;
}

.article__text {
    padding: 2rem;
    color: #fff;
}

.article__text p {
    color: #fff;
    font-size: 1rem;
    line-height: 160%;
    margin: 0 0 1.5rem 0;
}

.article__text p:last-child {
    margin: 0;
}

.other__articles .news__card a {
    font-size: 14px;
}

.other__articles .news__card__info {
    padding: .75rem 0 0 0;
    gap: 8px;
}

.product__card {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-bottom: 2rem;
}

.product__card .ratio picture {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.product__card .ratio picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    transition: .3s all;
}

.product__card .ratio picture:hover img {
    transform: scale(1.2);
}

.product__card__text {
    padding: 1rem 1rem 0 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1.5rem;
    height: 100%;
}

.product__card__text > div:first-child {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.product__card__text > div:first-child a {
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
}

.product__card__text > div:first-child a:hover {
    color: #FCD500;
}

.product__card__text > div:first-child p {
    font-size: .75rem;
    color: #777;
    margin: 0;
}

.product__card__text > div:last-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.product__card__text > div:last-child span {
    font-size: 1rem;
    font-weight: 500;
    color: #FCD500;
}

.product__card__text > div:last-child button {
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: .5rem .75rem;
    border: 0;
    background-color: #FCD500;
    font-size: .75rem;
    color: #000;
}

.product__card__text > div:last-child button picture {
    flex-shrink: 0;
}

.product__card__text > div:last-child button:hover {
    background-color: #fff;
}

.categories__list {
    list-style: none;
    padding: 2rem !important;
    background-color: #151515;
    margin: 0;
}

.categories__list li a {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: space-between;
    padding: 0 0 1rem 0;
    border-bottom: 1px solid #333333;
    margin-bottom: 1rem;
    color: #444444;
}

.categories__list li a:hover {
    color: #fff;
}

.categories__list li a:hover picture {
    opacity: 1;
}

.categories__list li:last-child a {
    padding: 0;
    margin: 0;
    border: 0;
}

.categories__list li a picture {
    flex-shrink: 0;
    opacity: .2;
    transition: .3s all;
}

.categories__list .active a {
    color: #fff;
}

.categories__list .active a picture {
    opacity: 1;
}

.sidebar__block form {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.sidebar__block form > input {
    width: 100%;
    padding: 1.35rem 2rem;
    background-color: #333;
    border-color: transparent;
    font-size: .75rem;
    color: #fff;
}

.sidebar__block form > input:focus {
    background-color: #222;
}

.filters__block {
    margin-top: 1.5rem;
    gap: 1.5rem;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.filters__block > div {
    background-color: #151515 !important;
    border-radius: 0 !important;
    padding: 2rem !important;
    border: 0 !important;
}

.accordion-item button {
    width: 100%;
    background-color: transparent;
    border: 0;
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: space-between;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    padding: 0;
}

.accordion-item button:hover {
    color: #FCD500;
}

.accordion-item button svg,
.accordion-item button svg path{
    transition: .3s all;
}

.accordion-item button:not(.collapsed) {
    color: #FCD500;
}

.accordion-item button:not(.collapsed) svg {
    transform: rotate(-180deg);
}

.accordion-item button:not(.collapsed) svg path {
    stroke: #FCD500;
}

.accordion-item button:hover svg path {
    stroke: #FCD500;
}

.accordion-item button > svg {
    flex-shrink: 0;
}

.filters__block .accordion-body {
    padding: 0;
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.filters__block .accordion-body label {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.filters__block .accordion-body label:hover {
    color: #FCD500;
}

.filters__block .accordion-body label input {
    margin-right: 1rem;
    width: 1.5rem;
    height: 1.5rem;
    background-color: #222222;
    border: 0;
    border-radius: 0 !important;
    -webkit-appearance: none;
    cursor: pointer;
}

.filters__block .accordion-body label input:checked {
    background: url("../img/check.svg") center no-repeat #222;
    border: 1px solid #FCD500 !important;
}

#sidebar,
.sidebar {
    display: none;
}

.slider__3 .ratio picture,
.one__photo picture {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    cursor: pointer;
}

.slider__3 .ratio picture img,
.one__photo picture img {
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
    transition: .3s all;
}

.slider__3 .ratio picture:hover img,
.one__photo picture:hover img {
    transform: scale(1.2);
}

.slider__3 .owl-nav {
    width: 100% !important;
    position: absolute;
    top: 0;
    display: flex;
    justify-content: space-between;
    font-size: 0 !important;
}

.slider__3 .owl-nav .owl-prev {
    width: 14px !important;
    height: 26px !important;
    position: absolute;
    background: url("../img/left2.svg") center no-repeat !important;
    margin-top: calc(50% - 13px);
    left: 1rem;
}

.slider__3 .owl-nav .owl-next {
    width: 14px !important;
    height: 26px !important;
    position: absolute;
    background: url("../img/right2.svg") center no-repeat !important;
    margin-top: calc(50% - 13px);
    right: 1rem;
}

.slider__3 .owl-nav .owl-prev,
.slider__3 .owl-nav .owl-next {
    transition: .3s all;
}

.slider__3 .owl-nav .owl-prev:hover,
.slider__3 .owl-nav .owl-next:hover {
    transform: scale(1.2);
}

.product__inner__description {
    padding-left: 43px;
}

.product__inner__description h2 {
    font-size: 1.5rem;
    color: #fff;
}

.price__add__to__cart {
    display: flex;
    align-items: center;
    gap: 3rem;
    margin: 2rem 0;
}

.price__add__to__cart span {
    font-size: 2rem;
    color: #FCD500;
    font-weight: 500;
}

.price__add__to__cart button {
    background-color: #FCD500;
    color: #000;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: .5rem .75rem;
    border: 0;
}

.price__add__to__cart button:hover {
    background-color: #fff;
}

.product__short__description {
    margin: 1rem 0 2rem 0;
}

.product__short__description p {
    font-size: 1rem;
    color: #777;
    margin: 0;
}

.auto__glass__text {
    padding: 1.5rem;
    background-color: #222;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .75rem;
}

.auto__glass__text p {
    color: #999;
    margin: 0;
    font-size: .75rem;
}

.auto__glass__text p b {
    color: #fff;
    font-size: 1rem;
    font-weight: 500 !important;
}

.availability__block {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 1.5rem;
    width: 100%;
    justify-content: space-between;
}

.availability__block span {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: .75rem;
    color: #fff;
}

.availability__block span picture {
    flex-shrink: 0;
}

.availability__block button {
    padding: 10px;
    background-color: #FCD500;
    color: #000;
    font-size: 10px;
    border: 0;
}

.availability__block button:hover {
    background-color: #fff;
}

.availability__block p {
    color: #777;
    font-size: .75rem;
    margin: 0;
}

.add__setup__glass {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 1.5rem;
}

.add__setup__glass label {
    color: #fff;
    font-size: .75rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: .5rem;
}

.add__setup__glass label input {
    margin-right: .5rem;
    width: 1.5rem;
    height: 1.5rem;
    background-color: #222222;
    border: 0;
    border-radius: 0 !important;
    -webkit-appearance: none;
    cursor: pointer;
}

.add__setup__glass label input:checked {
    background: url("../img/check.svg") center no-repeat #222;
    border: 1px solid #FCD500;
}

.add__setup__glass label b {
    color: #FCD500;
}

.product__benefits {
    margin-top: 2rem !important;
}

.product__benefits .col-6 > div {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: .75rem;
    color: #fff;
    margin-top: 1.5rem;
}

.product__benefits .col-6 > div picture {
    flex-shrink: 0;
    width: 1.5rem;
    height: 1.5rem;
}

.product__banner {
    margin-top: 4rem !important;
}

.product__inner__tabs {
    margin-top: 5rem !important;
}

.product__inner__tabs .nav-tabs {
    gap: 5rem;
    border-color: #333;
    margin-bottom: 2rem;
}

.product__inner__tabs .nav-tabs button {
    border-radius: 0;
    padding: 0 0 2rem 0;
    font-size: 1rem;
    color: #444;
    background-color: transparent !important;
    border: 0;
    border-bottom: 1px solid transparent !important;
}

.product__inner__tabs .nav-tabs button:hover {
    color: #fff;
}

.product__inner__tabs .nav-tabs button.active {
    color: #fff;
    border-bottom: 1px solid #fff !important;
}

.cart__icon {
    position: relative;
}

.cart__icon span {
    position: absolute;
    top: -.75rem;
    right: -.75rem;
    font-size: .5rem;
    width: 1.2rem;
    height: 1.2rem;
    background-color: #222;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.delete__from__cart {
    padding: .5rem !important;
    font-size: .5rem !important;
    background-color: #222 !important;
    color: #999 !important;
}

.delete__from__cart:hover {
    background-color: #333 !important;
}

.product__in__cart {
    display: flex;
    gap: 1.5rem;
    border-bottom: 1px solid #444444;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}

.product__in__cart:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: 0;
}

.product__in__cart .ratio {
    width: 86px;
}

.product__in__cart .ratio picture {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.product__in__cart .ratio picture img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: .3s all;
}

.product__in__cart .ratio picture:hover img {
    transform: scale(1.1);
}

.product__in__cart > div:last-child {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.product__in__cart > div:last-child > div:first-child {
    display: flex;
    gap: 1.5rem;
    justify-content: space-between;
    width: 100%;
}

.product__in__cart > div:last-child > div:first-child b {
    font-size: 1rem;
    font-weight: 500 !important;
    color: #fff;
}

.product__in__cart > div:last-child > div:first-child > div:first-child {
    width: 100%;
    max-width: 260px;
}

.product__in__cart > div:last-child > div:first-child a {
    color: #fff;
    font-size: 1rem;
}

.product__in__cart > div:last-child > div:first-child a:hover {
    color: #FCD500;
}

.product__in__cart > div:last-child > div:last-child {
    font-size: .75rem;
    display: flex;
    margin-top: 1rem;
}

.product__in__cart > div:last-child > div:last-child button {
    background-color: transparent;
    padding: 0;
    border: none;
    display: flex;
    align-items: center;
    gap: .5rem;
    color: #777;
}

.product__in__cart > div:last-child > div:last-child button:hover {
    color: #fff;
}

.product__count > div {
    display: flex;
    align-items: center;
    gap: 2rem;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
}

.product__count > div button {
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F0F0F0;
    border-radius: .25rem;
    border: 0;
}

.product__count__plus {
    background-color: #FCD500 !important;
}

.product__count__plus:hover {
    background-color: #fff !important;
}

.itogo__block {
    padding: 2rem;
    background: #222;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.itogo__block > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.itogo__block > div:first-child {
    font-weight: 500;
    font-size: .75rem;
    color: #777;
}

.itogo__block > div:first-child > div:last-child {
    font-size: 1rem;
    color: #fff;
    font-weight: 500;
}

.itogo__block > div:last-child {
    font-size: .75rem;
    color: #777;
    font-weight: 500;
}

.itogo__block > div:last-child > div:last-child {
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
}

.make__order {
    padding: 1rem;
    width: 100%;
    display: block;
    text-align: center;
    background: #FCD500;
    font-weight: 500;
    font-size: .75rem;
    color: #000;
    margin-top: 1rem;
    border: 0;
}

.make__order:hover {
    background: #fff;
}

.products_in_order {
    flex-direction: column !important;
    align-items: start !important;
    font-weight: 500;
    font-size: .75rem;
    gap: 1rem;
}

.products_in_order > div a {
    display: flex;
    align-items: center;
    gap: .7rem;
    color: #fff;
}

.products_in_order > div a:hover {
    color: #FCD500;
}

.products_in_order > div:last-child {
    font-size: .75rem !important;
}

.products_in_order picture {
    display: block;
    width: 3rem;
    height: 3rem;
    overflow: hidden;
}

.products_in_order picture img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: .3s all;
}

.products_in_order picture:hover img {
    transform: scale(1.1);
}

.m__1 {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.m__1:last-child {
    margin-bottom: 0;
}

.m__1 i {
    font-style: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #fff;
    background: #151515;
    width: 86px;
    height: 86px;
    border-radius: 100%;
    font-weight: 300 !important;
}

.m__1 > div:last-child {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: 100%;
}

.m__1 > div:last-child b {
    font-size: 1rem;
    font-weight: 500 !important;
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
}

.m__1 > div:last-child b:after {
    content: '';
    position: absolute;
    width: 75%;
    height: 1px;
    right: 0;
    background-color: #333333;
}

.m__1 input,
.m__1 select {
    width: 306px;
    padding: 20px 16px;
    font-size: 14px;
    background-color: #222;
    color: #fff;
    border-color: transparent;
}

.m__1 input::placeholder {
    color: #fff;
}

.m__1 select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../img/arrow.svg) center right 1rem no-repeat #222;
    cursor: pointer;
    transition: .3s all;
    color: #fff;
}

.m__1 select:hover {
    background-color: #151515;
}

.m__1 > div:last-child > div {
    display: flex;
    justify-content: start;
    gap: 1.5rem;
}

.order__list__header {
    color: #777;
    font-size: .75rem;
}

.order__details {
    display: flex;
    background-color: #222222;
    padding: 2rem;
    color: #777;
    justify-content: space-between;
    max-width: 966px;
}

.order__details a {
    color: #fff;
    font-weight: 500;
}

.order__details a:hover {
    color: #57ACCD;
}

.order__details span {
    font-size: .75rem;
}

.order__details b {
    font-weight: 400 !important;
    color: #fff;
}

.order__details h3 {
    font-size: 3rem;
    font-weight: 300 !important;
    color: #FCD500;
    margin: 0;
}

.order__details > div:first-child {
    gap: .25rem;
}

.order__details > div {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.order__details > div > div {
    display: flex;
    flex-direction: column;
}

.order__details__next {
    margin-top: 1.5rem;
    display: flex;
    gap: 1.5rem;
}

.order__details__next a {
    font-size: .75rem;
    font-weight: 500;
    padding: 1rem;
    background: #FCD500;
    color: #000;
}

.order__details__next a:hover {
    background: #fff;
}

.order__details__next a:last-child {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.order__details__next a:last-child:hover {
    color: #000;
    background: #fff;
}

@media (min-width: 1440px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1300px;
    }
}

@media (max-width: 1400px) {
    .head__2 > div ul > li {
        font-size: .85rem;
    }

    .head__2 > div > button {
        padding: 1.5rem 1.2rem;
        font-size: .7rem;
        margin-right: 1rem;
    }

    .foot__3 {
        font-size: .65rem;
    }

    .slider .owl-nav {
        max-width: 1116px;
    }

    .card__1 {
        padding: 2rem;
    }

    .slider__2 .owl-nav .owl-prev,
    .carousel__3 .owl-nav .owl-prev {
        left: -5.5rem;
    }

    .slider__2 .owl-nav .owl-next,
    .carousel__3 .owl-nav .owl-next {
        right: -5.5rem;
    }

    .block__7__1 > div {
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 1rem;
        max-width: 190px;
    }
}

@media (max-width: 1200px) {
    .head__2 > div > .branch__select {
        display: none;
    }

    .head__2 > div > ul {
        display: none;
    }

    .head__3 {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .head__3 > a {
        color: #fff;
        font-size: 1rem;
    }

    .head__3 > hr {
        position: absolute;
        width: calc(100% - 1.5rem);
        border-color: #333;
        left: .75rem;
        margin: 0;
        bottom: 0;
    }

    .city__filial {
        padding-top: 1rem;
        padding-bottom: 1rem;
        font-size: .75rem;
        color: #fff;
        display: flex;
        align-items: center;
        gap: 3rem;
    }

    .city__filial > div {
        display: flex;
        align-items: center;
        gap: .75rem;
    }

    .head__2 > div > button {
        padding: 1.5rem 1.5rem;
        font-size: .75rem;
        margin-right: 1.5rem;
    }

    .head__2 > div > picture {
        flex-shrink: 0;
        margin-left: 1.5rem;
    }

    .slider .item .container {
        padding-top: 116px;
    }

    .card__1 {
        padding: 1.5rem;
        font-size: .8rem;
    }

    .card__1 > picture:first-child {
        top: .5rem;
        right: .5rem;
    }

    .card__1 > picture:nth-child(2) {
        width: 4rem;
    }

    .card__2 > div {
        padding: 1.5rem;
    }

    .card__2 > div h3 {
        font-size: 1.2rem;
    }

    .card__2 > div picture {
        width: 2rem;
    }

    .slider__2 .owl-nav .owl-prev {
        left: -4.5rem;
    }

    .slider__2 .owl-nav .owl-next {
        right: -4.5rem;
    }

    .card__4 {
        margin-bottom: 3rem;
        padding: 0 2rem;
        gap: .75rem;
    }

    .block__6__1 .row > div:last-child .card__4 {
        margin-bottom: 0;
    }

    .card__5 {
        max-width: 100%;
        padding: 0 2rem;
    }

    .contacts__list {
        padding-left: 1.5rem;
        gap: 1rem;
    }

    .contacts__list > div {
        gap: .75rem;
    }

    .m__1 input,
    .m__1 select {
        width: 100% !important;
    }
}

@media (max-width: 992px) {
    .foot__1 {
        font-size: .75rem;
    }

    .foot__2 > div {
        gap: 1rem;
    }

    footer ul {
        flex-wrap: wrap;
        font-size: .75rem;
        gap: 1.5rem 2rem;
        justify-content: center;
    }

    .foot__2 {
        flex-direction: column;
        gap: 2rem;
    }

    .slider .owl-nav {
        max-width: 696px;
    }

    .slider .owl-nav {
        top: auto;
        bottom: 0 !important;
    }

    .slider .owl-nav button {
        margin: 0 !important;
        bottom: 1.5rem;
    }

    .banner__block {
        flex-wrap: wrap;
        gap: 0;
    }

    .banner__block > picture {
        width: 20% !important;
        flex-shrink: 0;
        margin-right: 2rem;
    }

    .banner__block p {
        width: calc(80% - 2rem);
        font-size: 1rem !important;
    }

    .banner__block > button {
        width: 100%;
        margin-right: 0;
    }

    .card__1 {
        padding: 3rem;
        font-size: 1rem;
    }

    .card__1 > picture:first-child {
        top: 1.5rem;
        right: 1.5rem;
    }

    .card__1 > picture:nth-child(2) {
        width: 5.5rem;
    }

    .block__3__2 .zag__block__link a {
        font-size: .6rem;
        padding: 1.5rem .75rem;
    }

    .block__4__all {
        display: flex;
        justify-content: center;
    }

    .slider__2 .owl-nav {
        top: auto;
        bottom: 0;
    }

    .slider__2 .owl-nav button {
        top: .75rem;
    }

    .slider__2 .owl-nav .owl-prev {
        left: 0;
    }

    .slider__2 .owl-nav .owl-next {
        right: 0;
    }

    .block__5__zag {
        flex-direction: column;
        gap: 1rem;
        align-items: start;
    }

    .block__5__zag h2 {
        font-size: 2rem;
    }

    .block__5__zag > div {
        gap: .75rem;
    }

    .block__5__zag > div p {
        font-size: 1rem;
    }

    .block__5__social {
        flex-direction: row;
        padding: 0;
        margin-bottom: 1.5rem;
    }

    .block__5__photo picture {
        display: block;
        width: 100%;
        height: 300px;
        margin-bottom: 1.5rem;
    }

    .block__5__photo picture img {
        object-fit: cover !important;
        width: 100% !important;
        height: 100% !important;
    }

    .block__5__text {
        padding-left: 0rem;
    }

    .banner__block__2 {
        flex-direction: column;
        align-items: start;
        gap: 1.5rem;
    }

    .carousel__3 {
        margin-bottom: 5rem;
    }

    .carousel__3 .owl-nav {
        top: auto;
        bottom: -2.5rem;
        height: auto;
    }

    .carousel__3 .owl-nav button {
        margin: 0 !important;
    }

    .carousel__3 .owl-nav .owl-prev {
        left: 0 !important;
    }

    .carousel__3 .owl-nav .owl-next {
        right: 0 !important;
    }

    .carousel__3 .owl-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        width: calc(100% - 10rem);
        left: 5rem;
        height: 6px;
        gap: 1rem;
        bottom: -2.7rem !important;
        position: absolute !important;
    }

    .carousel__3 .owl-dots button {
        background-color: rgba(255, 255, 255, .3) !important;
        width: 6px !important;
        height: 6px !important;
        border-radius: 100% !important;
    }

    .carousel__3 .owl-dots button.active {
        background-color: rgba(255, 255, 255, 1) !important;
    }

    .contacts__block__info .map {
        height: 300px;
        margin-bottom: 1.5rem;
    }

    .contacts__block__info__photos {
        flex-direction: row;
        margin-bottom: 1.5rem;
    }

    .contacts__list {
        padding-left: 0;
        gap: 1.5rem;
    }

    .contacts__list > div {
        gap: 1rem;
    }

    .text__block {
        padding-left: 0;
    }

    .article__info {
        flex-direction: column;
        gap: 1rem;
    }

    .article__text {
        padding: .75rem 0;
    }

    .sidebar__block {
        display: none;
    }

    .sidebar {
        display: flex;
        margin-bottom: 1.5rem;
        width: 100%;
        background-color: #222;
        color: #fff;
        font-size: 1rem;
        padding: 1rem;
        justify-content: space-between;
        align-items: center;
        gap: 1rem;
    }

    .sidebar picture {
        flex-shrink: 0;
    }

    #sidebar:checked ~ .sidebar__block {
        display: block;
    }

    .product__inner__description {
        padding-left: 0;
    }

    .price__add__to__cart {
        flex-direction: column;
        gap: 1rem;
    }

    .price__add__to__cart form {
        width: 100%;
    }

    .price__add__to__cart button {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
        justify-content: center;
    }

    .product__inner__tabs .nav-tabs {
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow-x: auto;
        gap: 3rem;
    }

    .product__in__cart > div:last-child > div:first-child {
        flex-direction: column;
    }

    .order__details {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }
}

@media (max-width: 768px) {
    .head__3 > a,
    .head__3 > hr {
        display: none;
    }

    .city__filial {
        width: 100%;
        gap: 1.5rem;
        justify-content: space-between;
    }

    .head__2 > div > button {
        display: none;
    }

    .slider .item .container {
        padding-top: 50px !important;
    }
    
    .slider .item .container .row h1,
    .slider .item .container .row h3 {
        font-size: 2.5rem;
    }

    .slider .item .container .row h5,
    .slider .item .container .row h2 {
        font-size: 1.5rem;
    }

    .slider .item button {
        margin-top: 2rem;
    }

    .slider .owl-nav {
        width: calc(100% - 1.5rem);
    }

    .slider .owl-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        width: calc(100% - 10rem);
        left: 5rem;
        height: 6px;
        gap: 1rem;
        bottom: 2.6rem !important;
        position: absolute !important;
    }

    .slider .owl-dots button {
        background-color: rgba(255, 255, 255, .3) !important;
        width: 6px !important;
        height: 6px !important;
        border-radius: 100% !important;
    }

    .slider .owl-dots button.active {
        background-color: rgba(255, 255, 255, 1) !important;
    }

    .card__1 {
        padding: 1.5rem;
        font-size: .75rem;
    }

    .card__1 > picture:first-child {
        top: .5rem;
        right: .5rem;
        width: 2rem;
    }

    .card__1 > picture:nth-child(2) {
        width: 3.5rem;
    }

    .case__photos {
        height: 200px;
    }

    .case__text {
        flex-direction: column;
        gap: 2rem;
        padding: 1.5rem;
    }

    .case__text > button {
        width: 100%;
    }

    .price__block {
        flex-direction: column;
        gap: 0;
    }

    .price__block button {
        width: 100%;
    }
}

@media (max-width: 576px) {
    footer ul {
        font-size: 1rem;
        gap: 1rem 1.5rem;
    }

    .foot__3 ul {
        font-size: .75rem;
    }

    .slider .item .container {
        padding-top: 102px;
    }

    .banner__block > picture {
        width: 30% !important;
        margin-right: .5rem;
    }

    .banner__block p {
        width: calc(70% - .5rem);
        font-size: 1.2rem;
        line-height: 130%;
    }

    .banner__block > button {
        width: 100%;
        font-size: .7rem;
        padding: 1rem 0;
        margin-right: 0;
    }

    .card__2 > div {
        padding: 1.5rem;
    }

    .card__2 > div h3 {
        font-size: 1.5rem;
    }

    .card__2 > div picture {
        width: 3rem;
    }

    .zag__block > a {
        display: none;
    }

    .zag__block > h2,
    .block__7 h2,
    .block__6 h2,
    .block__4 h2,
    .block__8 h2,
    .application__block h2,
    .contacts__block h2 {
       font-size: 1.5rem;
    }
    
    .carousel__1 .owl-nav,
    .carousel__2 .owl-nav,
    .carousel__4 .owl-nav{
        top: auto;
        bottom: 0;
    }

    .carousel__1 .owl-nav button,
    .carousel__2 .owl-nav button,
    .carousel__4 .owl-nav button{
        margin: 2rem 0 0 0 !important;
    }

    .block__3__2 {
        margin-top: 60px;
    }

    .block__3__2 .zag__block__link a {
        font-size: .75rem;
        padding: 1.5rem;
    }

    .case__photos {
        height: 130px;
    }

    .case__photos > div > span {
        font-size: .75rem;
        top: .75rem;
        left: .75rem;
    }

    .case__text p strong {
        font-size: 1rem;
    }
    
    .case__text p {
        font-size: .75rem;
    }

    .banner__block__2 > picture {
        width: 100px;
        height: 100px;
    }

    .banner__block__2 > p {
        font-size: .75rem;
    }

    .block__7__1 {
        gap: 2rem;
    }

    .block__7__1 > div {
        width: calc(50% - 1rem);
    }

    .port__card__info h2 {
        font-size: 1rem !important;
    }

    .port__card__info p {
        font-size: .75rem;
    }

    .inner__header {
        margin-top: 128px;
    }

    .product__card__text {
        padding: 0;
        gap: 0;
        margin-top: .75rem;
    }

    .product__card__text > div:first-child a {
        font-size: .9rem;
    }

    .product__card__text > div:first-child p {
        font-size: .6rem;
    }

    .product__card__text > div:last-child {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        gap: 1rem;
        width: 100%;
        margin-top: 1rem;
    }

    .product__card__text > div:last-child span {
        font-size: 1rem;
        font-weight: 500;
        color: #FCD500;
    }

    .product__card__text > div:last-child form {
        width: 100%;
    }

    .product__card__text > div:last-child button {
        width: 100% !important;
        justify-content: center;
    }

    .m__1 {
        gap: 1rem;
        align-items: start;
    }

    .m__1 > div:last-child > div {
        display: flex;
        flex-direction: column;
        padding-right: 1.5rem;
    }

    .m__1 > div:last-child b {
        margin-top: .75rem !important;
    }

    .m__1 > div:last-child b::after {
        display: none !important;
    }

    .m__1 i {
        width: 3rem;
        height: 3rem;
        font-size: 1rem;
    }

    .order__details__next {
        flex-direction: column;
        align-items: start;
        gap: 1rem;
    }

    .order__details__next a {
        width: 100%;
        text-align: center;
    }
}