.cnt_box #sidebar_right{
    display: none;
}

.widget_links li{
	display: block;
	float: left;
	width: 100%;
}
.widget_links li a{
	text-decoration: underline;
}
.widget_links li a:hover{
	text-decoration:none;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}
.wrap-search-top label {
    font-weight: 400;
    font-size: 12px;
    font-size: 1.2rem;
    display: inline-block;
    width: 100%;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}
.wrap-search-top .form-group {
    margin-right: 15px;
    width: 51%;
}
.wrap-search-top .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn.btn-default, .btn.btn-info {
    font-size: 13px;
    padding: 3px 10px;
}
.form-inline .btn.btn-default {
    background-color: transparent;
    color: #c27b3f;
    border-color: #c27b3f;
    font-size: 1.3rem;
    width: 120px !important;
}
.close-box{
    position: absolute;
    right: 50px;
    top: 30px;
}
.wrap-search-top {
    position: relative;
    top: 45px;
    z-index: 6;
    background-color: #f7eee6;
    color: #fff;
    padding: 0 15px;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #404040;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.wrap-search-top .input-group-addon {
    border-radius: 0;
    background-color: transparent;
    border-color: transparent;
    position: absolute;
    right: 3px;
    top: 12px;
    display: block;
    color: #c27b3f;
}
.wrap-search-top .wrap-form {
    padding: 10px 0 10px;
}
.wrap-search-top h4 {
    margin-bottom: 30px;
    color: #000;
}
.pull-left {
    float: left!important;
}
.pull-right {
    float: right!important;
}
.container-search {
    display: inline-block;
}
.close {
    float: right;
    font-size: 21px;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
}
.wrap-search-top .close {
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
    font-size: 40px;
    font-size: 4rem;
}
.pic_project{
    max-height: 300px;
    height: auto;
    display: contents;
}
.pic_project img{
    max-height: 100%;
    margin-bottom:15px;
}
@media (min-width: 768px){
	.wrap-search-top {
	    top: 0;
	    padding: 0 50px;
	}

	.wrap-search-top .wrap-form {
	    padding: 10px 0 10px;
	}
}
#map_container_my{
    width: 100%;
    height: 600px;
}
.slider {
    height: 480px;
    }

    .slider .slick-slide {
      margin: 0px 20px;
    }

    .slick-slide img {
      width: auto;
      margin: 0 auto;
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: .2;
    }
    
    .slick-active {
      opacity: .5;
    }

    .slick-current {
      opacity: 1;
    }

    .btn_quest{
        color: #3e2b1a;
    background-color: #c27b3f;
    border: 1px solid #2813006e;
    font-weight: 600;
}

.istrue{
    background: rgba(6, 188, 177, 0.16);   
}
.isfalse{
    background: rgba(255, 67, 56, 0.16);   
}


.questions__show-result {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: calc(.75vw + 13.6px);
    line-height: 16px;
    letter-spacing: .4px;
    color: #131921;
    text-align: center;
    margin: calc(.937vw + 22px) auto calc(1.25vw + 36px);
    border: none;
    background-color: transparent;
    position: relative;
    letter-spacing: -.33px;
}

.questions__correctly {
    padding: 28px;
    margin-bottom: 35px;
    margin-top: -50px;
}
.btnSendAnswer{
    background-color: #c27b3f;
    border:1px solid #3e2b1a;
}
.questions__correctly--check{
    display: none;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 0;
}

.questions__correctly.isfalse .isfalse{
    display: block;
}

.questions__correctly.istrue .istrue{
    display: block;
}

.questions__show-result:after {
    content: ">";
    display: inline-block;
    width: 14px;
    font-size: 16px;
    height: 10px;
    transform: rotate(
90deg);
    transition: rotate 1s ease-in;
    -webkit-filter: brightness(0);
    filter: brightness(0);
    margin-left: 16px;
}

.results-list__info .isTrueAnsClr{
    color:#06bcb1;
}
.results-list__info .isFalseAnsClr{
    color:#ff4338;
}
.questions__show-result.show:after {
    transform: rotate(-90deg);
}

.results-list {
    overflow: hidden;
    height: 0;
    transition: height 1.5s ease-in;
}

.results-list.show {
    height: auto;
}
.results-list__item {
    display: flex;
    align-items: center;
    margin-bottom: calc(1.875vw + 24px);
}
.results-list__questionNumber {
    font-weight: 400;
    font-size: 26px;
    line-height: 30px;
    color: rgba(0,0,0,.4);
    margin: 0 calc(2.813vw + 6px) 0 0;
    min-width: 50px;
    max-width: 50px;
}
.results-list img {
    margin-right: calc(2.813vw + 6px);
}
.results-list__info {
    max-width: 719px;
    width: 80%;
    padding-right: 30px;
}
p.results-list__paragraph {
    margin-bottom: 16px;
}
.results-list__info p {
    margin: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.25;
    color: #131921;
}