/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*
Theme Name: Rare Geography
Theme URI: #
Author: Andrey Egorov
Author URI: https://ufa.hh.ru/resume/01af2e83ff0441496f0039ed1f537a57514c43
Description: Редкая география
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: featured-images, custom-background, theme-options, translation-ready
Text Domain: rare-geography
Requires at least: 4.6
Tested up to: 8.2
Requires PHP: 7.4
*/
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body{
    background-color: #F2F4F8;
}
body{
    margin: 0;
}
body *{
    -webkit-appearance: none;
}
.container{
    width: calc(100% - 16px);
    max-width: 343px;
    margin: auto;
}

body main.page_main_data{
    margin-top: 82px;
}
.p-0{
    padding: 0!important;
}
.pt-16{
    padding-top: 16px!important;
}
.pb-32{
    padding-bottom: 32px!important;
}
.d-none{
    display: none!important;
}
.d-block{
    display: block!important;
}
@media(min-width: 991px){
    .d-md-block{
        display: block!important;
    }
    .d-md-none{
        display: none!important;
    }
    .pt-md-60{
        padding-top: 60px;
    }
}
@media(min-width: 375px){
    .container{
        max-width: 370px;
    }
}
@media(min-width: 425px){
    .container{
        max-width: 415px;
    }
}
@media(min-width: 576px){
    .container{
        max-width: 560px;
    }
}
@media(min-width: 768px){
    .container{
        max-width: 752px;
    }
}
@media(min-width: 991px){
    .container{
        max-width: 975px;
    }
    body main.page_main_data{
        margin-top: 85px;
    }
}
@media(min-width: 1200px){
    .container{
        max-width: 1135px;
    }
    /*#map_section.container{
        max-width: 1184px;
    }*/
}
@media(min-width: 1366px){
    .container{
        max-width: 1290px;
    }
}
@media(min-width: 1920px){
    .container{
        max-width: 1840px;
    }
}

main.page_main_data>*{
    padding-top: 15px;
    padding-bottom: 15px;
}
@media(min-width: 1200px){
    main.page_main_data>*{
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
@media(min-width: 1200px){
    .pt-md-60{
        padding-top: 60px!important;
    }
}
@media(min-width: 1920px){
    main.page_main_data>*{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    #map_section{
        padding-bottom: 84.75px;
    }
    .pt-xl-0{
        padding: 0!important;
    }
    .pt-xl-120{
        padding-top: 120px!important;
    }
}