html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

body {
    font-family: sans-serif;
    font-size: 13px;
    color: #000;
    line-height: 1;
}

.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    background-color:  #;
}

body {
    background-color: #000;
    background: url("../img/dark-texture.jpg") left top;
}

.top {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 20px auto 0;
    background-image: url(../img/top-bg.jpg);
    background-repeat: no-repeat;
}

.top .line {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: #aaa;
    top: -43px;
    left: 0;
    z-index: 1;
}

@media only screen and (min-width: 980px) and (max-width: 1199px) {
    .top .line {
        top: -33px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .top .line {
        top: -33px;
    }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
    .top .line {
        top: -27px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 599px) {
    .top .line {
        top: -82px;
    }
}

@media only screen and (max-width: 479px) {
    .top .line {
        display: none;
    }
}

.top .bg-top {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 14px;
}

.top .bg-top img {
    width: 100%;
}

@media only screen and (max-width: 479px) {
    .top .bg-top {
        top: 0;
    }
}

.top .top-head {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding: 20px 0;
    z-index: 2;
}

.top .top-head:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.top .top-head .logo {
    width: 25%;
    float: left;
    text-align: center;
    z-index: 2;
}

.top .top-head .logo a {
    text-decoration: none;
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
    .top .top-head .logo a img {
        width: 105px;
        padding: 0;
        margin: 0;
    }
}

@media only screen and (max-width: 479px) {
    .top .top-head .logo a img {
        width: 105px;
        padding: 0;
        margin: 0;
    }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
    .top .top-head .logo {
        width: 20%;
    }
}

@media only screen and (min-width: 480px) and (max-width: 599px) {
    .top .top-head .logo {
        width: 30%;
        float: none;
        margin: 0 auto;
        margin-bottom: 10px;
    }
}

.top .top-head .button-menu {
    display: none;
}

.top .top-head .button-menu p {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    float: right;
    margin: 20px 10px;
}

.top .top-head .button-menu .btn-menu {
    float: right;
    width: 40px;
    height: 40px;
    margin: 8px 5px;
    cursor: pointer;
}

.top .top-head .button-menu .btn-menu div {
    width: 90%;
    height: 2px;
    margin: 6px 0;
    background-color: #fff;
}

@media only screen and (max-width: 479px) {
    .top .top-head .button-menu {
        display: block;
    }
}

.top .top-head .top-menu {
    float: left;
    width: 75%;
    font-size: 0;
    text-align: center;
    position: relative;
}

.top .top-head .top-menu ul {
    padding: 0 20px;
    display: inline-block;
    border-bottom: 1px solid #fff;
}

.top .top-head .top-menu ul li {
    display: inline-block;
    transition: 1s;
    transform: scale(1.0);
    /*@include respond-to(display){
						padding: 20px 20px;
					}*/
}

.top .top-head .top-menu ul li a {
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 20px;
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
    .top .top-head .top-menu ul li a {
        font-size: 16px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 599px) {
    .top .top-head .top-menu ul li a {
        font-size: 15px;
    }
}

@media only screen and (max-width: 479px) {
    .top .top-head .top-menu ul li a {
        padding: 15px 10px;
        font-size: 15px;
        display: block;
    }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .top .top-head .top-menu ul li a{
        padding: 15px 10px;
        display: block;
        
    }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
    .top .top-head .top-menu ul li a {
        padding: 15px 10px;
        display: block;
    }
}

@media only screen and (min-width: 480px) and (max-width: 599px) {
    .top .top-head .top-menu ul li a{
        padding: 15px 10px;
        display: block;
    }
}

@media only screen and (max-width: 479px) {
    .top .top-head .top-menu ul li {
        width: 100%;
        padding: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #5a523b;
        border-bottom: 1px solid #CFCFCF;
    }
}

@media only screen and (max-width: 479px) {
    .top .top-head .top-menu ul li:hover {
        background-color: #7ca627;
        
    }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
    .top .top-head .top-menu ul {
        padding: 0;
    }
}

@media only screen and (min-width: 480px) and (max-width: 599px) {
    .top .top-head .top-menu ul {
        padding: 0;
    }
}

@media only screen and (max-width: 479px) {
    .top .top-head .top-menu ul {
        padding: 0;
        display: none;
        width: 100%;
        margin-top: 5px;
        border: none;
    }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
    .top .top-head .top-menu {
        width: 80%;
    }
}

@media only screen and (min-width: 480px) and (max-width: 599px) {
    .top .top-head .top-menu {
        width: 100%;
    }
}

@media only screen and (max-width: 479px) {
    .top .top-head .top-menu {
        width: 100%;
    }
}

@media only screen and (min-width: 980px) and (max-width: 1199px) {
    .top .top-head {
        padding: 20px 0 10px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .top .top-head {
        padding: 20px 0 10px 0;
    }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
    .top .top-head {
        padding: 20px 0 10px 0;
    }
}

@media only screen and (max-width: 479px) {
    .top .top-head {
        padding: 10px 0 5px 0;
    }
}

.top .main-bnr {
    overflow: hidden;
    margin:  auto;
   max-width: 1000px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.top .main-bnr img {
    width: 100%;
    padding: 0;
    margin: 0;
    display: none;
}

.top .main-bnr .emb { 
}

.top .main-bnr .emb .video-bg {  
   
    
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .top .main-bnr .emb .video-bg {
      
    }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
    .top .main-bnr .emb .video-bg {
      
    }
}

@media only screen and (min-width: 480px) and (max-width: 599px) {
    .top .main-bnr .emb .video-bg {
       
    }
}

@media (min-width: 980px) and (max-width: 1000px) {
    .top .main-bnr .emb .video-bg {
       
    }
}

.top .main-bnr .phones {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 230px;
    height: 54px;
    z-index: 9999;
	line-height: 1.4;
}

.top .main-bnr .phones ul {
    list-style: none;
    padding: 5px 10px;
}

.top .main-bnr .phones ul li {
    font-size: 22px;
}

@media only screen and (min-width: 480px) and (max-width: 599px) {
    .top .main-bnr .phones ul li {
        font-size: 19px;        
        top: 5px;
        
    }
}

@media only screen and (max-width: 479px) {
    .top .main-bnr .phones ul li {
        font-size: 15px;
        font-weight: 600;
        
    }
}

@media only screen and (max-width: 479px) {
    .top .main-bnr .phones ul {
        padding: 5px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .top .main-bnr .phones {
        right: 0;
    }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
    .top .main-bnr .phones {
        width: 180px; 
    }
    .top .main-bnr .phones ul li {
        font-size: 19px; 
    }
}

@media only screen and (min-width: 480px) and (max-width: 599px) {
    .top .main-bnr .phones {
        width: 200px;
        height: 100px;
        top: 10px;
        right: -20px;
        
    }
}

@media only screen and (max-width: 479px) {
    .top .main-bnr .phones {
        width: 120px;
        height: 40px;
        right: 0;
        top: 10px;
        background-color: transparent;
    }
}

@media (min-width: 980px) and (max-width: 1000px) {
    .top .main-bnr .phones {
        right: 0;
    }
}

.top .main-bnr h3 {
    position: absolute;
    bottom: 40px;
    left: 30px;
    font-size: 16px;
    text-shadow: 1px 1px 2px #fff, 0 0 2px #fff;
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .top .main-bnr h3 {
        bottom: 20px;
        left: 15px;
    }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
    .top .main-bnr h3 {
        bottom: 20px;
        left: 15px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 599px) {
    .top .main-bnr h3 {
        bottom: 20px;
        left: 15px;
    }
}

@media only screen and (max-width: 479px) {
    .top .main-bnr h3 {
        bottom: 15px;
        left: 10px;
        font-size: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .top {
        padding: 0 0;
        margin: 0 0;
        
    }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
    .top{
        padding: 0 0;
        margin: 0 0;
        
    }
}

@media only screen and (min-width: 480px) and (max-width: 599px) {
    .top .main-bnr {
        
    }
}

@media only screen and (max-width: 479px) {
    .top .main-bnr {
       
    }
}

@media (min-width: 980px) and (max-width: 1000px) {
    .top {
        padding: 0 0;
        margin: 0 0;
        
    }
}

@media only screen and (min-width: 480px) and (max-width: 599px) {
    .top {
        padding: 0 0;
        margin: 0 0;
    }
}

@media only screen and (max-width: 479px) {
    .top {
        padding: 0 0;
        margin: 0 0;
    }
}

.card {
    list-style: none;
    margin: 0;
}

.card li {
    text-align: center;
}

.card li a {
    text-decoration: underline;
    color: #000;
}

.card li a img {
    width: 100%;
    margin: 0;
    padding: 0;
}

.wrapper-text .card-gallery {
    list-style: none;
    padding: 15px;
    margin: 0;
    font-size: 0;
}

.wrapper-text .card-gallery li {
    display: inline-block;
    background-color: #fff;
    margin: 5px;
    line-height: 0;
    cursor: pointer;
    -webkit-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.wrapper-text .card-gallery li a img {
    width: calc(100% - 20px);
    margin: 10px;
    padding: 0;
}

@media only screen and (min-width: 1200px) {
    .wrapper-text .card-gallery li {
        width: calc(50% - 10px);
    }
}

@media only screen and (min-width: 980px) and (max-width: 1199px) {
    .wrapper-text .card-gallery li {
        width: calc(50% - 10px);
    }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .wrapper-text .card-gallery li {
        width: calc(50% - 10px);
    }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
    .wrapper-text .card-gallery li {
        width: calc(50% - 10px);
    }
}

@media only screen and (min-width: 480px) and (max-width: 599px) {
    .wrapper-text .card-gallery li {
        width: calc(50% - 10px);
    }
}

@media only screen and (max-width: 479px) {
    .wrapper-text .card-gallery li {
        width: calc(100% - 10px);
    }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .wrapper-text .card-gallery {
        padding: 10px;
    }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
    .wrapper-text .card-gallery {
        padding: 5px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 599px) {
    .wrapper-text .card-gallery {
        padding: 5px;
    }
}

@media only screen and (max-width: 479px) {
    .wrapper-text .card-gallery {
        padding: 5px;
    }
}

.content {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 0;
}

.content h1,
.content h2,
.content h3,
.content h4 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.content h1 {
    font-size: 32px;
}

.content h2 {
    font-size: 24px;
}

.content h3 {
    font-size: 18px;
}

.content h4 {
    font-size: 16px;
}

.content h5 {
    font-size: 14px;
}

.content p {
    margin-bottom: 5px;
    line-height: 130%;
    font-size: 14px;
}

.content a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
}

.content a:hover {
    text-decoration: underline;
}

.content table {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #000;
    border-collapse: collapse;
    border-spacing: 0;
}

.content table tr {
    padding: 0;
    vertical-align: center;
}

.content table td {
    padding: 10px 15px;
    vertical-align: top;
    border: 1px solid #000;
    font-size: 14px;
}

.content ul,
.content ol {
    margin-top: 10px;
    margin-left: 20px;
    margin-bottom: 10px;
}

.content ul {
    list-style-type: disc;
}

.content ol {
    list-style-type: decimal;
}

.content ul li,
.content ol li {
    padding: 0;
    margin-bottom: 5px;
    line-height: 130%;
    font-size: 14px;
}

.content img {
    max-width: 100%;
    margin: 10px 0;
}

.content .title {
    padding: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #D2FF78;
}

.content .title h1,
.content .title h2,
.content .title h3 {
    color: #d2ff78;
    margin: 0;
}

@media only screen and (min-width: 600px) and (max-width: 767px) {

    .content .title h1,
    .content .title h2,
    .content .title h3 {
        font-size: 18px;
    }
}

.content .list-menu {
    list-style: none;
    margin: 0;
    padding: 10px 0;
}

.content .list-menu li {
    margin: 0;
}

.content .list-menu li a {
    padding: 7px 10px;
    font-size: 17px;
    display: block;
    color: #000;
    text-decoration: none;
}

.content .list-menu li a:hover {
    background-color: #8aba2c;
    color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .content .list-menu li a {
        font-size: 16px;
    }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
    .content .list-menu li a {
        font-size: 15px;
        padding: 5px 10px;
    }
}


.content .left-block,
.content .center-block,
.content .right-block {
    display: inline-block;
    vertical-align: top;
}

.content .left-block .wrapper-text,
.content .center-block .wrapper-text,
.content .right-block .wrapper-text {
    margin-bottom: 30px;
    background-color: #EEEEEE;
}

.content .left-block .wrapper-text .text-block,
.content .center-block .wrapper-text .text-block,
.content .right-block .wrapper-text .text-block {
    padding: 10px;
}

.content .left-block .wrapper-text .text-block:after,
.content .center-block .wrapper-text .text-block:after,
.content .right-block .wrapper-text .text-block:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.content .left-block .wrapper-text .text-block h1,
.content .left-block .wrapper-text .text-block h2,
.content .left-block .wrapper-text .text-block h3,
.content .center-block .wrapper-text .text-block h1,
.content .center-block .wrapper-text .text-block h2,
.content .center-block .wrapper-text .text-block h3,
.content .right-block .wrapper-text .text-block h1,
.content .right-block .wrapper-text .text-block h2,
.content .right-block .wrapper-text .text-block h3 {
    margin: 0 0 10px 0;
}

.content .left-block .wrapper-text .text-block p,
.content .center-block .wrapper-text .text-block p,
.content .right-block .wrapper-text .text-block p {
    line-height: 130%;
    margin-bottom: 10px;
}

.content .left-block .wrapper-text .text-block p a,
.content .center-block .wrapper-text .text-block p a,
.content .right-block .wrapper-text .text-block p a {
    text-decoration: none;
}

.content .left-block .wrapper-text .text-block p a:hover,
.content .center-block .wrapper-text .text-block p a:hover,
.content .right-block .wrapper-text .text-block p a:hover {
    text-decoration: none;
}

@media only screen and (min-width: 600px) and (max-width: 767px) {

    .content .left-block .wrapper-text .text-block p,
    .content .center-block .wrapper-text .text-block p,
    .content .right-block .wrapper-text .text-block p {
        font-size: 13px;
    }
}

.content .left-block .wrapper-text .text-block .img-left img,
.content .left-block .wrapper-text .text-block .img-wide img,
.content .left-block .wrapper-text .text-block .img-center img,
.content .left-block .wrapper-text .text-block .img-right img,
.content .left-block .wrapper-text .text-block .img-50 img,
.content .center-block .wrapper-text .text-block .img-left img,
.content .center-block .wrapper-text .text-block .img-wide img,
.content .center-block .wrapper-text .text-block .img-center img,
.content .center-block .wrapper-text .text-block .img-right img,
.content .center-block .wrapper-text .text-block .img-50 img,
.content .right-block .wrapper-text .text-block .img-left img,
.content .right-block .wrapper-text .text-block .img-wide img,
.content .right-block .wrapper-text .text-block .img-center img,
.content .right-block .wrapper-text .text-block .img-right img,
.content .right-block .wrapper-text .text-block .img-50 img {
    width: 100%;
    margin: 0;
    padding: 0;
}

.content .left-block .wrapper-text .text-block .img-left,
.content .center-block .wrapper-text .text-block .img-left,
.content .right-block .wrapper-text .text-block .img-left {
    margin: 0 20px 10px 0;
    width: 30%;
    float: left;
}

@media only screen and (min-width: 480px) and (max-width: 599px) {

    .content .left-block .wrapper-text .text-block .img-left,
    .content .center-block .wrapper-text .text-block .img-left,
    .content .right-block .wrapper-text .text-block .img-left {
        width: 40%;
    }
}

@media only screen and (max-width: 479px) {

    .content .left-block .wrapper-text .text-block .img-left,
    .content .center-block .wrapper-text .text-block .img-left,
    .content .right-block .wrapper-text .text-block .img-left {
        width: 40%;
    }
}

.content .left-block .wrapper-text .text-block .img-wide,
.content .center-block .wrapper-text .text-block .img-wide,
.content .right-block .wrapper-text .text-block .img-wide {
    margin: 10px 0;
}

.content .left-block .wrapper-text .text-block .img-center,
.content .center-block .wrapper-text .text-block .img-center,
.content .right-block .wrapper-text .text-block .img-center {
    width: 50%;
    margin: 10px auto;
}

@media only screen and (min-width: 480px) and (max-width: 599px) {

    .content .left-block .wrapper-text .text-block .img-center,
    .content .center-block .wrapper-text .text-block .img-center,
    .content .right-block .wrapper-text .text-block .img-center {
        width: 70%;
    }
}

@media only screen and (max-width: 479px) {

    .content .left-block .wrapper-text .text-block .img-center,
    .content .center-block .wrapper-text .text-block .img-center,
    .content .right-block .wrapper-text .text-block .img-center {
        width: 100%;
    }
}

.content .left-block .wrapper-text .text-block .img-right,
.content .center-block .wrapper-text .text-block .img-right,
.content .right-block .wrapper-text .text-block .img-right {
    margin: 0 0 10px 10px;
    width: 30%;
    float: right;
}

@media only screen and (min-width: 480px) and (max-width: 599px) {

    .content .left-block .wrapper-text .text-block .img-right,
    .content .center-block .wrapper-text .text-block .img-right,
    .content .right-block .wrapper-text .text-block .img-right {
        width: 40%;
    }
}

@media only screen and (max-width: 479px) {

    .content .left-block .wrapper-text .text-block .img-right,
    .content .center-block .wrapper-text .text-block .img-right,
    .content .right-block .wrapper-text .text-block .img-right {
        width: 40%;
    }
}

.content .left-block .wrapper-text .text-block .img-50,
.content .center-block .wrapper-text .text-block .img-50,
.content .right-block .wrapper-text .text-block .img-50 {
    float: left;
    width: 50%;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 979px) {

    .content .left-block .wrapper-text .text-block,
    .content .center-block .wrapper-text .text-block,
    .content .right-block .wrapper-text .text-block {
        padding: 5px;
    }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {

    .content .left-block .wrapper-text .text-block,
    .content .center-block .wrapper-text .text-block,
    .content .right-block .wrapper-text .text-block {
        padding: 5px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 599px) {

    .content .left-block .wrapper-text .text-block,
    .content .center-block .wrapper-text .text-block,
    .content .right-block .wrapper-text .text-block {
        padding: 5px;
    }
}

@media only screen and (max-width: 479px) {

    .content .left-block .wrapper-text .text-block,
    .content .center-block .wrapper-text .text-block,
    .content .right-block .wrapper-text .text-block {
        padding: 5px;
    }
}

.content .left-block,
.content .right-block {
    width: 22%;
}

.content .left-block .wrapper-text .text-block ul,
.content .right-block .wrapper-text .text-block ul {
    list-style: none;
    margin: 0;
}

.content .left-block .wrapper-text .text-block ul li,
.content .right-block .wrapper-text .text-block ul li {
    margin-bottom: 10px;
}

.content .left-block .wrapper-text .text-block ul li a,
.content .right-block .wrapper-text .text-block ul li a {
    text-decoration: none;
}

.content .left-block .wrapper-text .text-block ul li a:hover,
.content .right-block .wrapper-text .text-block ul li a:hover {
    text-decoration: underline;
}

.content .left-block .wrapper-text .text-block ul li:last-child,
.content .right-block .wrapper-text .text-block ul li:last-child {
    margin-bottom: 0;
}

.content .left-block .wrapper-text .text-block p,
.content .right-block .wrapper-text .text-block p {
    line-height: 130%;
    margin-bottom: 10px;
    word-wrap: break-word;
}

.content .left-block .wrapper-text .text-block p a,
.content .right-block .wrapper-text .text-block p a {
    text-decoration: none;
    color: #000;
  
}

.content .left-block .wrapper-text .text-block p a:hover {
    text-decoration: underline;
}
.content .left-block .wrapper-text .text-block p a:hover,
.content .right-block .wrapper-text .text-block p a:hover {
    text-decoration: underline;
}

@media only screen and (min-width: 600px) and (max-width: 767px) {

    .content .left-block .wrapper-text .text-block p,
    .content .right-block .wrapper-text .text-block p {
        font-size: 12px;
        margin-bottom: 5px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 599px) {

    .content .left-block .wrapper-text .text-block p,
    .content .right-block .wrapper-text .text-block p {
        font-size: 12px;
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 479px) {

    .content .left-block .wrapper-text .text-block p,
    .content .right-block .wrapper-text .text-block p {
        font-size: 12px;
        margin-bottom: 5px;
    }
}

.content .left-block .wrapper-text .text-block p:last-child,
.content .right-block .wrapper-text .text-block p:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 980px) and (max-width: 1199px) {

    .content .left-block .wrapper-text,
    .content .right-block .wrapper-text {
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {

    .content .left-block .wrapper-text,
    .content .right-block .wrapper-text {
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {

    .content .left-block .wrapper-text,
    .content .right-block .wrapper-text {
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 599px) {

    .content .left-block .wrapper-text,
    .content .right-block .wrapper-text {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 479px) {

    .content .left-block .wrapper-text,
    .content .right-block .wrapper-text {
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
    .content .left-block {
        width: 30%;
    }
}

@media only screen and (min-width: 480px) and (max-width: 599px) {
    .content .left-block {
        display: none;
    }
}

@media only screen and (max-width: 479px) {
    .content .left-block {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .content .right-block {
        display: none;
    }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
    .content .right-block {
        display: none;
    }
}

@media only screen and (min-width: 480px) and (max-width: 599px) {
    .content .right-block {
        display: none;
    }
}

@media only screen and (max-width: 479px) {
    .content .right-block {
        display: none;
    }
}

.content .center-block {
    width: 56%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.content .center-block .wrapper-text .text-block {
    padding: 10px;
}

.content .center-block .wrapper-text .text-block h3 a {
    color: #000;
    text-decoration: underline;
}

.content .center-block .wrapper-text .text-block h3 a:hover {
    text-decoration: none;
}

.content .center-block .links {
    text-align: right;
}

@media only screen and (min-width: 980px) and (max-width: 1199px) {
    .content .center-block {
        padding: 0 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .content .center-block {
        padding: 0 0 0 10px;
        width: 78%;
    }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
    .content .center-block {
        padding: 0 0 0 10px;
        width: 70%;
    }
}

@media only screen and (min-width: 480px) and (max-width: 599px) {
    .content .center-block {
        width: 100%;
        padding: 0;
    }
}

@media only screen and (max-width: 479px) {
    .content .center-block {
        width: 100%;
        padding: 0;
    }
}

.content .right-bottom-block,
.content .left-bottom-block {
    display: none;
}

.content .right-bottom-block .wrapper-text,
.content .left-bottom-block .wrapper-text {
    margin-bottom: 10px;
}

.content .right-bottom-block .wrapper-text .text-block p,
.content .left-bottom-block .wrapper-text .text-block p {
    color: #aaa;
}

.content .right-bottom-block .wrapper-text .text-block p a,
.content .left-bottom-block .wrapper-text .text-block p a {
    color: #fff;
}

.content .right-bottom-block .wrapper-text .text-block p:last-child,
.content .left-bottom-block .wrapper-text .text-block p:last-child {
    margin-bottom: 0;
}

.content .right-bottom-block .wrapper-text .text-block ul,
.content .left-bottom-block .wrapper-text .text-block ul {
    list-style: none;
    margin: 0;
}

.content .right-bottom-block .wrapper-text .text-block ul li,
.content .left-bottom-block .wrapper-text .text-block ul li {
    display: inline-block;
    margin: 5px 10px;
}

.content .right-bottom-block .wrapper-text .text-block ul li a,
.content .left-bottom-block .wrapper-text .text-block ul li a {
    font-size: 14px;
    color: #aaa;
    text-decoration: underline;
}

.content .right-bottom-block .wrapper-text .text-block ul li a:hover,
.content .left-bottom-block .wrapper-text .text-block ul li a:hover {
    text-decoration: none;
}

@media only screen and (min-width: 768px) and (max-width: 979px) {

    .content .right-bottom-block,
    .content .left-bottom-block {
        display: block;
    }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {

    .content .right-bottom-block,
    .content .left-bottom-block {
        display: block;
    }
}

@media only screen and (min-width: 480px) and (max-width: 599px) {

    .content .right-bottom-block,
    .content .left-bottom-block {
        display: block;
    }
}

@media only screen and (max-width: 479px) {

    .content .right-bottom-block,
    .content .left-bottom-block {
        display: block;
    }
}

.content .left-bottom-block {
    display: none;
}

.content .left-bottom-block .wrapper-text .list-menu {
    background-color: #EEEEEE;
}

@media only screen and (min-width: 480px) and (max-width: 599px) {
    .content .left-bottom-block {
        display: block;
    }
}

@media only screen and (max-width: 479px) {
    .content .left-bottom-block {
        display: block;
    }
}

@media only screen and (min-width: 980px) and (max-width: 1199px) {
    .content {
        padding: 5px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .content {
        padding: 5px;
    }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
    .content {
        padding: 5px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 599px) {
    .content {
        padding: 5px;
    }
}

@media only screen and (max-width: 479px) {
    .content {
        padding: 5px;
    }
}

.footer {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.footer .links {
    width: 50%;
    padding: 10px 0;
    margin: 0 auto;
    text-align: right;
}

.footer .links img {
    margin: 0;
    padding: 0;
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .footer .links {
        width: 100%;
        padding: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
    .footer .links {
        width: 100%;
        padding: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media only screen and (min-width: 480px) and (max-width: 599px) {
    .footer .links {
        width: 100%;
        padding: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 479px) {
    .footer .links {
        width: 100%;
        padding: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

/*-----EDIT 14.05.2019----*/

.top .top-head .top-menu li:hover {
   background-color: #7ca627;
   transition-duration: 1s;
    color: #fff;
    
}
.top .top-head .top-menu li a:hover {
transition-duration: 1s;
    color: #fff;
    
}

.content .wrapper-text .text-block .icon-mail {
    margin: 0 0;
    padding-right: 2px;
}

/*hide phones*/
@media only screen and (max-width: 479px) {
    .top .main-bnr .phones {
        display: none;
    }
}

@media (min-width: 480px) {
    .wrapper .top .block-phones-hidden {
        display: none;
    }
}

/*show phones on small screen on top*/
@media only screen and (max-width: 479px) {
    .wrapper .top .block-phones-hidden {
        display: block;
        
    }

    .top .top-head .logo {
        margin-left: 20px;
        margin-top: -20px;
    }
}

.wrapper .top .block-phones-hidden {
    color: white;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    position: relative;
    text-align: right;
    padding-right: 10px;    
}

/* style for phones on top(small screen) */
.wrapper .top .block-phones-hidden span {
}


#slider1 img {
    padding: 0 0;
    margin: 0 0;
}

  
.active {  
    background-color: #7ca627;
}


@media only screen and (max-width: 599px) {

    .content .left-bottom-block .wrapper-text #slider2 img
    {
        margin: 0 auto;
        display: block;
        
    }
}



@media only screen and (min-width: 980px) and (max-width: 1199px) {
    .right-bottom-block  .wrapper-text .text-block .card {
       
       
    }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
     .right-bottom-block  .wrapper-text .text-block .card  {
         text-align: center;
     
    }
    .right-bottom-block  .wrapper-text .text-block .card li:first-child{
        margin-right: 100px;
    }
    .right-bottom-block  .wrapper-text .text-block .card li img{
        margin-bottom: 10px;
    }
}


@media only screen and (min-width: 600px) and (max-width: 767px) {
     .right-bottom-block  .wrapper-text .text-block .card  {
         text-align: center;
     
    }
    .right-bottom-block  .wrapper-text .text-block .card li:first-child{
        margin-bottom: 20px;
    }
    .right-bottom-block  .wrapper-text .text-block .card li img{
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 599px) {
     .right-bottom-block  .wrapper-text .text-block .card  {
         text-align: center;
     
    }
    .right-bottom-block  .wrapper-text .text-block .card li:first-child{
        margin-bottom: 20px;
    }
    .right-bottom-block  .wrapper-text .text-block .card li img{
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 479px) {
     .right-bottom-block  .wrapper-text .text-block .card {
        text-align: center;
    }
    .right-bottom-block  .wrapper-text .text-block .card li:first-child{
        margin-bottom: 20px;
    }
    .right-bottom-block  .wrapper-text .text-block .card li img{
        margin-bottom: 10px;
    }        
}
 .wrapper-text .text-block .contacts p{
    line-height: 130%;
}

 .left-block .wrapper-text .text-block p a {
    text-decoration: none;
}
.content .center-block .wrapper-text .text-block  p a:hover{
    text-decoration: underline;
}
/*# sourceMappingURL=main.css.map */
