/*Шрифты*/
@font-face {
    font-family: 'CalibriLight';
    src: url('font-face/calibriLight/calibril.eot');
    src: url('font-face/calibriLight/calibril.eot') format('embedded-opentype'),
         url('font-face/calibriLight/calibril.woff') format('woff'),
         url('font-face/calibriLight/calibril.ttf') format('truetype');
}
@font-face {
    font-family: 'CalibriRegular';
    src: url('font-face/calibriRegular/calibriRegular.eot');
    src: url('font-face/calibriRegular/calibriRegular.eot') format('embedded-opentype'),
    url('font-face/calibriRegular/calibriRegular.woff') format('woff'),
    url('font-face/calibriRegular/calibriRegular.ttf') format('truetype');
}
@font-face {
    font-family: 'CalibriBold';
    src: url('font-face/calibriBold/CalibriBold.eot');
    src: url('font-face/calibriBold/CalibriBold.eot') format('embedded-opentype'),
         url('font-face/calibriBold/CalibriBold.woff') format('woff'),
         url('font-face/calibriBold/CalibriBold.ttf') format('truetype');
}
@font-face {
    font-family: 'TahomaRegular';
    src: url('font-face/TahomaRegular/Tahoma.eot');
    src: url('font-face/TahomaRegular/Tahoma.eot') format('embedded-opentype'),
         url('font-face/TahomaRegular/Tahoma.woff') format('woff'),
         url('font-face/TahomaRegular/Tahoma.ttf') format('truetype');
}
@font-face {
    font-family: 'TahomaBold';
    src: url('font-face/TahomaBold/Tahoma-Bold.eot');
    src: url('font-face/TahomaBold/Tahoma-Bold.eot') format('embedded-opentype'),
         url('font-face/TahomaBold/Tahoma-Bold.woff') format('woff'),
         url('font-face/TahomaBold/Tahoma-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'InformaProBold';
    src: url('font-face/InformaProBold/InformaPro-Bold.eot');
    src: url('font-face/InformaProBold/InformaPro-Bold.eot') format('embedded-opentype'),
         url('font-face/InformaProBold/InformaPro-Bold.woff') format('woff'),
         url('font-face/InformaProBold/InformaPro-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'InformaProLight';
    src: url('font-face/InformaProLight/InformaPro-Light.eot');
    src: url('font-face/InformaProLight/InformaPro-Light.eot') format('embedded-opentype'),
         url('font-face/InformaProLight/InformaPro-Light.woff') format('woff'),
         url('font-face/InformaProLight/InformaPro-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'MyriadProRegular';
    src: url('font-face/MyriadPro-Regular/myriadpro-regular.eot');
    src: url('font-face/MyriadPro-Regular/myriadpro-regular.eot') format('embedded-opentype'),
         url('font-face/MyriadPro-Regular/myriadpro-regular.woff') format('woff'),
         url('font-face/MyriadPro-Regular/myriadpro-regular.ttf') format('truetype');
}
/*Шрифты*/

html, body{
    height:100%;
    background-color:#fff;
}
.sub_page{
    position:relative;
    padding-bottom:5%;
}
/*Прижатый футер*/
.wrapper{
    display:table;
    height:100%;
    width:100%;
    table-layout: fixed;
}
.wrapper > .content{
    display:table-row;
    height:100%;
}
/*Текст*/
h1, .h1{
    font:53px/55px "CalibriLight", sans-serif;
    color:#018222; margin:0 0 33px;
}
h2, .h2{
    font:40px/42px "CalibriLight", sans-serif;
    color:#018222; margin:0 0 18px;
}
h4, .h4{
    font:20px/22px "CalibriBold", sans-serif;
    color:#838383; margin:0 0 13px;
}
ol{
    list-style-type: none;
    counter-reset: point;
    padding:0;
    margin:0 0 25px;
}
ol li{
    position:relative;
    font:20px/21px "CalibriLight", sans-serif;
    color:#838383;
    padding-left:22px;
    margin-bottom:10px;
}
ol li:before{
    position:absolute;
    content: counter(point)'.';
    counter-increment: point 1;
    font-weight: 700;
    left:0; top:0;
}
ul{
    margin:0 0 25px;
    list-style-type: none;
    padding:0;
}
ul li{
    font:20px/21px "CalibriLight", sans-serif;
    color:#838383; position:relative;
    padding-left:18px; margin-bottom:10px;
}
ul li:last-child, ol li:last-child{margin-bottom:0;}

ul li:before{
    content:" "; position:absolute;
    width:5px; height:5px;
    background-color:#018222;
    left:2px; top:5px; border-radius: 7px;
}
p{
    font:20px/23px "CalibriLight", sans-serif;
    color:#838383; margin:0 0 22px;
}
a{

}
a:hover, a:focus{

}
hr{
    height:2px;
    background-color:#018222;
    margin:0 0 35px;
}
.textBlock table{
    width:100%;
    margin:0 0 25px;
    border-collapse: separate;
}
.textBlock table caption{
    font:36px/37px "CalibriLight", sans-serif;
    color:#018222; text-align: center;
}
.textBlock table tr:nth-of-type(odd){
    background-color:#e5f2e8;
}
.textBlock table td{
    width:25%; height:50px;
    text-align: center;
    border-right: 1px solid #cae5d1;
}
.textBlock table td:last-child{
    border-right-style: none;
}
.textBlock table tr:first-child > td:first-child{border-top-left-radius: 17px;}

.textBlock table tr:first-child > td:last-child{border-top-right-radius: 17px;}

.textBlock table tr:last-child > td:first-child{border-bottom-left-radius: 17px;}

.textBlock table tr:last-child > td:last-child{border-bottom-right-radius: 17px;}

.textBlock img{
    max-width: 65%;
    height:auto !important;
}
.textBlock > :last-child{
    margin-bottom:0;
}
/*Постраничная навигация*/
.pageNavigationCase{margin-bottom:30px;}
.pageNavigationCase a{
    font:14px/15px "CalibriLight", sans-serif;
    color:#838383; margin:0 2px;
    text-decoration: none;
}
.pageNavigationCase a:not(.nextPrevNav):hover{
    color:#018222;
}
a.activPageNav{
    color:#018222;
    font-size: 21px;
}
/*Хедер*/
.header:after{
    content:" ";
    display:block;
    height:0; clear:both;
}
.headerCase1{background:url('../pictures/header-1.jpg') no-repeat center center;}
.headerCase2{background:url('../pictures/header-2.jpg') no-repeat center center;}
.headerCase3{background:url('../pictures/header-3.jpg') no-repeat center center;}
.headerCase4{background:url('../pictures/header-4.jpg') no-repeat center center;}
.headerCase5{background:url('../pictures/header-5.jpg') no-repeat center center;}
.headerCase6{background:url('../pictures/header-6.jpg') no-repeat center center;}
.headerCase7{background:url('../pictures/header-7.jpg') no-repeat center center;}

.headerCase{
    height:400px;
    margin-bottom:22px;
    background-size: cover;
}
.header{padding-top:24px;}
.headerLogo{
    width:210px;
    margin:0 60px 0 0;
}
.mainMenu{
    min-height: 0; margin:5px 0 0 0;
    background-color:transparent;
    border-style: none;
    border-radius: 0;
}
.mainMenu .navbar-collapse{
    padding:0;
}
.mainMenu .navbar-nav > li{
    margin:0 12px 0 0;
    padding:0; position:relative;
}
.mainMenu .navbar-nav > li:before{display:none;}

.mainMenu .navbar-nav > li:last-child{margin-right:0;}

.mainMenu .navbar-nav > li:hover .mainSubMenu,
.mainMenu .navbar-nav > li:hover .mainSubMenu + .hoverDotSpan{display:block;}

.mainMenu .navbar-nav > li > a{
    font:19px/20px "CalibriLight", sans-serif;
    color:#fff; padding:6px 10px 5px;
    border:2px solid transparent;
    border-radius: 20px;
}
.mainMenu .navbar-nav > li:hover > a,
.mainMenu .navbar-nav > li > a:focus,
.mainMenu .navbar-nav > li > a.activeMainItem{
    color:#fff;
    border-color:#fff;
}
.hoverDotSpan{
    position:absolute;
    left:0; width:100%;
    height:30px; z-index:1;
    display:none;
}
.hoverDotSpan:after{
    content:" "; position:absolute;
    width:5px; height:5px;
    background-color:#fff;
    border-radius: 10px;
    left:50%; top:6px;
    margin-left:-3px;
}
.mainSubMenu{
    position:absolute;
    left:0; border-radius: 20px;
    padding:14px 20px 15px;
    background-color:rgba(0, 0, 0, .5);
    border:2px solid #fff; display:none;
    margin-top:17px; z-index:2;
}
.mainSubMenu > li:before{display:none;}

.mainSubMenu > li{
    padding-left:0;
    white-space: nowrap;
}
.mainSubMenu > li > a{
    font:16px/17px "CalibriRegular", sans-serif;
    color:#fff;
}
.mainSubMenu > li > a:hover{color:#f7d502;}



.headerLang{margin:15px 20px 0 0;}

.headerLang > li{
    padding:0 7px 0 0;
    border-right: 1px solid #fff;
    margin:0 8px 0 0;
    float:left;
    font-size: 1px;
    line-height: 0;
}
.headerLang > li:before{display:none;}

.headerLang > li:last-child{
    margin:0;
    padding:0;
    border-style: none;
}
.headerLang > li > a{
    font:12px/13px "TahomaRegular", sans-serif;
    color:#fff;
}
.headerLang > li > a:hover{text-decoration: none;
}
.headerLang > li > a.activeLang{font:12px/13px "TahomaBold", sans-serif;}

/*Главная страница*/
.main_page, .slick-list, .slick-track,
.sliderDay, .sliderNight{
    height:100%;
    margin:0;
}
.mainSlideContent{
    height:100%;
}
.sliderDay{background:url('../img/day.jpg') no-repeat center center;}
.sliderNight{background:url('../img/night.jpg') no-repeat center center;}
.mainSliderItem{
    background-size: cover;
}

.main_page > .slick-arrow:before{display:none;}

.main_page > .slick-arrow{
    width:30px;
    height:40px;
    margin-top:-20px;
    background:url('../img/sliderArrows2.png') no-repeat;
    z-index:1; top:45%;
}
.main_page > .slick-prev{
    left:8%;
    background-position: left top;
}
.main_page > .slick-next{
    right:8%;
    background-position: right top;
}
.sliderBottomText{
    font:76px/72px "InformaProBold", sans-serif;
    color:#fff; text-transform: uppercase;
    padding-bottom:30px; position:absolute;
    bottom:-20px; opacity:0;
    width:938px;
}
.sliderBottomActive{
    opacity:1;
    bottom:0;
}
.sliderBottomText span{
    font:25px/27px "InformaProLight", sans-serif;
    text-transform: none; display:block;
    margin-top:8px;
}
.droplet{
    width:33px; height:40px;
    background:url('../img/kaplya.png') no-repeat 0 0;
    z-index:1; position:absolute;
}
.droplet > span{
    font:16px/16px "MyriadProRegular", sans-serif;
    color:#fff; position:absolute; left:40px;
    white-space: nowrap; padding-top:4px;
    text-shadow: 0 0 4px #000; display:none;
}
.droplet:hover{
    background:url('../img/kaplyaInner.png') no-repeat 5px 6px,
               url('../img/kaplya.png') no-repeat 0 0;
}
.droplet:hover > span{display:block;}
.droplets{
    position:absolute;
    top:50%; left:50%;
}
.dropletsTransform{
    transform:translateY(-50%);
}
/*Текстовая страница*/
.circlesBlock{
    position: relative;
    margin-bottom:32px;
    border-bottom:2px solid #018122;
}
#circlesBlock{position: absolute; top:-105px;}

.circlesInner{
    font-size: 1px;
    line-height: 0;
    position:relative;
    padding-bottom:29px;
}
.circleItem{
    position:relative;
    display:inline-block;
    border-radius: 500px;
    overflow:hidden;
    max-width: 90%;
}
.circleItem > img{max-width: 100%;}

.circleItem:after{
    content:" ";
    position:absolute;
}
.circleItemText{
    position:absolute;
    left:0; top:0; opacity:0;
    width:100%; height:100%;
    background-color:rgba(14, 135, 44, 0.7);
    font:19px/22px "InformaProLight", sans-serif;
    color:#fff; text-transform: uppercase;
    padding:0 4px;
}

.table-span{
    width:100%;
    height:100%;
    display:table;
}
.tableCell-span{
    display:table-cell;
    vertical-align: middle;
}
.hoverArrow{
    width:24px; height:16px;
    position: absolute;
    left:50%; bottom:-31px;
    background:url('../img/greenArrow.png') no-repeat 0 0;
    margin-left:-12px;
    opacity:0;
}
/*Страница деятельность*/
.activityTabItem{
    width:100%;
    display:table;
    margin:0 0 25px;
}
.activityItemPic{
    width:151px;
    display:table-cell;
    vertical-align: top;
    padding-right:40px;
}
.activityItemContent{
    display:table-cell;
    vertical-align: middle;
}
.activityTabItemTitle a, .activityTabItemTitle{
    font:35px/36px "CalibriLight", sans-serif;
    color:#018222;
}
.activityTabItemTitle a:hover{
    color:#ffcb05;
}
.activityItemContent p{margin-bottom:5px;}
.websiteGo{
    font:19px/20px "CalibriLight", sans-serif;
    float:right; color:#0e882d;
    text-decoration: underline;
}
.websiteGo:hover,
.websiteGo:focus{color:#ffcb05;}

.activityTab{display:none;}

/*Страница контакты*/
.centralOfficeContacts{
    font:25px/27px "CalibriLight", sans-serif;
    color:#838383; margin-bottom:32px;
}
.directors > :last-child{margin-bottom:0;}

.one_director, .centralOfficeContacts>p, .one_director p{
    font:25px/27px "CalibriLight", sans-serif;
    color:#838383; margin-bottom:18px;
}
.centralOfficeContacts>p, .one_director p{
    margin: 0;
}
.prompt{
    font-size: 14px; line-height: 15px;
    display:block; margin-left:3px;
}
.contactsInner{
    padding-bottom:65px;
    border-bottom:2px solid #018222;
}
.contactsFormTable{
    width:100%;
    display:table;
}
.table-row{display:table-row;}
.table-cell{display:table-cell;}
.contactFieldTitle{
    font:19px/20px "CalibriLight", sans-serif;
    color:#838383; padding-top:9px;
    vertical-align: top;
}
.contactsInput{
    height:35px;
    padding:0 11px;
    margin-bottom:11px;
}
.inputTextArea{
    width:370px; float:right;
    border:2px solid #0e882d;
    border-radius: 20px;
}
#contactsTextArea{
    height:177px;
    margin-bottom:32px;
    padding:8px 10px;
}
.contactFormBut{
    width:42%;
    text-align: right;
}
.contactFormSubmit{
    height:35px; color:#fff;
    font:19px/35px "CalibriLight", sans-serif;
    background-color:#0e882d; padding:0 34px;
    border-style: none; border-radius: 20px;
    vertical-align: bottom;
}
.contactsFormCaptcha{
    width:58%; padding-right:30px;
}
.contactsInput.code{
    width:112px;
    vertical-align: bottom;
    margin:0 0 0 10px;
}
.refreshCaptcha{
    width:20px; height:21px;
    background:url('../img/refresh.png') no-repeat 0 0;
    padding:0; border-style: none;
    margin-top:7px;
}
/*Страница новостей*/
.newsCase{margin-bottom:30px;}

.oneNew{margin-bottom:40px;}

.oneNew:after{
    content:" ";
    display:block;
    height:0; clear:both;
}
.oneNewDescription > :last-child,
.oneNew:last-child{margin-bottom:0;}

.oneNewPic{
    width:270px; float:left;
    padding:0 36px 0 32px;
    margin:10px 30px 0 0;
}
.oneNewPicLink{
    position:relative;
    display:block;
    overflow:hidden;
    border-radius: 500px;
}
.oneNewPicLink:after{
    content:" "; position:absolute;
    width:100%; height:100%;
    left:0; top:0;
    background-color:rgba(1, 130, 34, 0.4);
    display:none;
}
.oneNewPicLink:hover:after{display:block;}

.date{
    font:20px/21px "CalibriLight", sans-serif;
    color:#838383; margin-bottom:10px;
}
.oneNewTitle{
    font:35px/33px "CalibriLight", sans-serif;
    margin-bottom:10px; color:#018222;
}
.oneNewTitle a{color:#018222;}
.oneNewTitle a:hover{color:#ffcb05;}
.showMoreNews{
    font:19px/34px "CalibriLight", sans-serif;
    color:#0e882d; border:2px solid #0e882d;
    background-color:transparent; height:35px;
    border-radius: 20px; padding:0 20px;
    display:block; margin:0 auto;
}
.showMoreNews:hover{
    color: #ddaa05;
    border-color: #dfc504;
}
/*Страница одной новости*/
.oneNewCase{
    padding-top:15px;
    margin-bottom:6%;
}
.titleOfNew{
    font:40px/41px "CalibriLight", sans-serif;
    color:#018222; margin-bottom:30px;
}
.titleOfNew h1{
    font:40px/41px "CalibriLight", sans-serif;
    color:#018222;
}
.otherNews{
    padding-bottom:5%;
    border-bottom: 2px solid #018222;
}
.otherNewsPic{
    height:156px;
    overflow:hidden;
    margin-bottom:20px;
}
.otherNewsTitle{
    font:19px/20px "CalibriLight", sans-serif;
    height:40px; overflow:hidden;
    margin-bottom:10px;
}
.otherNewsTitle a{color:#0e882d;}

.newsRow{
    margin-bottom: 40px;
}
.otherNewsItem p{
    font:14px/16px "CalibriLight", sans-serif;
    color:#838383; height:80px;
    overflow:hidden; margin-bottom:30px;
}
a.readMore{
    font:13px/14px "CalibriLight", sans-serif;
    color:#0e882d; padding-right:20px;
    background:url('../img/readMore.png') no-repeat right 2px;
}
.socialCircleItem > img{width:250px;}

/*Прилипающее меню*/
.stickyMenu{
    position:fixed;
    left:0; top:0;
    width:100%;
    background-color:#297237;
    z-index:999; padding:0;
    opacity:0;
}
.stickyMenu .header{
    width:1140px;
    margin:0 auto;
    padding:24px 0 23px;
}

/*Ошибка 404*/
.error_404_content{
    padding:50px 0 200px;
    border-bottom: 2px solid #018222;
}
.error_404_title{
    font:100px/101px "CalibriLight", sans-serif;
    color:#838383; margin-bottom:40px;
}
.error_404_title span{font-size: 130px;}

.error_404_note{
    font:30px/35px "CalibriLight", sans-serif;
    color:#838383;
}
.error_404_note a{
    font-size: 43px;
    color:#018222;
    text-decoration: underline;
}
.error_404_note a:hover{
    color:#ffcb05;
}

/*Футер*/
.footer{
    border-top:7px solid #018222;
    padding:31px 0 48px;
    background-color:#246732;
}
.footerLeft{margin-top:-7px;}
.footerLeftItem{
    font:12px/18px "TahomaRegular", sans-serif;
    padding:6px 0 6px 41px;
    color:#fff;
    min-height: 30px;
}
.footerContacts{
    background:url('../img/handset.png') no-repeat left center;
    margin-bottom:3px;
}
.footerContacts a{color:#fff;}

.feedBack{
    float:left;
    background:url("../img/facebook.png") no-repeat left center;
    display: inline-block;
    width: 30px;
    height: 30px;
}
.footerLeftLink{
    padding:6px 0 6px 10px;
    line-height: 30px;
}
.feedBack:hover,
.feedBack:focus,
.footerLeftLink:hover,
.footerLeftLink:focus{
    color:#fff;
}
.footerList{
    margin-bottom:60px;
}

.footerList > li{
    font:12px/13px "TahomaRegular", sans-serif;
    position:relative; float:left;
    padding-left:25px; margin:0 19px 0 0;
}
.footerList > li:before{
    background-color:#fff;
}
.footerList > li:first-child{padding-left:0;}
.footerList > li:first-child:before{display:none;}
.footerList > li:last-child{margin-right:0;}

.footerList > li > a{
    color:#fff;
}
.footerList > li > a.activeMainItem{
    text-decoration: underline;
}
.copyright,
.copyright a{
    font:10px/11px "TahomaRegular", sans-serif;
    color:#fff; text-align: right;
}
.mainSlideContent #headerContainer{
    width:auto;
    padding:0;
}



/*Placeholders*/
::-webkit-input-placeholder{
    /*color:#898989;*/
}
::-moz-placeholder{
    /*color:#898989;
    opacity:1;*/
}

.float_left{
    float:left;
}
.float_right{
    float:right;
}
.display{
    display:block;
}
.no_display{
    display:none;
}
.text_center{
    text-align: center;
}
.Case{
    overflow:hidden;
}
.opacity{
    opacity:1 !important;
}
/*Фокус*/
:focus{
    outline:0 !important;
}
.img{
    width:100%; height:auto;
    display:block;
}
.frameBlock{
    border: none;
    width: 100%;
    min-height: 500px;
}
.frameBlockDiv{
    width: 800px;
    margin: 0 auto;
}
/*Хлебные крошки*/
.breadcrumbCase{
    float: right;
    font: 13px/23px "CalibriLight", sans-serif;
    color: #838383;
    margin: 0 0 -24px;
}
.breadcrumbCase div{float: left}
.breadcrumbCase .arrow{
    font: 9px/23px "CalibriLight", sans-serif;
    color: #838383;
    margin:0 14px;
}
.breadcrumbCase a{
    float: left;
    color: #018222;
    text-decoration: underline;
}
.breadcrumbCase + *{
    clear:both;
}

/* окно сообщений */
.shedowCall{
    cursor: auto;
    position: fixed;
    z-index: 109;
    top: 0;
    left: 0;
    width: 100%;
    height:  100%;
    opacity: 1;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    display: none;
}
.CallFormDiv{
    text-align: left;
    cursor: auto;
    position: fixed;
    z-index: 110;
    width: 334px;
    left: 50%;
    margin-left: -210px;
    margin-top: -200px;
    top: 50%;
    display: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 55px 15px 35px 15px;
    background: #FFFFFF; /* Old browsers */
}

#info_div_text{
    font: 18px/23px "CalibriLight",sans-serif;
    color: #000;
    text-align: center;
}

#info_div_text>a{
    display: block;
    border-bottom: 0;
}

.closeCallForm{
    position: absolute;
    width: 14px;
    height: 14px;
    right: 12px;
    top: 12px;
    cursor: pointer;
}
div.info_div_text{
    text-align: center;
}

button.info_div_ok{
    padding: 0 10px;
    margin-top: 20px;
}

div.info_link_block{
    padding-top: 35px;
}

div.info_link_block a{
    text-transform: none;
    display: block;
    border-bottom: 1px dotted #efefef;
}

div.info_link_block a:hover{
    border-bottom: 1px dotted #c72618;
}

div.info_link_block a:first-child{
    float: left;
}

div.info_link_block a:last-child{
    float: right;
}

div.info_div_title{

}

button.send{
    background: #000;
}
/* окно сообщений */

.headerLogo {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

/*Медиа запросы*/
@media (min-width:992px) and (max-width: 1199px){
    h1, .h1{
        font-size: 46px;
        line-height: 50px;
    }
    h2, .h2{
        font-size: 38px;
        line-height: 40px;
    }
    .headerLogo{
        width:180px;
        margin-right:53px;
    }
    .mainMenu .navbar-nav > li{margin-right:10px;}
    .mainMenu .navbar-nav > li > a{
        font-size: 17px;
        line-height: 18px;
        padding: 6px 7px 5px;
    }
    .sliderBottomText{
        font-size: 68px;
        line-height: 62px;
        width:795px;
    }
    .headerCase{height:400px;}
    .error_404_content{
        padding:40px 0 180px;
    }
    .error_404_title{
        font-size: 95px;
        line-height: 96px;
        margin-bottom:30px;
    }
    .error_404_title span{font-size: 110px;}
    .inputTextArea{width:285px;}

    .contactFieldTitle{
        font-size: 17px;
        line-height: 18px;
    }
    .centralOfficeContacts,
    .one_director{font-size: 23px;}
    .one_director p{
        font-size: 23px;
    }
    .centralOfficeContacts>p{
        font-size: 23px;
    }

    .contactsFormCaptcha{padding:0;}
    .contactsInner{padding-bottom:50px;}
    .oneNewPic{
        width:255px;
        padding: 0 30px 0 28px;
        margin: 10px 22px 0 0;
    }
    .oneNewTitle{
        font-size: 30px;
        line-height: 30px;
    }
    .otherNewsPic{height:125px;}
    .otherNewsItem p{margin-bottom:22px;}
    .titleOfNew{
        font-size: 38px;
        line-height: 37px;
    }
    .stickyMenu .header{width:940px;}

    .contactsFormCaptcha{width:53%;}

    .contactFormBut{width:47%;}

}
@media (min-width:768px) and (max-width:991px){
    h1, .h1{
        font-size: 40px;
        line-height: 43px;
        margin-bottom:28px;
    }
    h2, .h2{
        font-size: 37px;
        line-height: 40px;
    }
    h4, .h4{margin-bottom:10px;}

    .headerLogo {
        width: 40px;
        margin: 0 55px 0 0;
    }
    .mainMenu .navbar-nav > li{margin-right:5px;}
    .mainMenu .navbar-nav > li > a{
        font-size: 17px;
        line-height: 18px;
        padding: 6px 5px 4px;
    }
    .headerLang{margin-right:0;}
    .mainMenu{margin-top:6px;}
    .sliderBottomText{
        font-size: 60px;
        line-height: 55px;
        width:625px;
        padding-bottom:22px;
    }
    .sliderBottomText span{
        font-size: 23px;
        line-height: 27px;
    }
    .footerList > li{
        margin-right: 6px;
        padding-left: 15px;
    }
    .activityTabItemTitle a,.activityTabItemTitle{
        font-size: 32px;
        line-height: 31px;
    }
    .headerCase{height:300px;}
    .circleItem{
        max-width: 100%;
    }
    .circlesInner .row > div{
        padding:0 10px;
    }
    .circleItemText{font-size: 16px; line-height: 20px;}
    .error_404_content{
        padding:20px 0 140px;
    }
    .error_404_title{
        font-size: 90px;
        line-height: 91px;
        margin-bottom:20px;
    }
    .error_404_title span{font-size: 105px;}
    .error_404_note a{font-size: 35px;}
    .error_404_note{
        font-size: 26px;
        line-height: 34px;
    }
    .centralOfficeContacts,
    .one_director{font-size: 22px;}
    .one_director p{
        font-size: 22px;
    }
    .centralOfficeContacts>p{
        font-size: 22px;
    }
    .contactsFormTable, .contactsFormTable div{
        display:block;
    }
    .inputTextArea:not(.code){
        width:100%;
        float:none;
    }
    .contactFieldTitle{
        padding-top:0;
        margin-bottom:3px;
    }
    .contactFormSubmit{padding:0 22px;}
    .contactsFormCaptcha{
        width:55%;
        padding:0;
    }
    .contactFormBut{
        width:44%;
    }
    .contactsInput.code{width:90px;}
    .contactsInner{padding-bottom:45px;}
    .oneNewPic{
        width:240px;
        padding: 0 22px 0 22px;
        margin: 10px 20px 0 0;
    }
    .otherNewsItem{padding-bottom:25px;}
    .oneNewTitle{
        font-size: 28px;
        line-height: 28px;
    }
    .otherNewsPic{height:185px;}

    .titleOfNew{
        font-size: 37px;
        line-height: 38px;
        margin-bottom:25px;
    }
    .otherNewsItem p{margin-bottom:20px;}
    .socialCircleItem{
        width:92%;
        max-width: none;
    }
    .stickyMenu .header{width:720px;}
    .droplet > span{
        display:block;
    }
    .mainMenu .navbar-nav > li:hover .mainSubMenu,
    .mainMenu .navbar-nav > li:hover .mainSubMenu + .hoverDotSpan{
        display:none;
    }
    .breadcrumbCase{
        margin-bottom: 0;
    }
}
@media (min-width:480px) and (max-width: 767px){
    h1, .h1{
        font-size: 34px;
        line-height: 36px;
        margin-bottom:15px;
    }
    h2, .h2{
        font-size: 36px;
        line-height: 38px;
        margin-bottom:13px;
    }
    .sub_page{padding-bottom:35px;}
    .headerLogo{
        width:55px;
        margin:0 0 0 10px;
    }
    .mainMenu{float:right; position:static;}
    .headerLang {margin-top: 23px;}
    .headerCase{
        height:130px;
        margin-bottom: 13px;
    }
    .mainMenu .navbar-collapse{
        position:absolute;
        left:0; width:100%;
        margin-top:10px;
        border-style: none;
        box-shadow: none;
        background-color:rgba(0, 0, 0, 0.7);
        border-radius: 0; z-index:10;
    }
    .mainMenu .navbar-nav{
        margin:0; padding:5px 0 8px;
    }
    .navbar-toggle{margin-right:5px;}
    .mainMenu .navbar-nav > li{
        text-align: center;
        margin:0; padding:3px 0;
    }
    .mainMenu .navbar-nav > li:hover .mainSubMenu,
    .mainMenu .navbar-nav > li:hover .mainSubMenu + .hoverDotSpan{
        display:none;
    }

    .circlesBlock{
        margin-bottom:0;
        border-bottom-style: none;
    }
    .mainMenu .navbar-nav > li:hover > a,
    .mainMenu .navbar-nav > li > a:focus,
    .mainMenu .navbar-nav > li > a.activeMainItem{
        background-color: rgba(0, 0, 0, 1);
    }
    .footerLeft{
        float:none;
        overflow:hidden;
        margin-bottom:25px;
        text-align: right;
    }
    .footerContacts{
        float:left;
        margin-bottom:0;
        text-align: left;
    }
    .feedBack{
        float:none; clear:none;
        margin-top:15px;
        display:inline-block;
        vertical-align: middle;
    }
    .footerLeftLink{
        float:none; display:inline-block;
        line-height: 17px;
        vertical-align: middle;
        padding-left:7px;
        margin-top:15px;
    }
    .footerRight{
        text-align: center;
        float:none;
    }
    .footerList{
        display:inline-block;
        margin-bottom:25px;
    }
    .footerList > li{
        padding-left:14px;
        margin-right:4px;
    }
    .footerList > li:before{
        width:4px; height:4px;
        left:3px;
    }
    .copyright{text-align: center;}

    .mobileCircleItem{
        background:url('../img/downArrow.png') no-repeat right center;
        background-size: 20px;
        padding-right:12px;
        background-origin: content-box;
    }
    .mobileCircleItem{
        margin-bottom:15px;
    }
    .mobileCircleItem > img{
        display:inline-block;
        width:110px; margin-right:15px;
        vertical-align: middle;
        border-radius: 80px;
    }
    .mobileCircleSpan{
        font:19px/20px "CalibriRegular", sans-serif;
        color:#000; display:inline-block;
        vertical-align: middle;
    }
    .activityTab{
        padding-top:10px;
        margin-bottom:20px;
    }
    .activityTabItem{margin-bottom:18px;}
    .activityItemPic{
        width:130px;
        padding-right: 28px;
    }
    .activityTabItemTitle{margin-bottom:8px;}
    .activityTabItemTitle a,.activityTabItemTitle{
        font-size: 27px;
        line-height: 28px;
        color: #018222;
    }
    .activityItemContent{padding-top:6px;}
    .activityItemContent p{
        font-size: 18px;
        line-height: 22px;
        margin-bottom:8px;
    }
    .websiteGo{margin-right: 5px;}
    .textBlock table{
        display:block;
        overflow: auto;
        margin:0 auto 25px;
        text-align: center;
    }
    .textBlock table caption{display:block;}
    .textBlock table tbody{
        display:inline-block;
    }
    .textBlock table td{
        width:auto;
        padding:0 35px;
    }
    .oneNewPic{
        width:180px;
        padding: 0 14px 0 10px;
        margin:3px 10px 13px 0;
    }
    .date{
        font-size: 19px;
        line-height: 20px;
    }
    .oneNewTitle{
        font-size: 24px;
        line-height: 25px;
        margin-bottom:15px;
    }
    .oneNewDescription{
        overflow:visible;
    }
    .titleOfNew{
        font-size: 32px;
        line-height: 32px;
        margin-bottom:19px;
    }
    .textBlock iframe{display:none !important;}
    .otherNewsBlock{padding-bottom:15px;}
    .otherNewsBlock .row > div{
        float:left;
        width:50%;
    }
    .otherNewsPic{
        height:122px;
        margin-bottom:17px;
    }
    .otherNewsItem, .centralOffice{margin-bottom:25px;}
    .otherNewsItem p{margin-bottom:15px;}
    .otherNews{
        padding-bottom:30px;
    }
    .centralOfficeContacts{
        font-size: 23px;
        margin-bottom:25px;
    }
    .one_director{
        font-size: 23px;
        line-height: 26px;
    }
    .one_director p{
        font-size: 23px;
        line-height: 26px;
    }
    .contactsFormTable{
        width:auto;
        display:block;
    }
    .contactsFormTable > div, .contactFieldTitle{
        display:block;
    }
    .contactFieldTitle{margin-bottom:5px;}
    .inputTextArea:not(.code){
        width:385px;
        float:none;
    }
    .contactsFieldCase{display:block;}
    .contactsInput{margin-bottom:3px;}
    #contactsTextArea{
        height:150px;
        margin-bottom:17px;
    }
    .contactsFormSubmit{
        width:385px;
        text-align: right;
    }
    .contactFormBut{
        width:42%;
        float:right;
    }
    .contactsFormCaptcha{
        width:58%; float:left;
        padding-right:0;
    }
    .refreshCaptcha{margin-left:25px;}

    .contactFormSubmit{
        padding:0 28px;
    }
    .contactsInput.code{width:90px;}
    .contactsInner{padding-bottom:35px;}
    .error_404_content{
        padding:5px 0;
    }
    .error_404_title{
        font-size: 70px;
        line-height: 80px;
        margin-bottom:8px;
    }
    .error_404_title span{
        font-size: 75px;
    }
    .error_404_note{
        font-size: 24px;
        line-height: 29px;
    }
    .error_404_note a{
        font-size: 28px;
    }
    .sliderBottomText{
        font-size: 33px;
        line-height: 24px;
        padding-bottom:15px;
        width:auto; padding-right:10px;
    }
    .sliderBottomText span{
        font-size: 15px;
        line-height: 18px;
    }
    .mainSlideContent #headerContainer{
        padding:0;
    }
    .footer{padding-bottom:38px;}

    .breadcrumbCase{
        margin-bottom: 8px;
    }
    .titleOfNew h1{
        font-size: 34px;
        line-height: 37px;
    }
}
@media (max-width:479px){
    h1, .h1{
        font-size: 29px;
        line-height: 32px;
        margin-bottom:20px;
    }
    h2, .h2{
        font-size: 28px;
        line-height: 32px;
        margin-bottom:12px;
    }
    .sub_page{padding-bottom:35px;}
    .headerLogo{
        width:63px;
        margin:0;
    }
    .mainMenu{float:right; position:static}
    .navbar-toggle{
        margin:5px 6px 0 0;
    }
    .headerLang{margin-top:20px;}
    .headerCase{
        height:115px;
        margin-bottom: 10px;
    }
    .circlesBlock{
        margin-bottom:0;
        border-bottom-style: none;
    }
    .mobileCircleItem{
        background:url('../img/downArrow.png') no-repeat right center;
        background-size: 16px;
        padding:0 8px 17px 0;
        background-origin: content-box;
        margin-bottom:15px;
        border-bottom:1px dotted rgba(0, 0, 0, .6);
    }
    .border_0{border-bottom-color: transparent;}

    .mobileCircleItem > img{
        width:80px;
        display:inline-block;
        vertical-align: middle;
        margin-right: 8px;
        border-radius: 80px;
    }
    .mobileCircleSpan{
        font:17px/19px "CalibriRegular", sans-serif;
        color:#000; display:inline-block;
        vertical-align: middle;
        max-width: 165px;
    }
    .mainMenu .navbar-collapse{
        position:absolute;
        left:0; width:100%;
        margin-top:20px;
        border-style: none;
        box-shadow: none;
        border-radius: 0; z-index:10;
        background-color:rgba(0, 0, 0, 0.7);
    }
    .mainMenu .navbar-nav{
        margin:0; padding:5px 0 8px;
    }
    .mainMenu .navbar-nav > li{
        text-align: center;
        margin:0; padding:3px 0;
    }
    .mainMenu .navbar-nav > li:hover .mainSubMenu,
    .mainMenu .navbar-nav > li:hover .mainSubMenu + .hoverDotSpan{display:none;}

    .mainMenu .navbar-nav > li:hover > a,
    .mainMenu .navbar-nav > li > a:focus,
    .mainMenu .navbar-nav > li > a.activeMainItem{background-color:rgba(0, 0, 0, 1);}

    .activityTab{margin-bottom:20px;}
    .activityTabItem{
        display:block;
        width:auto; margin-bottom:20px;
    }
    .activityItemPic{display:none;}
    .activityItemContent{display:block; overflow:hidden;}
    .activityTabItemTitle, .activityItemContent p{margin-bottom:10px;}
    .activityTabItemTitle a{
        font-size: 25px;
        line-height: 26px;
    }
    .activityItemContent p{
        font-size: 18px;
        line-height: 22px;
    }
    .textBlock table{
        width:auto;
        display:block;
        overflow:auto;
        text-align: center;
    }
    .textBlock table caption{
        font-size: 34px;
        line-height: 35px;
        display:block;
    }
    .textBlock table td{
        width:auto;
        padding:0 30px;
    }
    .footer{padding-bottom:40px;}

    .footerLeft{
        float:none;
        text-align: center;
        margin-bottom:18px;
    }
    .footerContacts{
        display:table;
        margin:0 auto 15px;
        text-align: left;
    }
    .feedBack{
        float:none;
        display:inline-block;
        vertical-align: middle;
    }
    .footerLeftLink{
        display:inline-block;
        vertical-align: middle;
        padding-left:6px;
        line-height: 23px;
    }
    .footerRight{float:none;}
    .footerList{margin-bottom:33px;}
    .footerList > li:before{display:none;}
    .footerList > li{
        display:block;
        text-align: center;
        padding:0; float:none;
        margin:0 0 12px;
    }
    .copyright{text-align: center;}
    .oneNewPic{
        float:none; width:auto;
        padding:0 16%; margin:0 0 25px;
    }
    .oneNewTitle{
        font-size: 23px;
        line-height: 26px;
    }
    .activityTabItemTitle a, .activityTabItemTitle{
        font-size: 28px;
        line-height: 30px;
    }
    .oneNew{margin-bottom:35px;}
    .titleOfNew{
        font-size: 28px;
        line-height: 29px;
        margin-bottom:16px;
    }
    .textBlock iframe{display:none !important;}
    .otherNewsPic{
        height:160px;
    }
    .otherNewsTitle{
        height:auto;
        max-height: 40px;
    }
    .otherNewsItem p{margin-bottom:15px;}
    .otherNewsItem{
        margin-bottom:28px;
    }
    .otherNewsBlock{
        padding-bottom:7px;
    }
    .otherNews{padding-bottom:32px;}
    .centralOfficeContacts{
        font-size: 19px;
        line-height: 25px;
    }
    .centralOfficeContacts>p{
        font-size: 19px;
        line-height: 25px;
    }
    .one_director{
        font-size: 19px;
        line-height: 24px;
    }
    .one_director p{
        font-size: 19px;
        line-height: 24px;
    }
    .contactsInner{padding-bottom:40px;}
    .centralOffice{margin-bottom:25px;}
    .contactsFormTable{
        width:auto;
        display:block;
    }
    .contactsFormTable > div, .contactFieldTitle,
    .contactsFieldCase{display:block;}
    .inputTextArea:not(.code){
        width:100%;
        float:none;
    }
    .contactsInput{
        margin-bottom:4px;
    }
    .contactFieldTitle{margin-bottom:5px;}
    .contactFormBut, .contactsFormCaptcha{
        width:auto; float:none;
        display:block;
        vertical-align: middle;
    }
    .contactFormBut{
        text-align: center;
    }
    .contactsFormSubmit{text-align: right;}
    .contactFormSubmit{
        padding:0 23px;
    }
    .contactsFormCaptcha{
        padding-right: 0;
        margin-bottom: 18px;
    }
    #contactsTextArea{margin-bottom:18px;}
    .contactsInput.code{
        width:85px;
        margin-left:10px;
    }
    .refreshCaptcha{
        width:17px; height:18px;
        background-size: 100% 100%;
        margin-top:8px;
        margin-left: 20px;
    }
    #cImg{margin-top:-2px;}

    .error_404_content{
        padding:5px 0;
    }
    .error_404_title{
        font-size: 48px;
        line-height: 53px;
        margin-bottom:8px;
    }
    .error_404_title span{
        font-size: 50px;
    }
    .error_404_note{
        font-size: 20px;
        line-height: 27px;
    }
    .error_404_note a{font-size: 22px;}
    .sliderBottomText{
        font-size: 35px;
        line-height: 24px;
        padding:0 5px 20px 0;
        width:auto;
    }
    .sliderBottomText span{
        font-size: 17px;
        line-height: 21px;
    }
    .mainSliderItem #headerContainer{
        padding:0;
    }
    .textBlock img{
        max-width: none;
        width:100% !important;
        margin:0 0 25px !important;
    }
    .breadcrumbCase{
        margin-bottom: 7px;
    }
}
@media (max-width: 900px){
    .droplets{
        display:none;
    }
}