/*!
Theme Name: newprocoach
Theme URI: https://3jd.ru/
Author: 3jd.ru
Author URI: https://3jd.ru/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: newprocoach
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

newprocoach is based on Underscores https://3jd.ru/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Блоки сайта
	- header
	- footer


--------------------------------------------------------------*/


body{
	font-family: "Montserrat", sans-serif;
}





/* header начало */



/* header конец */










/* footer начало */

.block_footer {
    background: #0f2a76;
    color: #fff;
    padding: 75px 0;
}

.block_footer__social {
    font-weight: 600;
    font-size: 45px;
    line-height: .7;
}

.block_footer__first-row>* {
    margin: 60px 0;
}

.block_footer__hr {
    border: 1px solid #1b84ff;
    margin-bottom: 45px;
}

.block_footer__rekvizit {
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
}

.block_footer__rekvizit a {
    color: #fff;
    text-decoration: none;
}

.block_footer__rekvizit a:hover {
    color: #bdbdbd;
}

.block_footer__link {
    font-size: 14px;
}

.block_footer__link a {
    color: #fff;
}

.block_footer__link a:hover {
    color: #bdbdbd;
}



/* md-размер footer (<=991px) */
@media (max-width: 991px) {

    .block_footer {
        padding-bottom: 25px;
        padding-top: 35px;
    }

    .block_footer__first-row>* {
        margin: 30px 0;
    }

    .block_footer__social {
        font-size: 21px;
    }

    .block_footer__hr {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .block_footer__rekvizit {
        text-align: center;
        font-size: 10px;
    }

    .block_footer__link {
        text-align: center;
        font-size: 10px;
        margin-top: 30px;
    }
}

/* footer конец */







