/*#region Common*/
body {
    background-image: url('../images/background-nh3.jpg');
    background-size: 100%;
    font-family: 'Helvetica',sans-serif;
    background-attachment: fixed;
    background-position: center 0;
    background-repeat: no-repeat;
}
/*#endregion Common*/

.test {
    
    background-color: black;
    
}

ul {
	font-size: 13px;
	line-height: 22px;
}

ol {
	font-size: 13px;
	line-height: 22px;
}

.ammiak ol {
  	counter-reset: li; /* Устанавливает идентификатор */
    list-style: none; /* Удаляем стандартную нумерацию */
    font: 15px 'trebuchet MS', 'lucida sans';
    padding: 0;
    margin-bottom: 4em;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

.ammiak li{
    position: relative;
    display: block;
    text-decoration: none;
    transition: all .3s ease-out;   
}

.ammiak li:before{
    content: counter(li);
    counter-increment: li;
    position: absolute; 
    left: -2.5em;
    top: 50%;
    margin-top: -1em;
    background: #1d9b44;
	color: white;
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
}

.ammiak li:after{
    position: absolute; 
    content: '';
    border: .5em solid transparent;
    left: -1em;
    top: 50%;
    margin-top: -.5em;
    transition: all .3s ease-out;               
}

.ammiak li:hover:after{
    left: -.5em;
    border-left-color: #1d9b44;             
}

.ammiak a {
	color: #008000;
	font-size: 23px;
	}


.border{
    border-color: black;
    border-style: double;
    padding: 10px;
}
.second{
    text-align: center;
}
.second span{
    display: inline-block;
    border-radius: 5px;
    width: 90%;
    line-height: 40px;
    /*height: 40px;*/
}

/*******wysiwyg*******/
.w-table {
    margin: 0 auto;
}

.w-table th,
.w-table td{
    border: 1px solid #0E732D;
    padding: 20px 30px;
}

.w-table2 {
     margin: 0 auto;
 }

.w-table2 th,
.w-table2 td{
    border: 1px solid #0E732D;
    padding: 10px 10px;
    text-align: center;
}
.circle ul{list-style: none;}
.circle ul>li{
    background-image: url("../img/list_circle.png");
    position: relative;
    /*font-family: "Helvetica",sans-serif;*/
    /*font-size: 15px;*/
    /*line-height: 20px;*/
    font-weight: 300;
    /*margin: 0 0 25px;*/
    padding: 0 0 0 30px;
    background-repeat: no-repeat;
    background-position: 0 center;
}

.mech-head-text{
    color: #1E9944;
    font-weight: bold;
    margin: 0 0 11px 0;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 19px;
}

.mech-sub-head-text{
    color: #1E9944;
    font-weight: bold;
    margin: 0 0 11px 0;
    font-size: 15px;
    line-height: 19px;
}

.a:hover, p a:hover {
    color: #1e9944;
    text-decoration: none;
}

.list-mech .nav > li > a{
    padding: 10px 0;
    color: #000;
}

.list-mech .nav > li > a:hover{
    background: unset;
    color: #1e9944;
}

h2{
    font-size: 25px;
    margin-bottom: 10px;
}
h3 {
	font-size: 18px;
}
/*******wysiwyg*******/

.head-lang{
    color: #1E9944;
    padding: 0px 14px;
    line-height: 53px;
}

.head-lang a{
    color: #000;
}

/*#region Buttons*/
.btn-default {
    top: 0;
    border: 1px solid #0E732D;
    border-radius: unset;
    color: #fff;
    background: #1E9944;
    padding: 6px 10px;
    -webkit-box-shadow: inset 0 1px 0 0 rgba(33,184,80,1);
    -moz-box-shadow: inset 0 1px 0 0 rgba(33,184,80,1);
    box-shadow: inset 0 1px 0 0 rgba(33,184,80,1);
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus {
    color: #fff;
    background: #1E9944;
    border: 1px solid #1E9944;
}

i {
    border: 1px solid #0E732D;
    border-radius: unset;
    color: #fff;
    background: #1E9944;
    font-size: 24px !important;
    width: 35px;
    height: 34px;
    text-align: center;
    padding: 3px 0;
}
/*#endregion Buttons*/

/*#region Header*/
.black-line {
    height: 30px;
    background: #1C1C1C;
}

header .navbar-default {
    margin-bottom: 30px;
    border: unset;
    border-bottom: 1px solid #DBDBDB;
    border-radius: unset;
    background: #fff;
}

header .navbar-brand {
    padding: 3px 15px;
    width: 220px;
}

header .navbar-brand img{
    /*width: 100%;*/
}

header .navbar-default .navbar-nav > li > a{
    color: #242424;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    padding: 13px 10px;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
}
header .navbar-default .navbar-nav > li > button {
    color: #242424;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    padding: 15px 25px;
    /*border-top: 3px solid #fff;*/
    /*border-bottom: 3px solid #fff;*/
}

/*header .navbar-default .navbar-nav > .active > button,*/
header .navbar-default .navbar-nav > .active > a {
    background: unset;
    color: #1e9944;
}
header .navbar-default .navbar-nav > li > button{
    background-color: green;
    color: white;
    border-width: 0;
    margin-top: 3px;

}
header .navbar-default .navbar-nav > li > button:hover{
    background: #0E732D;
    border-top: 3px solid #1e9944;
	margin-top: 0px;
   /* border-bottom: 3px solid #f3f3f3;*/
}
header .navbar-default .navbar-nav > li > a:hover {
    background: #f3f3f3;
    border-top: 3px solid #1e9944;
    border-bottom: 3px solid #f3f3f3;
}

header .navbar-default .navbar-nav > .active > button:hover,
header .navbar-default .navbar-nav > .active > a:hover {
    color: #1e9944;
    background: #f3f3f3;
    border-top: 3px solid #1e9944;
    border-bottom: 3px solid #f3f3f3;
}

header .navbar-default .nav .open > a,
header .navbar-default .nav .open > button:hover,
header .navbar-default .nav .open > a:hover,
header .navbar-default .nav .open > button:focus,
header .navbar-default .nav .open > a:focus {
    background: #f3f3f3;
    border-top: 3px solid #1e9944;
    border-bottom: 3px solid #f3f3f3;
}

header .navbar-nav > li > .dropdown-menu {
    border-radius: unset;
}
header .dropdown-submenu{
    position: relative;
}
header .dropdown-submenu:hover>ul{
    display: block;
    left: 100%;
    top:0;
    width: max-content;
}
/*#endregion Header*/

/*#region Carousel*/
#owl-carousel-home {
    border: 5px solid #F7F7F7;
}

#owl-carousel-home .item img {
    display: block;
    width: 100%;
    height: auto;
}

#owl-carousel-home .owl-controls {
    margin: 0;
}

#owl-carousel-home .owl-controls .owl-buttons {
    top: 42%;
    width: 100%;
    position: absolute;
}

#owl-carousel-home .owl-controls .owl-buttons .owl-prev {
    float: left;
    background-image: url('../images/skin.png');
    background-position: 0 -75px;
}

#owl-carousel-home .owl-controls .owl-buttons .owl-next {
    float: right;
    background-image: url('../images/skin.png');
    background-position: -150px -75px;
}

#owl-carousel-home .owl-controls .owl-buttons div {
    width: 45px;
    height: 55px;
    border-radius: unset;
    background-color: unset;
    margin: 0;
}

.slider-text {
    position: absolute;
    bottom: 10px;
    right: 10px;
    text-shadow: rgb(29, 29, 29) 5px 5px 2px;
    padding: 10px 15px;
    font-size: 28px;
    color: rgb(255, 255, 255);
    background: rgba(166, 159, 159, 0.368627);
    border-radius: 12px;
    white-space: nowrap;
    height: auto;
    display: block;
}
/*#endregion Carousel*/

/*#region Home*/
.main {
    background: #fff;
    padding: 0 30px;
}

.main .head-text {
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    color: #000;
    padding: 40px 0;
    margin: 0px;
    text-align: center;
}

.main .head-text span {
    color: #1a933e;
}

.main .item {
    height: 366px;
    margin-bottom: 50px;
}

.main .item:hover .text {
    border-color: #1e9944;
}

.main .item img {
    width: 100%;
    height: auto;
}

.main .item .head-text {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    padding: 50px 0 10px;
}

.main .item .text {
    font-size: 13px;
    line-height: 25px;
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 5px solid #e0dede;
    margin-bottom: 40px;
    transition: border-color 1s ease;
}

.main .item .icon {
    display: block;
    text-align: center;
    position: absolute;
    top: 35%;
    left: 32%;
    z-index: 5;
}

.main .item .icon i {
    font-size: 48px !important;
    width: 100px;
    height: 100px;
    padding: 25px;
    border: unset;
    border-radius: 50px;
}

.main .item .image {
    height: 180px;
    display: block;
    padding-top: 20px;
    transition: padding-top 0.5s ease;
}

.main .item:hover .image {
    padding-top: 0;
}

.main .item:hover .shadow {
    padding-top: 5px;
    opacity: 0.3;
}

.main .item .shadow {
    display: block;
    height: 40px;
    padding-top: 0;
    transition: padding-top 0.5s ease, opacity 0.5s ease;
}

.steps-wrapper {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position-x: 33px;
    height: 450px;
}

.steps-wrapper .circle1,
.steps-wrapper .circle2 {
    display: inline-block;
    position: absolute;
    padding: 10px;
    border: 1px solid #e5e6e6;
    border-radius: 150px;
    background-color: #fff;
}

.steps-wrapper .circle1 {
    width: 198px;
    height: 198px;
}

.steps-wrapper .circle1 img {
    width: 100%;
}

.steps-wrapper .circle2 {
    width: 280px;
    height: 280px;
}

.steps-wrapper .circle2 img {
    width: 100%;
}

.steps-wrapper .step1 {
    left: 97px;
    top: 85px;
    overflow: hidden;
    opacity: 0;
}

.steps-wrapper .step2 {
    left: 324px;
    top: 20px;
    opacity: 0;
}

.steps-wrapper .step3 {
    left: 550px;
    top: 85px;
    opacity: 0;
}

.steps-wrapper .step4 {
    left: 785px;
    top: 20px;
    opacity: 0;
}

.steps-wrapper .icon {
    display: block;
    text-align: center;
    position: absolute;
    z-index: 4;
}

.steps-wrapper .icon i {
    font-size: 33px !important;
    width: 65px;
    height: 65px;
    padding: 16px 14px;
    border: unset;
    border-radius: 35px;
}

.steps-wrapper .icon1 {
    top: 148px;
    left: 70px;
}

.steps-wrapper .icon2 {
    top: 10px;
    right: 0;
}

.steps-wrapper .icon3 {
    bottom: -10px;
    right: 10px;
}

.steps-wrapper .icon4 {
    top: 46px;
    right: -10px;
}
/*#endregion Home*/

/*#region Pages*/
.title {
    text-align: center;
    background: #F8F8F8;
    border-bottom: 2px solid #E0E0E0;
    padding: 40px 0;
}

.title h1 {
    color: #1E9944;
    text-transform: uppercase;
    font-size: 30px;
}

.content {
    background: #fff;
    padding: 15px 0;
}

.req-text {
    color: #9B4D4D;
    display: block;
    font-size: 10px !important;
    margin: 0;
    height: 14px;
    line-height: 1em;
}

.text-success {
    color: #1a933e;
    font-weight: bold;
}

.director {
    border: 1px solid #1a933e;
    padding: 6px 15px;
}
/*#endregion Pages*/

/*#region Contacts*/
.content-contacts {
    background: #fff;
    padding: 15px 30px;
}

.content-contacts p {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 5px;
    margin-top: 5px;
    /*text-align: justify;*/
}

.content-contacts2 p {
    font-size: 16px;
    line-height: 1.5em;
}

.content-contacts .separate {
    border-bottom: 2px solid #E0DEDE;
    margin-bottom: 15px;
    margin-right: 0;
    padding-bottom: 7px;
}

.contacts-form {
    padding: 0 15px;
}

.contacts-form .control-label {
    text-align: left;
    font-size: 1.2em;
    line-height: 1.3em;
    font-weight: 400;
}

.contacts-form .form-group .form-control {
    background: unset;
    border-radius: unset;
    font-size: 1.2em;
    line-height: 1.3em;
    font-weight: 400;
}

.contacts-form .form-group .form-control:hover,
.contacts-form .form-group .form-control:active,
.contacts-form .form-group .form-control:focus {
    border: 1px solid #1E9944;
}
/*#endregion Contacts*/

/*#region Footer*/
footer {
    color: #fff;
    background: #232323;
    padding: 25px 30px;
}

footer .block {
    height: 200px;
    border-right: 1px solid #6f6f6f;
}

footer .block:last-child {
    border: unset;
}

footer .block .number {
    margin-bottom: 16px;
}

footer .block .number a {
    display: block;
    padding: 6px 0;
    color: #8f8f8f;
}

footer .block .number a:hover {
    color: #8f8f8f;
    text-decoration: unset;
}

footer h3 {
    font-size: 18px;
    height: 40px;
    margin-top: 0;
}

footer .input-group .form-control {
    background: unset;
    border-radius: unset;
}

footer .search-button {
    top: 0;
    border: 1px solid #0E732D;
    border-radius: unset;
    color: #fff;
    background: #1E9944;
    padding: 6px 10px;
    -webkit-box-shadow: inset 0 1px 0 0 rgba(33,184,80,1);
    -moz-box-shadow: inset 0 1px 0 0 rgba(33,184,80,1);
    box-shadow: inset 0 1px 0 0 rgba(33,184,80,1);
}

footer .search-button:hover,
footer .search-button:active,
footer .search-button:focus {
    color: #fff;
}
/*#endregion Footer*/

.cd-top {
    width: 40px;
    height: 40px;
    color: #cdcdcd;
    font-size: 27px;
    padding: 4px;
    border: 3px solid #cdcdcd;
    position: fixed;
    bottom: 20px;
    right: 10px;
    top: unset;
    display: none;
}

.cd-top:hover,
.cd-top:focus,
.cd-top:active {
    color: #1a933e;
    border-color: #1a933e;
    text-decoration: none;
}

/*#region Media*/
@media (max-width:767px) {
    .head-lang{
        padding: 0;
        margin-left: 25px;
    }
    .second{
        text-align: center;
    }
    header .navbar-brand {
        padding: 5px 15px;
        width: 200px;
    }

    .contacts-form {
        margin-bottom: 40px;
    }

    .title {
        padding: 20px 0;
    }

    #owl-carousel-home .owl-controls .owl-buttons {
        display: none;
    }

    footer .block {
        border-right: unset;
        text-align: center;
        border-bottom: 1px solid #6f6f6f;
        height: auto;
        margin-bottom: 20px;
    }

    footer .search {
        margin-bottom: 20px;
    }

    footer h3 {
        height: auto;
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: #fff;
    }

    .navbar-default .navbar-toggle {
        border-color: #fff;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #333;
    }

    .navbar-toggle .icon-bar {
        height: 3px;
    }
    
    .navbar-toggle {
        margin-right: 0px;
    }

    .navbar-nav .open .dropdown-menu {
        border-bottom: 3px solid #1a933e;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 30px;
    }

    .main .head-text {
        margin-bottom: -1px;
        font-size: 27px;
    }

    .steps-wrapper {
        background-image: none !important;
        background: #fff;
        height: auto;
        padding-bottom: 30px;
    }

    .steps-wrapper .circle1,
    .steps-wrapper .circle2 {
        display: block;
        position: static;
        margin: 0 auto;
    }

    .steps-wrapper .step1,
    .steps-wrapper .step2,
    .steps-wrapper .step3,
    .steps-wrapper .step4 {
        opacity: 1;
    }

    .steps-wrapper .icon1 {
        top: 64px;
        left: 20%;
    }

    .steps-wrapper .icon2 {
        right: unset;
        left: 20%;
        top: 323px;
    }

    .steps-wrapper .icon3 {
        right: unset;
        left: 20%;
        top: 577px;
    }

    .steps-wrapper .icon4 {
        right: unset;
        left: 10%;
        top: 870px;
    }

    .steps-wrapper .text {
        font-size: 16px;
        font-weight: 600;
        margin: 10px 0 25px;
    }

    .slider-text {
        display: block;
        /*position: static;*/
        white-space: unset;
        font-size: 16px;
        background: rgba(166, 159, 159, 0.5);
        border-radius: unset;
        /*height: 110px;*/
    }

    .main .item {
        height: auto;
    }

    .main .item .icon {
        top: 30%;
        left: 34%;
    }

    .main .item .image {
        text-align: center;
        height: auto;
    }

    .main .item .image img {
        width: 70%;
        height: auto;
    }

    .main .item .shadow {
        text-align: center;
        height: auto;
    }

    .main .item .shadow img {
        width: 60%;
    }
}

@media (min-width:768px) and (max-width:990px) {
    header .navbar-brand {
        padding: 8px 15px;
        width: 180px;
    }

    .head-lang{
        padding: 0;
        line-height: 65px;
        margin-left: 50px;
    }

    header .navbar-default .navbar-nav > li > a {
        padding: 15px 10px;
    }

    .slider-text {
        white-space: unset;
        font-size: 24px;
    }

    #owl-carousel-home .owl-controls .owl-buttons {
        top: 38%;
    }

    .main .head-text {
        font-size: 27px;
    }

    .main .item {
        margin-bottom: 0;
    }

    .main .item .image {
        height: 130px;
    }

    .main .item .head-text {
        padding: 10px 0 10px;
        font-size: 16px;
        height: 60px;
    }

    .main .item .text {
        line-height: 20px;
        height: 85px;
    }

    .main .item .icon {
        top: 24%;
        left: 32%;
    }

    .main .item .icon i {
        font-size: 27px !important;
        width: 60px;
        height: 60px;
        padding: 16px;
    }

    .steps-wrapper {
        background-size: contain;
        background-position-x: unset;
        height: 300px;
    }

    .steps-wrapper .circle1 {
        width: 125px;
        height: 125px;
    }

    .steps-wrapper .circle2 {
        width: 170px;
        height: 170px;
    }

    .steps-wrapper .step1 {
        left: 40px;
        top: 60px;
    }

    .steps-wrapper .step2 {
        left: 200px;
    }

    .steps-wrapper .step3 {
        left: 362px;
        top: 59px;
    }

    .steps-wrapper .step4 {
        left: 527px;
        top: 0px;
    }

    .steps-wrapper .icon i {
        font-size: 27px !important;
        width: 50px;
        height: 50px;
        padding: 12px 12px;
    }

    .steps-wrapper .icon1 {
        top: 96px;
        left: 25px;
    }

    footer h3 {
        font-size: 16px;
    }

    footer .block {
        height: 200px;
        border-left: 1px solid #6f6f6f;
        border-right: 1px solid #6f6f6f;
    }

    footer .block:last-child {
        border-left: 1px solid #6f6f6f;
        border-right: 1px solid #6f6f6f;
    }
}

@media (min-width:991px) and (max-width:1025px) {
    header .navbar-default .navbar-nav > li > a{
        padding: 15px 15px;
        font-size: 10px;
        line-height: 3;
    }

    .head-lang{
        padding: 0px 18px;
        line-height: 60px;
        margin-left: 0px;
        
    }

    .main .head-text {
        margin-bottom: -1px;
    }

    .steps-wrapper {
        background-image: url('../images/steps-background.png');
        background-position-x: 0;
        background-size: contain;
        height: 400px;
    }

    .steps-wrapper .circle1 {
        width: 170px;
        height: 170px;
    }

    .steps-wrapper .step1 {
        left: 50px;
        top: 75px;
    }

    .steps-wrapper .icon1 {
        top: 124px;
        left: 38px;
    }

    .steps-wrapper .step2 {
        left: 256px;
        top: 20px;
    }

    .steps-wrapper .step3 {
        left: 463px;
        top: 75px;
        opacity: 0;
    }

    .steps-wrapper .step4 {
        left: 670px;
        top: 20px;
    }

    .steps-wrapper .circle2 {
        width: 240px;
        height: 240px;
    }
}

@media (min-width:1200px) {
    
}
/*#endregion*/
.nav.bold>a{
    font-weight: bold;
}