.medoc {
    text-align: justify;
}

.medoc section{
    clear:both;
}
.medoc div{
    font-size:16px;
    min-width:50px;
    color: #333;
    font-family: 'Ubuntu', sans-serif;
    font-weight: normal;
    /*font-family:droid_sansregular, sans-serif;*/
}

.medoc .wrapper{
    position: relative;
    padding-bottom: 20px;
} 

.medoc .padding-0{padding:0 !important;}

.medoc a{
    color: #479229;
}
.medoc a:hover,
.medoc a:focus,
.medoc a:active {
    color: #2b561e;
}

.medoc .main-btn{
    width:145px;
    height:40px;
    line-height:40px;
    border-radius:20px;
    text-align:center;
    border: 1px solid #f5ca21;
    background-color:#f5ca21;
    display:inline-block;
    color:#363537;
    font-size:14px;
    text-decoration:none !important;
    outline:none; 
    font-weight:bold;
    cursor:pointer;
}

.medoc .main-btn:hover,
.medoc .main-btn:active,
.medoc .main-btn:focus{
    border: 1px solid #ffff00;
    background-color:#ffdf00;
}

.medoc #info-btn{
    background-color: #fff;    
}

.content-page-reviews .news-page-title {
    text-align: center;
    margin-bottom: 36px;
}
.content-page-reviews .news-page-title img {
    display: block;
    margin: 0 auto;
    max-width: 700px;
    max-height: 200px;
}
.content-page-reviews .news-page-title h1 {
    border-bottom: 2px solid transparent!important;
    border-top: solid 1px #979797;
    display: block!important;
    margin-top: 62px;
    padding-top: 16px;
}
.content-page-reviews .myvideo {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
    border:1px solid #ccc;
}
.content-page-reviews .myvideo iframe,.myvideo object,.myvideo embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.content-page-reviews .content-page-reviews-info {
    padding: 36px 0;
}
.content-page-reviews .content-page-reviews-info p {
    font-size: 14px;
    line-height: 1.57;
}
.content-page-reviews .content-page-reviews-bnt {
    text-align: center;
    margin-bottom: 100px;
}
.content-page-reviews .content-page-reviews-bnt a {
    text-decoration: none;
    display: inline-block;
    width: 175px;
    padding: 9px 0;
    border-radius: 20px;
    border: solid 1px #323232;
    color: #323232;
}




.hot-questions-top img {
    max-width: 100% !important;
}
.hot-questions {
    padding-bottom: 20px;
}
.hot-questions .news-page-title {
    text-align: center;
}
.hot-questions .container .news-page-title p {
    border-bottom: none;
}
.hot-questions .hot-questions-tabs {
    text-align: center;
    padding: 30px 0;
}
.hot-questions .hot-questions-tabs .grid-tabs {
    display: inline-grid;
    grid-template-columns: repeat(2, 183px);
    grid-auto-rows: 40px;
    text-align: center;
    align-items: center;
}
.hot-questions .hot-questions-tabs .grid-tabs .grid-item-1,
.hot-questions .hot-questions-tabs .grid-tabs .grid-item-2 {
    height: 100%;
    font-size: 18px;
    color: #404040;
    text-decoration: none;
    line-height: 38px;
}
.hot-questions .hot-questions-tabs .grid-tabs .grid-item-1.active {
    height: 100%;
    background-color: #f5ca21;
    border: 2px solid #f5ca21;
}
.hot-questions .hot-questions-tabs .grid-tabs .grid-item-2.active {
    height: 100%;
    background-color: #f5ca21;
    border: 2px solid #f5ca21;
}
.hot-questions .hot-questions-tabs .grid-tabs .grid-item-1 {
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    border: 2px solid #8f8f8f;
    border-right: none;
}
.hot-questions .hot-questions-tabs .grid-tabs .grid-item-2 {
    border: 2px solid #8f8f8f;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    border-left: none;
}

.hot-questions .hot-questions-top-row:last-child{margin-bottom:35px;}
.hot-questions .hot-questions-top-row-item{padding:31px 0;border-bottom:1px solid #979797;}
.hot-questions .hot-questions-top-row-item .hot-questions-top-row-item-img{cursor:pointer;float:left;margin-right:26px;display: none;}
.hot-questions .hot-questions-top-row-item .hot-questions-top-row-item-img-question{float:left;font-size:20px;line-height:1.4;}
.hot-questions .hot-questions-top-row-item .hot-questions-top-row-item-img-question p{padding:0 !important;}
.hot-questions .hot-questions-top-row-item .hot-questions-top-row-item-img-answer{display:none;}
.hot-questions .hot-questions-top-row-item .hot-questions-top-row-item-img-answer p{line-height:1.4;padding-top:15px;}
.hot-questions .hot-questions-category{opacity: 0.5}
.news-page .news-page-title, .hot-questions .hot-questions-category .hot-questions-title {
    background-color: #ffffff;
    border-bottom: 1px solid #ffd700;
    padding: 5px 0 5px 0px;
    color: #363537;
    margin-top: 7px;
    font-size: 20px;
    width: 100%;
    text-align: center;
}

.hot-questions .hot-questions-category .hot-questions-item{
    display:flex;
    justify-content: center;
    align-items: center;
    text-align:center;
    color:#363537;
    text-decoration:none;
    -webkit-border-radius:8px;
    border-radius:8px;
    background-color:#f8f8f8;
    border:solid 1px #d4d4d4;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    cursor:pointer;
    min-height: 60px;
}
.hot-questions .hot-questions-category .hot-questions-item p.description {
    padding-top: 24px;
}
.hot-questions .hot-questions-category .hot-questions-item p{line-height:1.4;}
.hot-questions .hot-questions-category .hot-questions-item:hover{background-color:#e0e0e0;}







.country-scheme .country-scheme-title{padding:10px 0 35px 0;}
.country-scheme .country-scheme-title p{font-size:20px;line-height:1.4;}
.country-scheme .country-scheme-img img{width:100%;}
.country-step .country-scheme-step{padding-top:5px; }
.country-scheme-step-item{background-color:#eff0f0;border-left:2px solid #fab700;width:290px;height:150px;}
.country-scheme-step-item .country-scheme-step-item-box{-webkit-box-sizing:border-box;box-sizing:border-box;padding:18px 23px 20px 28px;line-height:1.75;}


.country-scheme .country-scheme-title p {
    font-size: 20px;
    line-height: 1.4;
    min-width:320px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: normal;
    /*font-family:droid_sansregular, sans-serif;*/
}

.country-scheme-step-item-box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 18px 23px 20px 28px;
    line-height: 1.75;
    position: inherit;
}
.country-scheme-step .row{
    display: table; 
}


.country-scheme .country-scheme-img img {
    width: 100%;
}


@media (min-width: 992px)
.container {
    width: 970px;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 900px)
.col-md-3 {
    width: 25%;
}

@media (min-width: 768px)
.col-md-6 {
    width: 50%;
    margin: 15px;
}

@media (min-width: 768px)
.col-sm-6 {
    width: 50%;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

*, :after, :before {
    box-sizing: border-box;
}

.col-md-3{
    float: left;
}

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, 
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, 
/*.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,*/ 
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    min-height: 1px;
    padding: 7px 7px 14px 14px;
}

.header-add-info-item-box a{
    color: #363537;
    text-decoration: none;
}
.header-add-info-item-box a:hover,
.header-add-info-item-box a:focus,
.header-add-info-item-box a:active {
    border: 1px solid #f6c200;
    color: #363537;
    text-decoration: none;
}

.header-title-info {
    background-color: #ffffff;
    border-bottom: 1px solid #ffd700;
    padding: 10px 0 10px 36px;
    color: #363537;
    margin-top: 18px;
    font-size: 20px;
    width: 100%;
    text-align: center;
}

.header-add-info-item-box{
    background-color: #ffffff;
    border: 1px solid #eff0f0;
    border-radius: 20px;
    padding: 10px 0 10px 36px;
    color: #363537;
    margin-top: 10px;
    text-align: center;
}

.header-add-info-item-box .header-add-info-item-box-img, 
                          .header-add-info-item-box-img2{
    float: left;   
}

.header-add-info-item-box .header-add-info-item-box-img img{
    height: 85px;   
}
.header-add-info-item-box .header-add-info-item-box-text{
    font-size: 18px;
    padding: 12px 0px 15px 0px;
}

.header-add-info-item-box .header-add-info-item-box-img2 img{
    height: 85px;
    margin-top: 20px;   
}
.header-add-info-item-box .header-add-info-item-box-text2{
    font-size: 16px;
    padding: 12px 60px 15px 130px;
}

.header-add-info-item-box-btn{
    justify-content:center;
    margin-top: 5px;
    margin-bottom: 7px;
    display:block;
    visibility: hidden;
}

.header-add-info-item-box:hover {
    border: 1px solid #ffd700;
}

.header-add-info-item-box:hover .header-add-info-item-box-btn { 
    visibility: visible;
}

.header-add-info-item-box:hover .header-add-info-item-box-text { 
        font-size: 20px;
}

.header-add-info-item-box:hover .header-add-info-item-box-img img{
    height:100px;   
}

.header-add-info-item-box:hover .header-add-info-item-box-text2 { 
        font-size: 18px;
}

.header-add-info-item-box:hover .header-add-info-item-box-img2 img{
    height:100px; 
    margin-top: 10px;  
}



/********** Юрики платники ПДВ **********************/

.payer .payer-price{padding:54px 0 38px 0;line-height:1.5;}
.payer .payer-img{text-align:center;padding-top:15px;}
.payer .payer-img img{height:150px;}
.payer-list-title{border-bottom:2px solid #ffd700;margin-bottom:24px;}
.payer-list-title p{font-weight:bold;color:#000000;padding-bottom:12px;font-size:24px;line-height:1.33;}
.payer-list-items ul{padding-left:20px; margin-bottom: 0px; margin-top: 10px; list-style-type:disc;}
.payer-list-items ul li{line-height:1.5;padding:10px 0;}
.medoc .payer-list-items, .payer-formats p{line-height:1.5;padding-bottom:20px;}
.payer .payer-choice{padding:20px 0 20px 0;}
.payer .payer-choice .payer-choice-title{padding-bottom:12px;}
.payer .payer-choice img{margin-top: 10px;}
.payer-btn { float: right; margin-left: 20px;}
.payer-btn  .main-btn{width:180px;}

.header-add-info-pic-img{
    align-items: center;
}

.header-add-info-pic-item{
    width: 90%;
}

.medoc .terms {
    border: 1px solid #888;
    border-radius: 5px;
}

.col-sm-offset-4 {
    margin-left: 10%;
}

.header-back {clear: both;}

/***************  Додаткові модулі  *****************************/

.payer .payer-can{padding:10px 0 10px 0;}
.payer .payer-can .payer-can-title{font-weight:bold;line-height:1.5; margin-left: 15px;}
.payer .payer-can .payer-can-item{text-align:center;}
.payer .payer-can .col-md-2 {display: inline-block; position: relative;}
.payer .payer-can .payer-can-item .payer-can-item-box .payer-can-item-box-img{padding: 10px 0 10px 0;}
.payer .payer-can .payer-can-item .payer-can-item-box .payer-can-item-box-img img{height:60px;}
.payer .payer-can .payer-can-item .payer-can-item-box .payer-can-item-box-text{font-size:11px;line-height:1.43; width: 120px;}
.payer .payer-can ul{padding-top:16px;padding-left:30px; margin-top: 0px; margin-bottom: 25px; list-style-type:disc;}
.payer .payer-can ul li{line-height:1.5;padding:5px 0;}
.payer .payer-can_corp{padding:0;}
.payer .payer-can_auto{padding:0 0 20px 0;}
.payer .payer-remark{position:relative;background-color:#ffde00;width:94%;}
.payer .payer-remark .payer-remark-item{padding:15px 0 12px 0;}
.payer .payer-remark .payer-remark-item .col-sm-1{width: 10%; margin-right: 10px; margin-bottom: 10px;float: left;}
.payer .payer-remark .payer-remark-item .payer-remark-img img{width:40px;}
.payer .payer-remark .payer-remark-item .payer-remark-info{line-height:1.5; padding-right: 20px;}
.payer .payer-order{padding:16px 0 20px 0;text-align:center;}
.payer .payer-order p{font-weight:bold;padding-bottom:5px;}

.business-choice .col-md-2{float: left; height: 310px;}
.business-choice .integration-choice-info{padding:15px 0 30px 0;}
.business-choice .integration-choice-info .integration-choice-img{text-align:center;}
.business-choice .business-choice-title{text-align:left;padding:0 0 14px 0;}
.business-choice .business-choice-title p{border-bottom:2px solid #ffd600;padding-bottom:15px;line-height:1.4;font-size:20px;}
.business-choice .business-choice-text {margin-top: 15px;}
.business-choice .business-choice-text p{padding-bottom:25px;line-height:1.5;}
.business-choice .business-choice-item{text-align:center;border:solid 1px transparent;-webkit-border-radius:8px;border-radius:8px;margin-bottom:32px;cursor:pointer;}
.business-choice .business-choice-item .business-choice-item-box{padding:20px 12px;}
.business-choice .business-choice-item .business-choice-item-box .business-choice-item-box-text{line-height:1.5;font-size:14px;}
.business-choice .business-choice-item .business-choice-item-box .business-choice-item-box-text p span{font-weight:bold;}
.business-choice .business-choice-item .business-choice-item-box .business-choice-item-box-img{min-height:190px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}
.business-choice .business-choice-item .business-choice-item-box .business-choice-item-box-img img{height:100%;}
.business-choice .business-choice-item .business-choice-item-box .business-choice-item-box-btn a{background-color:transparent;border:2px solid #f6c200;}
.business-choice .business-choice-item:hover{border:solid 1px #f6c200;}
.business-choice .business-choice-item:hover .business-choice-item-box-btn a{background-color:#f6c200;border:2px solid #f6c200;}

.news-page .news-page-title h1{display:inline-block;font-size:32px;line-height:1.25;border-bottom:2px solid #ffde00;}
.news-page .news-page-events .dilers-network-choice .news-nav-img {
    position: relative;
    bottom: 80px;
}
.news-page .news-page-events .dilers-network-choice .news-nav-img img {
    width: 100%;
}
.news-page .news-page-events .dilers-network-choice .dilers-network-choice-list{display:inline-block;padding-bottom:40px;}
.news-page .news-page-events .dilers-network-choice .dilers-network-choice-list li{margin-right:0;}
.news-page .news-page-events .dilers-network-choice .dilers-network-choice-list li p a{color: #333}
.news-page .news-page-events .dilers-network-choice ul li{display:inline-block;line-height:1.33;padding:0 20px;}
.news-page .news-page-events .dilers-network-choice ul li:first-child{padding-left: 0;}
.news-page .news-page-events .dilers-network-choice ul li:last-child{padding-right: 0;}
.news-page .news-page-events .dilers-network-choice ul li p{display:inline-block;font-size:24px;border-bottom:2px solid transparent;}
.news-page .news-page-events .dilers-network-choice ul li.active{border-bottom:none;}
.news-page .news-page-events .dilers-network-choice ul li.active p{border-bottom:2px solid #479229;font-weight:bold;}
.news-page .news-page-events .main-events-details .main-events-details-item{
    -webkit-border-radius:4px;
    border-radius:4px;
    background-color:#ffffff;
    -webkit-box-shadow:0 0 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow:0 0 4px 0 rgba(0, 0, 0, 0.2);
    padding:18px 19px 18px 19px;
    margin:12px 0;
    overflow: hidden;
}
.news-page .news-page-events .main-events-details .main-events-details-item-img img {
    width: 100%;
}
.news-page .news-page-events .main-events-details .media-item{
     padding: 18px 19px 18px 19px;
}
.news-page .news-page-events .main-events-details .main-events-details-item .main-events-details-item-img{
    position: relative;
    margin-bottom: -3px;
}
.news-page .news-page-events .main-events-details .main-events-details-item .main-events-details-item-img .item-img-logo{
    position: absolute;
    bottom: 0;
    left: 0;
    /*margin-bottom: -3px;*/
    width: 100%;
}
.news-page .news-page-events .main-events-details .main-events-details-item-title{font-weight:bold;letter-spacing:0.2px;}
.news-page .news-page-events .main-events-details .main-events-details-item-text{padding:10px 0;opacity:0.8;letter-spacing:0.2px;color:#323232;line-height:1.5;}
.news-page .news-page-events .main-events-details .main-events-details-item-link{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}
.news-page .news-page-events .main-events-details .main-events-details-item-link a{font-size:14px;font-weight:bold;letter-spacing:0.2px;color:#000000;text-decoration:none;padding-right: 20px;}
.news-page .news-page-events .main-events-details .main-events-details-item-link p{opacity:0.8;letter-spacing:0.2px;color:#323232;font-size:14px;}
.news-page .news-page-events .main-events-details .pagination{padding-top:16px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:100%;}
.news-page .news-page-events .main-events-details .pagination li{margin-right:0;padding:0 2px;}
.news-page .news-page-events .main-events-details .pagination li a, .news-page .news-page-events .main-events-details .pagination li span{border:none;color:#4b4b4b;}
.news-page .news-page-events .main-events-details .pagination li a:hover, .news-page .news-page-events .main-events-details .pagination li span:hover{background-color:transparent;}
.news-page .news-page-events .main-events-details .pagination li span.active{border:solid 1px #c8c8c8;-webkit-border-radius:4px;border-radius:4px;}
.news-page .news-page-events .main-events-details .dilers-network-choice .dilers-network-choice-item .list-group.active{display:block;}
.news-page .news-page-events .blog-bug-details .main-events-details-item{padding-top:24px;position:relative;}
.news-page .news-page-events .blog-bug-details .color{position:absolute;top:0;left:19px;height:17px;}
.news-page .news-page-events .blog-bug-details .color .blog-bug-details-color{position:relative;float:left;width:12px;height:100%;margin-right:10px;}
.news-page .news-page-events .blog-bug-details .color .blog-bug-details-color .triangle{position:absolute;bottom:0;left:0;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:4px solid #ffffff;}
.news-page .news-page-events .blog-bug-details .blog-bug-details-category .list-group-category.non{display:none;}
.news-page .news-page-events .blog-bug-details .blog-bug-details-category .list-group-category.active{display:block;}
.news-page .news-page-events .blog-bug-details .blog-bug-details-category .blog-bug-details-category-list li{display:inline-block;margin-right:20px;-webkit-box-shadow:0 1px 4px 0 rgba(0, 0, 0, 0.2);box-shadow:0 1px 4px 0 rgba(0, 0, 0, 0.2);padding:0;-webkit-border-radius:4px;border-radius:4px;position:relative;}
.news-page .news-page-events .blog-bug-details .blog-bug-details-category .blog-bug-details-category-list li .color{position:absolute;top:0px;left:0;width:5px;height:100%;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;}
.news-page .news-page-events .blog-bug-details .blog-bug-details-category .blog-bug-details-category-list li a{display:inline-block;font-size:16px; color: #434343; padding: 10px 15px;text-decoration: none}
.news-page .news-page-events .blog-bug-details .blog-bug-details-category .blog-bug-details-category-list li p{font-size:16px;}
.news-page .news-page-events .blog-bug-details .blog-bug-details-category .blog-bug-details-category-list li.active{background-color:#ffde00;}
.news-page .news-page-events .blog-bug-details .blog-bug-details-category .blog-bug-details-category-list li.active a{border-bottom:none;font-weight:normal;}
.news-page .news-page-events .blog-bug-details .blog-bug-details-category .blog-bug-details-category-list-checkbox{margin:30px 0;}
.news-page .news-page-events .blog-bug-details .blog-bug-details-category .blog-bug-details-category-list-checkbox li{padding:0;-webkit-box-shadow:none;box-shadow:none;}
.news-page .news-page-events .blog-bug-details .blog-bug-details-category .blog-bug-details-category-list-checkbox li input, .news-page .news-page-events .blog-bug-details .blog-bug-details-category .blog-bug-details-category-list-checkbox li .contact .contact-dop-info-form form textarea, .contact .contact-dop-info-form form .news-page .news-page-events .blog-bug-details .blog-bug-details-category .blog-bug-details-category-list-checkbox li textarea{outline:none;}
.news-page .news-page-events .blog-bug-details .blog-bug-details-category .blog-bug-details-category-list-checkbox li.active{background-color:transparent;}
.pagination>.active>span:hover,.pagination>.active>span{background-color: #FFF;border: 2px solid #479229 !important;-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;}
.news-page .video-blog .video-blog-row{padding-bottom:98px;}
.news-page .video-blog .video-blog-row .video-blog-row-title{font-size:24px;line-height:1.33;color:#363537;padding-bottom:5px;border-bottom:solid 1px #323232;}
.news-page .video-blog .video-blog-row .video-blog-item{min-height:325px;padding-top:14px;display:block;text-decoration:none;color:#363537;}
.news-page .video-blog .video-blog-row .video-blog-item .video-blog-item-img{height:190px;overflow:hidden;}
.news-page .video-blog .video-blog-row .video-blog-item .video-blog-item-img img{width:100%;}
.news-page .video-blog .video-blog-row .video-blog-item .video-blog-item-text{padding:10px 0;font-size:20px;font-weight:bold;line-height:1.4;}
.news-page .video-blog .video-blog-row .video-blog-item-btn{text-align:right;margin-top:26px;}
.news-page .video-blog .video-blog-row .video-blog-item-btn a{width:216px;background-color:transparent;border:solid 1px #323232;color:#323232;}
.specifically-news .news-page-title h1{font-size:24px;line-height:1.33;}
.specifically-news .specifically-news-text{padding:36px 0 24px 0;}
.specifically-news .specifically-news-text p{line-height:1.5;padding:3px 0;}
.specifically-news .specifically-news-text ol, .specifically-news .specifically-news-text ul{margin-left:0 !important;}
.specifically-news .specifically-news-text table, .specifically-news .specifically-news-text th, .specifically-news .specifically-news-text td{border:1px solid #ccc;border-collapse:collapse;}
.specifically-news .specifically-news-img img{width:100%;}
.specifically-news .specifically-news-date{opacity:0.8;letter-spacing:0.2px;padding-top:10px;}
.specifically-news .specifically-news-date p{float:left;font-size:14px;border-bottom:transparent;margin-right:25px;}
.specifically-news .specifically-news-date .color{float:left;}
.specifically-news .specifically-news-date .color .color-row{float:left;}
.specifically-news .specifically-news-date .color .b-b-color{position:relative;width:12px;height:17px;float:left;}
.specifically-news .specifically-news-date .color .b-b-color:after{content:'';position:absolute;bottom:0;left:0;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:4px solid #ffffff;}
.specifically-news .specifically-news-date .color p{float:left;margin-left:10px;}

.integration-ispro .integration-ispro-description{padding-top:16px;}
.integration-ispro .integration-ispro-description p{padding:4px 0; line-height:1.5;}
.integration-ispro .integration-ispro-form input, .integration-ispro .integration-ispro-form .contact .contact-dop-info-form form textarea, .contact .contact-dop-info-form form .integration-ispro .integration-ispro-form textarea{display:block;width:260px;-webkit-box-sizing:border-box;box-sizing:border-box;padding:6.5px 10px;margin:5px 0;border:transparent;border-bottom:1px solid #979797;outline:none;}
.integration-ispro .integration-ispro-form input[type='submit'], .integration-ispro .integration-ispro-form .contact .contact-dop-info-form form textarea[type='submit'], .contact .contact-dop-info-form form .integration-ispro .integration-ispro-form textarea[type='submit']{width:145px;height:36px;-webkit-border-radius:20px;border-radius:20px;background-color:#ffde00;line-height:1;margin-top:28px;}
.integration-ispro .integration-ispro-form textarea{width:100%;height:138px;-webkit-border-radius:8px;border-radius:8px;background-color:#ffffff;border:solid 1px #dfdfdf;resize:none;-webkit-box-sizing:border-box;box-sizing:border-box;padding:8px 0 0 19px;}
.integration-ispro .integration-ispro-list{padding:12px 0 15px 0; clear: right;}
.integration-ispro-list p {padding: 5px;}
.integration-ispro .integration-ispro-list .integration-ispro-list-title{font-weight:bold;line-height:1.5;}
.integration-ispro .integration-ispro-list ul{padding-top:6px; margin: 0px; list-style-type:disc;padding-left:43px;}
.integration-ispro .integration-ispro-list ul li{padding-bottom:10px;line-height:1.5;}
.integration-ispro .integration-ispro-list ul li:last-child{padding-bottom:0;}
.integration-ispro .integration-ispro-list .integration-ispro-list-text{padding-top:30px;line-height:1.5;}
.integration-ispro .integration-ispro-list .integration-ispro-list-btn{margin-top:27px;background-color:transparent;border:solid 1px #323232;}


/***************  M.E.Doc.Бізнес  *****************************/
.business .row {
    margin-left: 0px;
    margin-right: 0px;
}

.business .header-processes {
    text-align: left;
    padding-bottom: 30px;
}
.business .header-processes-item .header-processes-item-box-title h2{
    font-size: 32px;
    font-weight: bold;
    line-height: 1.25;
}
.business .header-processes-item .header-processes-item-box-title p{
    padding-bottom: 30px;
    line-height:1.5;
}

.business .header-processes-item .header-processes-item-box .business-scheme {
    float: right;
    width: 60%;
}

.business .header-processes-item .header-processes-item-box img{
    width: 100%;
}

.business .header-processes-item .header-processes-item-box-info {
    padding: 0;
    background: url(../img/businessBG.png)no-repeat top 87% left -75%;
    margin-right: -15px;
    min-height: 280px;
}


.business .header-processes-item .header-processes-item-box-info p {
    font-size: 16px;
}
.business .header-processes-item .header-processes-item-box-info p strong{
    font-size:26px;
    line-height:0.88;
    font-weight:bold;
}
.business .header-processes-item .header-processes-item-box-info p strong.price {
    padding: 16px 0 12px 0;
    display: inline-block;
}

.business .header-processes-item .header-processes-item-box-info p:last-child{
    font-size:16px;
    line-height:1.5;
}
.business .header-processes-item .header-processes-item-box-link {
    padding-top: 20px;
}
.business .header-processes-item .header-processes-item-box-link a.const{
    border: solid 1px #363537;
    width: auto;
    height: 36px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-color: transparent;
    color: #363537;
    padding: 0 15px;
    margin-left: 49px;
}

.business-interchange {
    /*background: url(../img/exchange-all-type-documents-medoc-edi-edo-bkg.png)no-repeat right 48%;*/
}

.business-interchange .business-interchange-item  .item-box-text{
    padding: 15px 0 20px 0;
}
.business-interchange .business-interchange-item .item-box-text p {
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
}
.business-interchange .change-title{
    font-size: 26px;
    font-weight: bold;
    color: #404040;
    line-height: 1.26;
    margin-top: 20px;
}
.business-interchange .business-interchange-list ul {
    padding-left: 50px;
}

.business-interchange .business-interchange-list ul li{
    display: flex;
    align-items: center;
    justify-content: start;
    width: 261px;
    height: 98px;
    border-radius: 4px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
    background-color: #fefefe;
    padding-left: 32px;
    margin-right: 20px;
    margin-bottom: 22px;
    float: left;
}
.business-interchange .business-interchange-list ul li:last-child {
    margin-bottom: 20px;
    clear: both;
}
.business-interchange .business-interchange-list ul li img {
    padding-right: 43px;
}


.business-instantaneous-interchange{
    padding-bottom: 0px;
}
.business-instantaneous-interchange .business-instantaneous-interchange-box {
    background: url("../img/calculator-edi-economy-medoc-bkg.png")no-repeat 50% 0;
    padding-top:10px;
}
.business-instantaneous-interchange .interchange-item {
    background: url("../img/functional-medoc-business-edi-edo-bkg.png")no-repeat 50% 50%;
}
.business-instantaneous-interchange .interchange-title {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
    border-bottom: none;
    text-align: left;
}
.business-instantaneous-interchange .interchange-title h3{
    font-size: 32px;
    font-weight:bold;
}
.business-instantaneous-interchange .interchange-title p{
    width: 65%;
}
.business-instantaneous-interchange .instantaneous-interchange-item {
    padding: 22px;
    float: left;
}

.business-instantaneous-interchange .instantaneous-interchange-item .instantaneous-interchange-item-img{
    min-height: 150px;
    height: 150px;
    margin-bottom: 10px;
}
.business-instantaneous-interchange .instantaneous-interchange-item .instantaneous-interchange-item-img img {
    height: 100%;
}
.business-instantaneous-interchange .instantaneous-interchange-item .instantaneous-interchange-item-text {
    font-size: 16px;
    line-height: 1.4;
}



.business-calculator-exchange  .calculator-exchange-title{
    padding: 0;
}
.business-calculator-exchange .calculator-exchange-title p>strong{
    font-size: 32px;
    display: block;
}
.business-calculator-exchange .calculator-exchange-title p {
    font-weight: bold;
}
.business-calculator-exchange .calculator-exchange-title p.price{
    padding-top: 0;
}
.business-calculator-exchange .calculator-exchange-title p span {
    font-size: 20px;
    line-height: 1.4;
    font-weight: normal;
    display: block;
    padding-top:0;
}
.business-calculator-exchange .calculator-exchange-title p span>strong{
    font-size: 32px;
}
.business-calculator-exchange .calculator-exchange-title p:last-child span{
    font-size: 16px;
}
.business-calculator-exchange .calculator-exchange-title>span {
    display: inline-block;
    padding: 36px 0 54px 0;
}
.business-calculator-exchange .calculator-exchange-btn{
    padding-top: 54px;
}
.business-calculator-exchange .calculator-exchange-btn .const{
    border: solid 1px #363537;
    width: auto;
    height: 36px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-color: transparent;
    color: #363537;
    padding: 0 15px;
    margin-left: 49px;
    line-height: 34px;
}





@media (max-width: 1440px)
.business .header-bg {
    right: -33%;
    width: 100%;
    background: url(../img/businessBG.png)no-repeat 50% 100%;
}

.scheme {
    background-color: rgb(250, 248, 245);
    margin-top: -35px;
}

.scheme .header-processes-any {
    padding-top: 5px;
}
.scheme .header-processes-any-program .header-processes-any-program-title h3{
    font-size: 26px;
    font-weight: bold;
    line-height: 1.23;
}
.scheme .header-processes-any-program .header-processes-any-program-title p{
    font-size:20px;
    line-height:1.4;
}

.scheme .header-processes-any-list .row{
    position: relative;
    min-height: 500px;
}

.scheme .header-processes-any-list .col-sm-5{
    position: relative;
    float: left;
}

.scheme .header-processes-any-list .col-sm-7{
    position: absolute;
    float: right;
    top: 100px;
}

.scheme .header-processes-any-list ul{
   padding-left: 0px;
}
.scheme .header-processes-any-list ul li {
    margin-bottom: 5px;
    list-style: none;
}
.scheme .header-processes-any-list ul li p{
    border: solid 2px #fabe00;
    border-right-color: transparent;
    padding: 0 20px;
    position: relative;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 46px;
    display: inline-flex;
    align-items: center;
}
.scheme .header-processes-any-list ul li p img {
    padding-right: 10px;
}
.scheme .header-processes-any-list ul li p .d6{
    position: absolute;
    right: -17px;
    top: -2px;
    width: 0;
    height: 0;
    border-top: 23px solid transparent;
    border-left: 18px solid #fabe00;
    border-bottom: 23px solid transparent;
}
.scheme .header-processes-any-list ul li p .d6:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 21px solid transparent;
    border-left: 16px solid rgb(250, 248, 245);
    border-bottom: 21px solid transparent;
    right: 3px;
    top: -21px;
}

.scheme .header-processes-any-scheme{
    position: relative;   
}

.scheme .header-processes-any-scheme img{
    position: relative;   
    width: 100%;
}

.business-integration{
    padding-top: 20px;
    background-image: linear-gradient(to bottom, #cfecf4, #9dd8e8);
    clear: both;
}
.business-integration .business-integration-item {
    padding-right: 20px;
}
.business-integration .business-integration-img  img{
    width: 100%;
   /* height: 70%; */
}
.business-integration .business-integration-item .integration-item-title h3{
    font-size: 32px;
    font-weight: bold;
    line-height: 1.25;
}
.business-integration .business-integration-item .integration-item-title p{
    padding: 36px 0;
    font-size: 20px;
    line-height: 1.4;
}
.business-integration .business-integration-item .integration-item-list {
    padding-top: 0px;
}
.business-integration .business-integration-item .integration-item-list ul li{
    font-size: 20px;
    line-height: 1.4;
    border-left: 2px solid #ffffff;
    padding-left: 24px;
    margin-bottom: 25px;
}

.calculator .interchange-title{
    font-weight: normal;
    line-height:1.25;
}








.confidence {
    padding: 20px 0;
    background-color: RGBA(0,142,69,0.1);
    max-height: 1600px;
}
.confidence .confidence-title {
    text-align: center;
    color: #323232;
}
.confidence .confidence-title h2{
    font-size: 28px;
    font-weight: bold;
    line-height: 1.4;
}

.confidence .confidence-product .confidence-product-img {
    text-align: center;
}
.confidence .confidence-product .confidence-product-img .row {
    padding-bottom: 41px;
}
.confidence .confidence-product .confidence-product-img .row:last-child {
    padding-bottom: 49px;
}
.confidence .confidence-product .confidence-product-img img {
    max-height: 90px;
    max-width: 100%;
}
.confidence .confidence-product .confidence-product-img .confidence-product-img-item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    margin-bottom: 50px;
}
.confidence .single-item .slick-slide {
    outline: none;
   width: 130px;
}
.confidence .single-item .product-reviews-item {
    position: relative;
    text-align: center;
    border-radius: 4px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
    background-color: #fdfdfd;
    margin: 5px 5px;
    border: 1px solid RGBA(0,142,69,0.1);
}

.confidence .single-item .product-reviews-item:hover {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    border: 1px solid #ffdf00;
} 

.confidence .single-item .product-reviews-item .reviews-item-info-img {
    min-height: 175px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.confidence .single-item .product-reviews-item .reviews-item-info-img a{
    text-align: center;
    padding: 10px;
    display: inline-block;
}
.confidence .single-item .product-reviews-item .reviews-item-info-img a img{
    display: inline-block;
    max-height: 86px;
    max-width: 100px;
}

.confidence .single-item .product-reviews-item .reviews-item-info-img a:visited img{
    border:none;
}
.confidence .single-item .product-reviews-item .reviews-item-text {
    max-height: 120px;
    height: 120px;
    overflow: hidden;
}
.confidence .single-item .product-reviews-item .reviews-item-text p {
    font-size: 15px;
    line-height: 1.6;
}
.confidence .single-item .product-reviews-item .reviews-item-btn {
    position: absolute;
    bottom: 32px;
    left: 50%;
    margin-left: -72.5px;
}
.confidence .single-item .product-reviews-item .reviews-item-btn a{
    border: solid 1px #323232;
    background-color: transparent;
}
.confidence .single-item .product-reviews-item .reviews-item-btn a:before {
    content: '';
    position: absolute;
    top: -75%;
    left: 50%;
    margin-left: -23px;
    width: 46px;
    height: 2px;
    background-color: #f5ca21;
}
.confidence .confidence-product .confidence-product-bnt {
    text-align: center;
    padding-top: 36px;
}
.confidence .confidence-product .confidence-product-bnt .link{
    width: 170px;
    margin: 10px 16px;
}

.confidence .single-item {
    width: 100%;
    margin: 0 10px;
}
.confidence .single-item .slick-next {
    background: url(../images/right-arrow.svg) no-repeat 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    height: 32px;
    right: -40px;
}
.confidence .single-item .slick-next:before {
    content: " ";
}
.confidence .single-item .slick-prev {
    background: url(../images/left-arrow.svg) no-repeat 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    transform: rotate(180deg);
    height: 32px;
    left: -40px;
}
.confidence .single-item .slick-prev:before {
    content: " ";
}

/*************************************************************************************/
.slick-slide {
    display: none;
    float: left;
    /*height: 100%;*/
    min-height: 1px;
}

.slick-list, .slick-slider {
    position: relative;
    display: block;
}

.slick-initialized .slick-slide {
    display: block;
}

/*************************************************************************************/

.calculator{
    padding-top:15px;
}
.calculator .calculator-item-box .interchange-title {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom:32px;
    text-align: center;
}
.calculator .calculator-item-box .interchange-title p {
    padding: 0;
    font-size: 32px;
    line-height: 1.25;
}
.calculator .calculator-item-box {
    position: relative;
    border-radius: 14px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
    background-color: #fefefe;
    margin: 0 7px;
}
.calculator .calculator-item-box .calculator-item-box-social{
    position: absolute;
    right: 27px;
    top: 27px;
    filter: grayscale(100%);
}
.calculator .calculator-item-box .calculator-item-box-social a{
    text-decoration: none;

}
.calculator .calculator-item-box .calculator-item-box-social a img {
    height: 29px;
    padding-left: 27px;
}
.calculator .calculator-item-box .calculator-item {
    width: 560px;
    margin: 0 auto;
}
.calculator .calculator-item .calculator-item-input .calculator-item-input-box{-webkit-box-sizing:border-box;box-sizing:border-box;padding:25px 50px;background-color:red;padding-bottom:121px;}
.calculator .calculator-item .calculator-item-input .calculator-item-input-box input[type=number]::-webkit-inner-spin-button, .calculator .calculator-item .calculator-item-input .calculator-item-input-box .contact .contact-dop-info-form form textarea[type=number]::-webkit-inner-spin-button, .contact .contact-dop-info-form form .calculator .calculator-item .calculator-item-input .calculator-item-input-box textarea[type=number]::-webkit-inner-spin-button,
.calculator .calculator-item .calculator-item-input .calculator-item-input-box input[type=number]::-webkit-outer-spin-button,
.calculator .calculator-item .calculator-item-input .calculator-item-input-box .contact .contact-dop-info-form form textarea[type=number]::-webkit-outer-spin-button, .contact .contact-dop-info-form form
.calculator .calculator-item .calculator-item-input .calculator-item-input-box textarea[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0;}
.calculator .calculator-item .calculator-item-input .calculator-item-input-box input, .calculator .calculator-item .calculator-item-input .calculator-item-input-box .contact .contact-dop-info-form form textarea, .contact .contact-dop-info-form form .calculator .calculator-item .calculator-item-input .calculator-item-input-box textarea{width:100%;border:none;border-left:solid 2px #323232;padding-left:8px;outline:none;}
.calculator .calculator-item .calculator-item-input .calculator-item-input-box{-webkit-box-sizing:border-box;box-sizing:border-box;padding:25px 50px;background-color:#ffffff;-webkit-box-shadow:10px 10px 20px 0 rgba(0, 0, 0, 0.1);box-shadow:10px 10px 20px 0 rgba(0, 0, 0, 0.1);}
.calculator .calculator-item .calculator-item-result{position:relative;height:141px;background-color:#ffffff;-webkit-box-shadow:10px 10px 20px 0 rgba(0, 0, 0, 0.1);box-shadow:10px 10px 20px 0 rgba(0, 0, 0, 0.1);}
.calculator .calculator-item .calculator-item-result .calculator-item-result-bg{position:absolute;height:100%;background-color:RGBA(82, 83, 87, 0.8);-webkit-box-shadow:10px 20px 20px 0 rgba(0, 0, 0, 0.25);box-shadow:10px 20px 20px 0 rgba(0, 0, 0, 0.25);width:104%;margin-left:-2%;}
.calculator .calculator-item .calculator-item-result .calculator-item-result-bg p{
    padding: 0 80px 0 80px;
    font-size: 18px;
    height: 100%;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 22px;
}
.calculator .calculator-item .calculator-item-btn {
    display: flex;
    justify-content: space-around;
    padding: 40px 0 30px 0;
}
.calculator .calculator-item .calculator-item-btn button{
    width: auto;
    padding: 0 20px;
    border: 1px solid transparent;
    line-height: 30px;
}
.calculator .calculator-item .calculator-item-btn a.main-btn {
    width: auto;
    padding: 0 20px;
    background-color: transparent;
}
.calculator .calculator-footer{text-align:center; padding-bottom:29px;}

.footer-img.text-center {
    margin-left: 200px;
    padding-top: 10px; 
}

.footer-img.text-center  img{
    width: 60%;
}
.calculator-exchange .calculator-exchange-title{text-align:center;padding:30px 0 25px 0;}
.calculator-exchange .calculator-exchange-title p{font-size:32px;line-height:1.25;}
.calculator-exchange .calculator-exchange-title span{line-height:1.5;padding-top:10px;}
.calculator-exchange .calculator-exchange-btn{text-align:center;padding-bottom:20px;}



/********************************** MAIN PAGE  *****************************************/

.header .navbar {
    background-color: transparent;
    border-color: transparent;
    padding: 0 0 80px 30px;
    margin: 0 15px 50px 130px;
    border-bottom: 1px solid #f5ca21;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.header .navbar-brand {
    position: relative;
    padding: 0;
    width: 30%!important;
    width: 28%!important;
    color: #777;
}
.navbar-brand-main {
    float: left;
    margin-top: 25px;
    margin-left: 25px;
}

.header .navbar-brand-main img {
    position: relative;
    height: 115px;
    width: 156px;
}
.navbar-brand-main>img {
    display: block;
}

.header .nav{
   margin-top: 60px;
}

.header .nav > li {
    padding: 10px 10px;
    list-style: none;
    width: 96px;
    text-align: center;
    float: left;
}

.nav>li, .nav>li>a {
    position: relative;
    display: block;
}

.header .nav  li  a, .header .nav  li  a:focus {
    color: #222222;
    background-color: transparent;
}

.header .nav  li  a:hover {
    color: #222222;
    background-color: transparent;
    font-weight: bold;
}

.header .row {
    margin-right: 0px;
    margin-left: 0px;
}

.header .header-title {
    clear: both;
    width: 70%;
    margin-left: 15%;
    text-align: center;
}

.header .header-title h1.h2 {
    font-size: 32px;
    line-height: 1.25;
    color: #363537;
}

.header .header-choice {
    position: relative;
}

.header .header-choice .header-choice-item {
    float: left;
    width: 50%;
    padding: 0 17px;
    border: 1px solid #ffdf00;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.header .header-choice .country {
    text-align: left;
    background-color: #ffdf00;
}
.header .header-choice .business {
    text-align: right;
    background-color: #ffffff;
}

.header .header-choice .header-choice-item .header-choice-item-box .header-choice-item-box-title span {
    display: inline-block;
    font-size: 19px;
    line-height: 1.4;
    color: #363537;
    padding: 16px 0 30px 0;
}

.header .header-choice .header-choice-item .header-choice-item-box .header-choice-item-box-capability {
    line-height: 1.5;
    color: RGBA(21,21,22,.68);
    padding-bottom: 30px;
}

.header .header-choice .header-choice-item .header-choice-item-box .header-choice-item-box-capability p{
    font-size: 14px;
}

.header .header-choice .header-choice-item .header-choice-item-box .header-choice-item-box-btn a {
    display: inline-block;
    width: 139px;
    height: 36px;
    border-radius: 20px;
    background-color: #ffffff;
    border: 1px solid #777;
    text-align: center;
    line-height: 36px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    color: #363537;
    margin-bottom: 10px;
}

.header .header-choice .header-choice-item .header-choice-item-box .header-choice-item-box-btn a.active{
    border: 1px solid #ffffff;
}

.header .header-choice .header-choice-item .header-choice-item-box .header-choice-item-box-btn a.active:hover{
    border: 1px solid #777;    
    background-color:#ffff00;
}

.header .header-choice .header-choice-item-box-img{
    text-align:center;
    position: absolute;
    top: 118px;
    left: 279px;
}

.header .header-choice .header-choice-item-box-img img{
    height: 160px;
    transition: background-color 1s ease;
}

/* Fading animation */
.fade-img {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.6s;
  animation-name: fade;
  animation-duration: 1.6s;
}

.header .header-choice .header-advantages-country, .header .header-choice .header-advantages-business {
    padding: 40px 0 280px 0;
    background-color: #ffdf00;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    clear: both;
}
.header .header-choice .header-advantages-country .header-advantages-item,
.header .header-choice .header-advantages-business .header-advantages-item{
    text-align:center;
    height:145px;
    margin: 0 6px;
    float: left;
}

.header .header-choice .header-advantages-item .header-advantages-item-box{ width: 200px; margin: 0 10px}
.header .header-choice .header-advantages-country .header-advantages-item .header-advantages-item-box .header-advantages-item-box-img img,
.header .header-choice .header-advantages-business .header-advantages-item .header-advantages-item-box .header-advantages-item-box-img img{height:60px;}
.header .header-choice .header-advantages-country .header-advantages-item-box-info p,
.header .header-choice .header-advantages-business .header-advantages-item-box-info p{padding-top:15px;font-size:12px;line-height:1.83;color:#363537;}

.header .header-choice-item2 {
    border: 1px solid #ffdf00;
    border-radius: 20px;
    margin: 10px 0;
}

.header .corporation {
    min-height: 170px;
}

.header .ettn {
    min-height: 220px;
}

.header .ettn h2{
    color:  #429f1b;
}

.header .instruction {
    min-height: 205px;
}

.header .header-choice-item2 .header-choice-item-box-title{
    padding: 0 20px;
}

.header .header-choice-item2 .header-choice-item-box .header-choice-item-box-choice ul {
    padding: 10px 15px 10px 15px;
}
.header .header-choice-item2 .header-choice-item-box .header-choice-item-box-choice ul li {
    display: inline-block;
}
.header .header-choice-item2 .header-choice-item-box .header-choice-item-box-choice ul li a {
    text-decoration: none;
    line-height: 1.44;
    color: #000000;
}

.header .header-choice-item2 .header-choice-item-box .header-choice-item-box-btn .more-info{
    width: 300px;
    margin-right: 10px;
    margin-bottom: 10px;
}