@charset "UTF-8";
/*
	Theme Name: Template-landing
	Version: 1.0.0
	Theme URI: http://place-start.ru/
	Description: place-start создание продвижение сайтов
	Author: place-start
	Author URI: http://place-start.ru/
*/


.footer--one .made-by .made-by__svg {
	fill: #9bbf2e;
}

.card-service-type-two__hidden-block {
	transition: .3s;
}

.card-service-type-two:hover .card-service-type-two__hidden-block {
	visibility: visible;
}

.slider-previews__item {
    display: block;
    width: 255px !important;
    height: 185px !important;
    object-fit: cover !important;
}

@media (max-width: 760px) {

					.section-banner {
						height: 200px;
					}
					.banner-slider-wrapper {
						height: 200px;
					}

					.banner-slider__item {
						height: 200px;
					}
				}



				@media ((min-width: 760px) and (max-width: 1022px)) {
					.section-banner {
						height: 400px;
					}
					.banner-slider__item {
						height: 400px;
					}
				}			

				@media ((min-width: 1022px) and (max-width: 1439px)) {
					.section-banner {
						height: 400px;
					}
					.banner-slider__item {
						height: 400px;
					}
				}	

				@media ((min-width: 1440px) and (max-width: 2559px)) {

					.section-banner {
						height: 700px;
					}
					.banner-slider-wrapper {
						height: 700px;
					}

				}
				@media (min-width: 2560px) {
					.slick-slide {
						height: 900px;
					}

					.section-banner {
						height: 900px;
					}
					.banner-slider-wrapper {
						height: 900px;
					}

				}