nice-select .option {
    font-size: 18px;
}

.order-inputs .nice-select .list {
    max-height: 250px;
    overflow-y: scroll;
}

.single-block {

}


.single-block h2 {
    text-transform: none;
}

.single-block p {
    margin: 0 0 15px;
    color: #41687D;
}

.single-block a {
    color: #F2A626;
}

.catalog-block {
    cursor: default;
}

.work-map__block-small {
    width: 28%;
}

@media (max-width: 768px) {
    .work-map__block-small {
        width: 100%;
    }
}

.about-img img {
    height: auto;
}

.about-company__text {
    margin-top: 0px;
}

.faq-block__hidden ul {
    padding: 15px 32px;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #41687D;
    padding-top: 0;
    margin-top: -10px;
}

.faq-block__hidden ul li {
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 5px;
    position: relative;
    margin-left: 25px;
}

.faq-block__hidden ul li::after {
    content: "";
    position: absolute;
    left: -20px;
    width: 6px;
    height: 6px;
    background: radial-gradient(86.28% 86.28% at 33.02% 13.72%, #31DBFF 0%, rgba(49, 219, 255, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */ , #2992E7;
    border-radius: 50%;
    top: 10px;
}

.modal .order-city-select {
    width: 380px;
    margin-bottom: 20px;
}

.modal .nice-select .list {
    max-height: 155px;
    overflow-y: scroll;
}

.input-contain__block textarea {
    position: relative;
    background: #FFFFFF;
    box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    height: 100px;
    border: 0;
    display: flex;
    align-items: center;
    padding-top: 20px;
    width: 100%;
    line-height: 130%;
    color: #366B89;
    padding-left: 44px;
    font-weight: 400;
    font-size: 21px;
    resize: none;
}

.header-phones {
    display: flex;
    align-items: center;
    position: relative;
}

.header-phones svg {
    margin-left: 10px;
    width: 44px;
    height: 44px;
}

.header-phones svg path {
    stroke: #FFFFFF;
}

.menu-active__animation .header-contacts .header-phones svg path {
    stroke: #366B89;
}

.header-phones__list {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;   
}

.header-phones__inner {
    margin-top: 10px;
    padding: 30px;
    border-radius: 15px;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

.header-phones:hover .header-phones__list {
    
    display: block;
}

.header-phones__list a {
    display: block;
    font-size: 36px;
    line-height: 110%;
    margin-bottom: 20px;
    color: #366B89;
    white-space: nowrap;
    
}

.header-phones__list a:last-of-type {
    margin-bottom: 0px;
}

.footer-phones {
    display: flex;
    align-items: center;
    position: relative;
}

.footer-phones svg {
    margin-left: 10px;
    width: 20px;
    height: 20px;
    transform: rotate(-180deg);
}

.footer-phones svg path {
    stroke: #FFFFFF;
}

.footer-phones__list {
    display: none;
    position: absolute;
    bottom: 100%;
    right: 0;   
    z-index: 10;
}

.footer-phones__inner {
    margin-bottom: 10px;
    padding: 30px;
    border-radius: 15px;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

.footer-phones:hover .footer-phones__list {    
    display: block;
}

.footer-phones__list a {
    display: block;
    font-size: 20px;
    line-height: 110%;
    margin-bottom: 20px;
    color: #366B89;
    white-space: nowrap;
    
}

.footer-phones__list a:last-of-type {
    margin-bottom: 0px;
}

.header-menu__phones {
    display: none;
}

@media (max-width: 1540px) {
    .header-phones__list a {
        font-size: 25px;
    }
}

@media (max-width: 991px) {
    
    .header-phones svg {
        display: none;
    }
    .header-menu__phones {
        margin-top: -15px;
        margin-bottom: 30px;
        display: block;
    }

    .header-menu__phones a {
        font-size: 25px;
        margin-bottom: 15px;
        color: white;
        display: flex;
    }

    .footer-phones svg {
        display: none;
    }

    .footer-phones__list {
        position: relative;
        display: block;
    }

    .footer-phones__inner {
        padding: 0;
        background-color: transparent;
        box-shadow: none;
    }

    .footer-phones {
        flex-direction: column;
    }

    .footer-phones__list a {
        font-weight: 600;
        color: #FFFFFF;
        font-size: 25px;
        margin: 10px 0px;
    }

    .footer-phones__list a:hover {
        color: #F2A626;
    }
}


.cookie-notification-text {
    font-size: 14px;
}

.cookie-close {
    font-size: 14px;
}

.scrollUp {
    line-height: 44px;
}

.modal-text {
    width: 100%;
    max-width: 960px;
}

.modal-text .modal-block {
    align-items: flex-start;
}

.modal-text p {
    text-align: left;
}

.modal-text ul, .modal-text ol {
    margin-bottom: 20px;
}

.modal-text ul li, .modal-text ol li {
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
    color: #41687D;
    margin-bottom: 10px;
    list-style-type: disc;
    margin-left: 25px;
}

.modal-block li {}

.modal-text .modal-block .section-title {
    text-align: center;
    width: 100%;
}


.city-select .list {
    width: 300px;
}


@media (max-width:767px) {
    .modal .order-city-select {
        width: 100%;
    }
}

@media (max-width: 1400px) {
    .input-name, .input-tel {
        width: 315px;
      }
}

.strike {
    font-size: inherit;
    opacity: .5;
    display: inline-block;
    position: relative;
    padding: 0 5px;
}

.strike:before {
    position: absolute;
    display: block;
    left: 0;
    top: 45%;
    height: 4px;
    content: '';
    background-color: #41687D;
    width: 100%;
    transform: rotate(-15deg);
}

.new-price {
    font-size: inherit;
    color: #eb5757;
}

@media (max-width:767px) {
    .strike:before {
        height: 2px; 
    }
}

.new-year-label {
    display: block;
    position: fixed;
    background-color: #eb5757;
    top: calc(50% - 70px);
    z-index: 120;
    left: -28px;
    cursor: pointer;
    padding: 10px 20px 10px;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    transform: rotate(-90deg) translateY(-70px);
}

#action-modal {
    max-width: 450px;
}

#action-modal p {
    text-align: center;
	width:100%
}

.item-block.action {
    overflow: hidden;
}

.item-block.action:before {
    content: 'Акция';
    display: block;
    position: absolute;
    top: -8px;
    left: -60px;
    color: #ffffff;
    background-color: #eb5757;
    transform: rotate(-45deg);
    padding: 40px 50px 10px;
}

#thx {
    max-width:530px;
}

#thx h2 {
    line-height: 1.4;
}

.footer-data {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.footer-email {
    color: #ffffff;
    font-size: 14px;
    display: inline-block;
    margin-top: 10px;
}

@media(max-width:600px) {
	.city-select__container {
		display:flex;
		    position: absolute;
    top: 70px;
    left: 15px;
		height:35px;
			width: calc(100% - 30px);
	}
	.city-select__text {
		display:none
	}
	.city-select {
    padding-left: 25px;
}
}

.fr-slider .catalog-block {
    height: 265px;
}
@media (min-width: 787px) {
.fr-slider .swiper-slide:nth-child(4n) {
    margin-right: 10px !important;
}
}

.fr-slider .swiper-slide {
    width: 385px;
    height: 315px;
}

.fr-slider .swiper-wrapper {
    justify-content: center;
}

.fr-middle-title {
    text-align: center;
    font-weight: 700;
    font-size: 35px;
    line-height: 100%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #41687D;
    margin-bottom: 80px;
}

.fr-slider-b {

}

.fr-slider-b .swiper-wrapper {
    flex-wrap: wrap;
}

.fr-slider-b .swiper-slide {
    width: 30%;
}

.fr-slider-b .check-introduction__text {
    width: 90%;
}

@media (max-width: 787px) {
    .fr-middle-title {
        font-size: 22px;
    }
    .fr-slider-b .swiper-wrapper {
        flex-wrap: nowrap;
    }
    
    .fr-slider-b .swiper-slide {
        width: 100%;
    }
    
    .fr-slider-b .check-introduction__text {
        width: 90%;
    }
}

@media (max-width: 576px) {
    .fr-slider .swiper-slide:nth-child(4n) {
        
    }
    .fr-slider .swiper-wrapper {
        justify-content: inherit;
    }
}