
/*
 * -----------------------------------------------------------------------------
 *
 * ...
 *
 * -----------------------------------------------------------------------------
 */


body {
    min-width: 320px;
}


/**
 * Сетка : Контейнеры.
 * -----------------------------------------------------------------------------
 */

.container {
    width: 100%;

    padding-right: 15px;
    padding-left: 15px;

    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

/**
 * Сетка : Колонки (Flexbox).
 * -----------------------------------------------------------------------------
 */

.row {
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    margin-right: -15px;
    margin-left: -15px;
}

.col {
    position: relative;

    width: 100%;
    max-width: 100%;

    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;

    padding-right: 15px;
    padding-left: 15px;
}

/**
 * Clearfix (bootstrap 4).
 * -----------------------------------------------------------------------------
 */

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}



/*
 * -----------------------------------------------------------------------------
 *
 * ...
 *
 * -----------------------------------------------------------------------------
 */


@font-face {
	font-family: 'Segoe UI';
	src: url('fonts/SegoeUI-Light.eot');
	src: url('fonts/SegoeUI-Light.eot?#iefix') format('embedded-opentype'),
	     url('fonts/SegoeUI-Light.woff') format('woff'),
	     url('fonts/SegoeUI-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
        font-display: swap;
}

@font-face {
	font-family: 'Segoe UI';
	src: url('fonts/fonts/SegoeUI.eot');
	src: url('fonts/SegoeUI.eot?#iefix') format('embedded-opentype'),
             url('fonts/SegoeUI.woff') format('woff'),
             url('fonts/SegoeUI.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
        font-display: swap;
}

@font-face {
	font-family: 'Segoe UI';
	src: url('fonts/SegoeUI-SemiBold.eot');
	src: url('fonts/SegoeUI-SemiBold.eot?#iefix') format('embedded-opentype'),
             url('fonts/SegoeUI-SemiBold.woff') format('woff'),
             url('fonts/SegoeUI-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
        font-display: swap;
}

@font-face {
	font-family: 'Segoe UI';
	src: url('fonts/SegoeUI-Bold.eot');
	src: url('fonts/SegoeUI-Bold.eot?#iefix') format('embedded-opentype'),
	     url('fonts/SegoeUI-Bold.woff') format('woff'),
             url('fonts/SegoeUI-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
        font-display: swap;
}


/*
 * -----------------------------------------------------------------------------
 *
 * ...
 *
 * -----------------------------------------------------------------------------
 */

html {
    font-size: 16px;
}


body {
    font-family: 'Segoe UI', sans-serif;
    font-weight: 400;
    
    line-height: 1;
    
    background-color: #fff;
    
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 { 
    margin: 0;
    
    font-weight: 700;
    line-height: 1;
}

p {
    margin: 0;
    margin-bottom: 15px;
    
    line-height: 1.3;
}

a {
    text-decoration: none;
    color: inherit;
}

a[href^="tel"] {
    white-space: nowrap;
}

.sum::after {
    content: "\00A0\20BD";
}

img {
    max-width: 100%;
    height: auto;
}



/*
 * -----------------------------------------------------------------------------
 *
 * ...
 *
 * -----------------------------------------------------------------------------
 */





/*
 * -----------------------------------------------------------------------------
 *
 * ...
 *
 * -----------------------------------------------------------------------------
 */

.swiper-slide {
    height: auto;
}

.swiper-button-next, 
.swiper-button-prev {
    color: #e31e24;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    
    background: #909090;
}

.swiper-pagination-bullet-active {
    background: #f0473e;
}



/*
 * -----------------------------------------------------------------------------
 *
 * ...
 *
 * -----------------------------------------------------------------------------
 */

