/*
Theme Name: interstarch
Theme URI: interstarch
Author: IT4U
Author URI: 
Description: interstarch theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*300,400,700,900*/
@font-face {
font-family: Roboto; /* Имя шрифта */
src: url(fonts/roboto/Roboto-Medium.ttf); /* Путь к файлу со шрифтом */
}
/*.section {
  text-align:center;
  font-size: 3em;
}*/

/*.wrap_footer {
    position: absolute;
    bottom: 0;
    left: 0;
}*/
html {
    scroll-behavior: smooth;
    margin: 0;
}
body {
    position: relative;
    min-height: 100vh;
    font-family: 'Source Sans Pro', sans-serif;
    /*overflow-y: hidden;*/
}
section {
    position: relative;
}
body a {
    
}
body a:hover {
    
}
header {
    box-shadow: 0 0 15px 0 #ddd;
    position: relative;
    z-index: 1;
}
.content a {
    color: #333;
}
.content a:hover {
    color: #f6a332;
}
.section_main {
    min-height: 60vh;
    /*background-image: url( images/back.jpg );*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.header_contact {
    text-align: right;
}
.header_contact span {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    padding-left: 20px;
    color: #9c9c9c;
    font-size: 14px;
}
.header_contact span a{
    text-decoration: none;
    color: #9c9c9c;
}
.header_contact span a:hover {
    text-decoration: none;
    color: #04854c;
}
.wrap_logo img {
    width: 100%;
    height: auto;
    padding: 5px;
}
.wrap_header_menu {
    width: 100%;
}
.wrap_header_menu ul {
    margin: 7px 0 0 0;
    padding: 0;
    display: flex;
    list-style-type: none;
    justify-content: space-between;
}
.wrap_header_menu ul li a {
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #333;
}
.wrap_header_menu ul li a:hover {
    text-decoration: none;
    color: #4b8450;
}
.wrap_footer_menu {
    padding-top: 10px;
}
footer {
    padding: 5px 0;
    box-shadow: 0 0 20px 0 #ccc;
}
footer .wrap_logo img {
    width: 70%
}
.wrap_main_title {
    padding-left: 45%;
    padding-top: 10%;
}
.button_main {
    margin-top: 20px;
    padding: 15px 20px;
    background-color: #f6a332;
    display: inline-block;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    transition: background-color 0.3s ease;
    min-width: 220px;
    text-align: center;
}
.wrap_main_title h1 {
    font-size: 40px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    line-height: 60px;
    text-align: left;
}
.button_main:hover {
    background-color: #04854c;
    color: #fff;
}
.section_content h1, .section_content h2, .section_content h3 {
    font-size: 40px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    padding-bottom: 40px;
}
.section_content {
    padding: 100px 0;
}
.content p {
    color: #404040;
    font-family: "Source Sans Pro";
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}
.circle {
    width: 450px;
    height: 450px;
    background-color: #000;
    border-radius: 50%;
    background-image: url( images/tringle.png );
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.circle_a a {
    text-decoration: none;
    color: #404040;
}.circle_a a:hover {
    color: #404040;
    text-decoration: none;
}
.circle:after {
    content: "";
    border: 2px solid #f6a332;
    width: 102%;
    height: 102%;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    bottom: -5px;
    right: -5px;
    left: -5px;
}
.circle_text {
    width: 85%;
    height: 50%;
    background-color: #fff;
    border-radius: 15px;
    text-align: left;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 700;
}
.adres_menu, .mail_menu  {
    display: none;
}
@media (max-width: 1400px) {
    .circle {
        width: 380px;
        height: 380px;
    }
    .circle:after {
        width: 103%;
        height: 103%;
    }
}
@media (max-width: 992px) {
    .circle {
        margin: 40px auto;
    }
    .wrap_header_menu ul li a {
        font-size: 12px;
        margin-right: 3px;
    }
    .wrap_header_menu ul {
        margin: 0;
    }
    .wrap_main_title h1 {
        font-size: 28px;
        line-height: 40px;
    }
    .section_content h1, .section_content h2, .section_content h3 {
        font-size: 28px;
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 300;
        padding-bottom: 40px;
    }
    .section_main {
        background-position: left;
    }
}
@media (max-width: 768px) {
    header .wrap_header_menu ul {
        padding: 10px 20px;
        display: block;
        list-style-type: none;
        justify-content: space-between;
        position: absolute;
        width: 100%;
        background-color: #fff;
        left: 0;
        top: -500px;
        right: 0;
        transition: all 0.3s;
        border: 1px solid #f1f1f1;
        box-shadow: 0 0 15px 0 #ddd;
        padding-top: 60px;
        text-align: center;
    }
    body header .wrap_header_menu ul .adres_menu , body header .wrap_header_menu ul .mail_menu {
        display: block;
        color: #9c9c9c!important;
        font-size: 14px!important;
        padding-bottom: 15px;
        pointer-events: none;
    }
    body header .wrap_header_menu ul .adres_menu a, body header .wrap_header_menu ul .mail_menu a {
        color: #9c9c9c!important;
        font-size: 14px!important;
    }
    .active_menu {
        top: 0px!important;
    }
    footer .wrap_header_menu ul {
        position: relative!important;
        margin: 7px 0 0 0;
        padding: 0;
        display: block;
        list-style-type: none;
        justify-content: space-between;
        column-count: 2;
        padding: 0 20px 40px 20px;
    }
    .icon_mobile {
        background-image: url(images/lo-m.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        right: 20px;
        top: 10px;
        z-index: 1;
        font-size: 25px;
        width: 35px;
        height: 25px;
        cursor: pointer;
    }
    .close_menu {
        background-image: url(images/close.png)!important;
        transform: scale(0.8);
    }
    .wrap_header_menu ul li a {
        font-size: 14px;
    }
    footer .wrap_logo img {
        /*width: 40%;*/
        width: 100px;
    }
}
@media (max-width: 540px) {
    .circle {
        width: 300px;
        height: 300px;
    }
    .circle_text {
        width: 85%;
        height: 50%;
        background-color: #fff;
        border-radius: 15px;
        text-align: left;
        padding: 5px 10px;
        font-size: 11px;
        font-weight: 400;
    }
    .wrap_main_title {
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 40%;
    }
    .section_content {
        padding: 40px 0;
    }
     .button_main {
        width: 100%;
    }

}