@charset "UTF-8";

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=3.0.1');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'),
    url('../fonts/fontawesome-webfont.woff?v=3.0.1') format('woff'),
    url('../fonts/fontawesome-webfont.ttf?v=3.0.1') format('truetype'),
    url('../fonts/fontawesome-webfont.svg#FontAwesome') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Font-Awesome-Social';
    src: url('../fonts/fontawesome-webfont.eot');
    src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/fontawesome-webfont.woff') format('woff'),
    url('../fonts/fontawesome-webfont.ttf') format('truetype'),
    url('../fonts/fontawesome-webfont.svg#Font-Awesome-More') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    background: #ebebeb;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 11pt;
    font-weight: 400;
    color: #454445;
    text-align: left;
    width: 100%;

}

h1, h2, h3, h5 {
    margin: 0;
    padding: 0;
    font-weight: 600;
    color: #454445;
}

h3 {
    font-size: 36px;
    text-align: center;
}

p {
    line-height: 120%;

}

p.contacts {
    line-height: 33%;
    text-align: center;
}

.container {
    margin: auto;
    width: 100%;
}

.button {
    display: inline-block;
    padding: 1.3em 1.3em;
    background: #3d689c;
    -moz-transition: opacity 0.25s ease-in-out;
    -webkit-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    -ms-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
    text-decoration: none;
    text-transform: uppercase;
    color: #FFF;
    border: solid 4px #ffa200;
    font-size: 1em;
}

div .header {
    position: relative;
    height: 90px;
    margin: auto;
    width: 100%;
    display: flex;
    padding-top: 10px;
    padding-bottom: 40px;
    justify-content: space-around;
}

div .logo {
	display: flex;
    margin-bottom: 20px;
    margin-left: 20px;
}

div .title {
  display: block;
    margin-bottom: 20px;
    margin-left: 20px;

}

div .title a {
    text-transform: uppercase;
    font-size: 1.3em;
    color: #3a4756;
}

div .menu {
    display: flex;
}

.menu li {
    display: block;
    float: left;
    text-align: center;
}

.menu li a {
    display: inline-block;
    margin-left: 1px;
    padding: 1em 1.5em 0 1.5em;
    letter-spacing: 0.10em;
    text-decoration: none;
    font-size: 1em;
    text-transform: uppercase;
    outline: 0;
    color: #3a4756;

}

a {

	text-decoration:none
}

#logo {
    height: 70px;
}

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

#header-featured {
    padding: 5em 0;
    background: url(../images/banner.jpg) center;
    background-size: cover;
}

#banner {
    overflow: hidden;
    width: 100%;
    text-align: center;
    color: rgba(255, 255, 255, .7);
    font-size: 1.5em;
}

#banner h2 {
    padding-bottom: 0.50em;
    font-weight: 400;
    font-size: 3em;
    color: #FFF;
}

#banner .button {
    margin-top: 1.5em;
    background: #606060;
}

#banner strong {
    color: #FFF;
}

#banner span {
    display: block;
    padding-top: 0.20em;
    text-transform: uppercase;
    font-size: 1.2em;
    color: #A2A2A2;
}

/* Подвал */
#copyright {
    overflow: hidden;
    padding: 1em 0 1em 0;

}

#copyright p {
    letter-spacing: 0.20em;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.80em;
    color: #7c7e80;

}

#copyright a {
    text-decoration: none;
    color:#3a4756;

}

#featured-wrapper {
    overflow: hidden;
    padding: 2em 0;
    background: #FFF;
    text-align: center;
}

#featured {
    overflow: hidden;
}

#featured .main-title {
    margin-bottom: 1.5em;
    text-align: justify;
    font-size: 14pt;
    padding-left: 15%;
    padding-right: 15%;

}

.main-title {
    padding-left: 15%;
    padding-right: 15%;
}

#featured .main-title h2 {
    font-size: 2.5em;
    text-align: center;
    margin-bottom: 15px;
    text-decoration: none;
}

#featured .main-title .byline {
    font-size: 14pt;
    color: #ааа;
    text-decoration: none;
}

.title .byline {
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.1em;
    color: #6F6F6F;
}

#element-style {
    padding-bottom: 100px;
    padding-top: 60px;
    overflow: hidden;

    background: #FFF;
    text-align: center;
}

hr {
    height: 4px;
    color: #ffa200;
    border: none;
    background-color: #ffa200;

    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 0;

}

/*********таблица****/
table {
    width: 100%;
    text-align: left;
}

td {
    vertical-align: top;

}

/*******************вкладки внутри страницы********/

.tabs {
    height: 450px;
    display: block;
    margin: 40px auto;
    position: relative;
}

.tabs .tab {
    float: left;
    display: block;
}

.tabs .tab > input[type="radio"] {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.tabs .tab > label {
    display: block;
    padding: 6px 21px;
    font-size: 20px;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
  
    background: white;
    left: 0;
}

.tabs .content {
    z-index: 0;
    overflow: hidden;
    padding: 25px;
    position: absolute;

    left: 0;
    

    opacity: 0;
    transition: opacity 400ms ease-out;
}

.tabs > .tab > [id^="tab"]:checked + label {
    top: 0;
    background: #d1d1d1;
   
}

.tabs > .tab > [id^="tab"]:checked ~ [id^="tab-content"] {
    z-index: 1;
    opacity: 1;
    transition: opacity 400ms ease-out;
}

.list {
    padding-left: 10%;
    padding-right: 10%;
}

div .menu ul {
    margin-top: 0.3em;
	font-weight: 600;
    color: white;
}

/*
адаптивность
*/

@media screen and (max-width: 1217px) {
    
   div .header {
        flex-direction: column;
        height: 220px;
    }

    ul {
        padding: 0;
    }

    #banner h2 {
        font-size: 2em;
    }

    #featured-wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }

    .tabs .tab > label {
        font-size: 16px;
    }

    li {
        font-size: 16px;
    }

    .list {
        padding-left: 10%;
        padding-right: 10%;
    }

    #featured .main-title {
        padding-left: 5%;
        padding-right: 5%;
    }

    div .menu ul {
        margin-top: 0;
    }
}

@media screen and (max-width: 580px) {
    
	  #logo {
        height: 50px;
    }
	.tabs .tab > label {
        padding: 5px;
    }

    .tabs .tab > label {
        font-size: 10px;
    }

    li {
        font-size: 12px;
    }

    .tabs {
        height: 450px;
    }

    .list {
        padding-left: 20px;
        padding-right: 20px;
    }

    #featured .main-title {
        padding-left: 20px;
        padding-right: 20px;
    }

    .main-title {
        padding-left: 20px;
        padding-right: 20px;
    }

}

@media screen and (max-width: 500px) {
    #logo {
        height: 50px;
    }

    div .title a {
        font-size: 1.0em;
    }

    div .title {
        margin: 5px;
    }
}

#subheading {
    font-size: 25px;
    font-weight: 600;
    color: white;
}

.section-line {
    font-size: 1em;

    line-height: 100%;
    margin: 5px;
    text-align: left;
}

.info-contacts {
    position: absolute;
    display: inline-block;
    width: 300px;
    height: 180px;
    left: 0;
    z-index: 999;
    background: #fff;
}

.map {
    height: 750px;
    position: relative;
}

#GMapContainer {
    width: 100%;
    height: 750px;
    position: absolute !important;
}

/*
 * CSS3 Treeview. No JavaScript
 * @version 1.0
 * @author Martin Ivanov
 * @url developer's website: http://wemakesites.net/
 * @url developer's twitter: https://twitter.com/#!/wemakesitesnet
 * @url developer's blog http://acidmartin.wordpress.com/
 **/
/*
 * This solution works with all modern browsers and Internet Explorer 9+.
 * If you are interested in purchasing a JavaScript enabler for IE8
 * for the CSS3 Treeview, please, check this link:
 * http://experiments.wemakesites.net/miscellaneous/acidjs-css3-treeview/
 **/
.css-treeview ul, .css-treeview li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.css-treeview input {
    position: absolute;
    opacity: 0;
}

.css-treeview {
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.css-treeview a {
    color: #00f;
    text-decoration: none;
}

.css-treeview a:hover {
    text-decoration: underline;
}

.css-treeview input + label + ul {
    margin: 0 0 0 22px;
}

.css-treeview input ~ ul {
    display: none;
}

.css-treeview label,
.css-treeview label::before {
    cursor: pointer;
}

.css-treeview input:disabled + label {
    cursor: default;
    opacity: .6;
}

.css-treeview input:checked:not(:disabled) ~ ul {
    display: block;
}

.css-treeview label,
.css-treeview label::before {

}

.css-treeview label,
.css-treeview a,
.css-treeview label::before {
    display: inline-block;
    height: 16px;
    line-height: 16px;
    vertical-align: middle;
}

/*стрелки*/
.css-treeview label {

    background: #e1e1e1 url(../images/programm-title-bg.png) 0 50% no-repeat;
    background-size: 2%;
    background-position: 5px;
    cursor: pointer;
    width: 100%;
    height: auto;
    font-size: 14pt;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 27px;
}

.css-treeview input:checked ~ label {
    background: #f0f0f0 url(../images/programm-title-open-bg.png) 0 50% no-repeat;
    background-size: 2%;
    background-position: 5px;
}

.css-treeview input:checked + label::before {
    background-position: 0 -16px;
}

/* webkit adjacent element selector bugfix */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .css-treeview {
        -webkit-animation: webkit-adjacent-element-selector-bugfix infinite 1s;
    }

    @-webkit-keyframes webkit-adjacent-element-selector-bugfix {
        from {
            padding: 0;
        }
        to {
            padding: 0;
        }
    }
}









.acor-container {
    margin: 20px 0;
}
.acor-container .acor-body {
    width: calc(100% - 40px);
    margin: 0 auto;
    height: 0;
    color: rgba(0, 0, 0, 0);
    background-color: #ebebeb;
    line-height: 18px;
    padding: 0 30px;
    box-sizing: border-box;
    transition: color 0.5s, padding 0.5s;
    overflow: hidden;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;

}
.acor-container .acor-body p {
    margin: 0 0 10px;
}
.acor-container label {
    cursor: pointer;
    background-color: #d1d1d1;
    display: block;
    padding: 15px 20px;
    width: 100%;
    color: #454445;
    font-weight: 300;
    box-sizing: border-box;
    z-index: 100;
    font-family: Verdana, sans-serif;
    font-size: 18px;
    margin: 0 0 5px;
    transition: color .35s;
}
.acor-container label:hover {
 
	text-decoration:underline;
}
.acor-container input{
    display: none;
}
.acor-container label:before {
    content: '\276F';
    float: right;
}
.acor-container input:checked + label {
    background-color: #d1d1d1;
    color: #454445;

}
.acor-container input:checked + label:before {
    transition: transform .35s;
    transform: rotate(90deg);
}
.acor-container input:checked + label + .acor-body {
    height: auto;
    margin-top: -5px;
    color: #454445;
    padding: 20px 30px 10px;
}


.tablenas{
    display: block ;
    padding-bottom: 10px;
}


.titletitle{
  font-size: 14px;
}



.titleob{
  display: block ;
  padding-bottom: 10px;
  font-size: 18px;
  font-family: 'Source Sans Pro', sans-serif;
}
