/*Обертка сайта*/

.clearfix:before {
	display: table;
	width: 100%;
	clear: both;
}

.wrapper {
	width: 1020px;
	margin: 0 auto;
	background: #f2f2f2;
	padding: 10px 10px 35px 10px;
}

#header {
 /*	margin-bottom: 20px;*/
}
#headermorda {
 	margin-bottom: 20px;
}

  /*Секция  хэдэр*/
.header-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	padding: 0 24px;
}

.logo {
	display: flex;
	align-items: center;
}

.logo__text {
	margin-left: 15px;
	font-size: 18px;
	color: #0099e7;
	text-transform: uppercase;
	font-weight: 900;
}

.logo img {
	width: 248px;
	height: 44px;
}

.top-menu {
	display: flex;
	justify-content: space-between;
}

.top-menu__item:last-child {
	margin-right: 0;
}

.top-menu__link {
	font-size: 16px;
	font-weight: bold;
	padding: 36px 0px;
    margin: 0 20px;
    display: block;
	box-sizing: border-box;
}

.top-menu:hover .top-menu__link:not(:hover) {
	color: #737373;
	transition: .3s;
}

.top-menu__link_active {
	color: #0099e7;
	/*border-top: 4px solid #0099e7;*/
}



.header-bottom {
	background: #0099e7;
	padding: 0px 77px 0px 24px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
    /*Поиск по Сайту*/
.search {
	border: 2px solid #66c2f1;
	padding-left: 16px;
}

/*.search:hover {
	border: 2px solid #fff;
}*/

.activeBorder {
	border: 2px solid #fff;
}

.search img {
	vertical-align: middle;
	width: 24px;
	height: 24px;
}

.search__inp,
.search__btn {
	outline: none;
	border: none;
	background: transparent;
	line-height: 44px;
}

.search__inp {
	width: 543px;
	padding-left: 23px;
	color:#b8daf6;
	font-size: 16px;
}

.search__inp::-webkit-input-placeholder  { color:#b8daf6; font-size: 16px; font-weight: bold; opacity: 1; transition: opacity 1s ease;}
.search__inp::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
.search__inp:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
.search__inp:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
.search__inp:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
.search__inp:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
.search__inp:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
.search__inp:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}











.search__inp::-webkit-input-placeholder {color:#b8daf6; font-size: 16px; font-weight: bold;}
.search__inp::-moz-placeholder          {color:#b8daf6; font-size: 16px; font-weight: bold;}/* Firefox 19+ */
.search__inp:-moz-placeholder           {color:#b8daf6; font-size: 16px; font-weight: bold;}/* Firefox 18- */
.search__inp:-ms-input-placeholder      {color:#b8daf6; font-size: 16px; font-weight: bold;}

.search__btn {
	position: relative;
	padding: 0;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	width: 93px;                              
	text-align: center;
	cursor: pointer;
	border-left: 1px solid #66c2f1;
	line-height: 46px;
}

.search__btn:hover {
	background: #33adec;
	transition: .3s;
}

/*.search__btn:before {
	content: '';
	display: block;
	position: absolute;
	width: 2px;
	height: 46px;
	left: -2px;
	top: 0;
	background: #66c2f1;
}
*/
.contacts {
	display: flex;
	align-items: center;
	padding: 23px 20px;
}

.fa-map-marker {
	color: #fff;
	font-size: 12px;
	font-size: 22px;
    margin-top: -4px;

}
.contacts:hover .fa-map-marker, .contacts:hover .contacts__text  {
	color: #cbe4f8;
	transition: .3s;
}

/*.contacts:hover .fa-map-marker:hover, .contacts__text:hover {
	color: #cbe4f8;
	transition: .3s;
}
*/
.contacts__text {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin-left: 11px;
}


    /*------Вторая секция------*/

#s-2 {
	display: flex;
	justify-content: space-between;
}

.s-2__lblock {
	width: 58%;
}

   /*-----------Табы новостей-------*/

.tab {
	display: flex;
	position: relative;
	background: #fff;
	margin-bottom: 20px;
    height: 170px;
}

.tab:hover .tab-img, .tab:hover .tab-content-title  {
	filter: opacity(80%);
}

.tab-img {
	/*height: 165px;*/
	position: relative;
	width: 250px;
	background: url(../img/prew.png) center/ cover no-repeat;
}

.tab-content {
	padding: 15px;
	width: 48%;
}

.tab-gr {
	position: absolute;
	width: 30px;
	height: 100%;
	top: 0;
	right: 0;
	background-image: -moz-linear-gradient( 180deg, rgb(255,255,255) 0%, rgba(255,255,255,0) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgb(255,255,255) 0%, rgba(255,255,255,0) 100%);
    background-image: -ms-linear-gradient( 180deg, rgb(255,255,255) 0%, rgba(255,255,255,0) 100%);
}


.tab-content-link {
	color: #0099e7;
	font-size: 14px;
}

.tab-content-link:hover {
	color: #73bbee;
}

.tab-content-title {
	margin: 14px 0 19px;
    line-height: 1.2em;
}

.tab-content-date {
	font-size: 14px;
	color: #a1a1a1;
}

.tab-content-date span {
	font-weight: bold;
}

.flag-img {
	position: absolute;
	top: 0;
	left: 0;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

/*.flag-img:hover {
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
*/
/*-----------Табы новостей  конец-------*/


.s-2__rblock {
	width: 40%;
}

.s-2__top-block {
	padding: 10px 0 5px 21px;
	background: #fff;
    height: 360px;
        margin-bottom: 20px;
}

.s-2__top-block_title {
	font-weight: 400;
	margin-bottom: 20px;
}

.s-2__top-block-list_wrap {
	display: flex;
	justify-content: center;
}

.s-2-top-block_list {
	width: 50%;
}

.s-2__item a {
	color: #0099e7;
}

.s-2__item a:hover {
	color: #73bbee;
} 


.s-2__item a {
	font-size: 16px;
	font-weight: bold;
}

.s-2__item {
	margin-bottom: 19px;
}

.s-2__item:last-child {
	margin: 0;
}
   /* Большие Табы Новостей*/
.tab-big {
	width: 100%;
    height: 360px;
    position: relative;
  /*  background: url(../img/news-big-1.png) center / cover no-repeat;*/
}

.tab-big__img {
	width: 100%;
	height: 100%;
}

.tab-big__img-wrap {
	height: 100%;
	width: 100%;

}

.tab-big__content-wrap {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
   /* padding-top: 210px;
    padding-left: 22px;*/
}

.tab-big__content {
	position: absolute;
	top: 0;
	left: 0;
	/*z-index: 2;*/
	width: 100%;
	height: 100%;
	padding: 190px 0 0 22px;
}

.tab-big__content:hover {
	background: rgba(255,255,255,.2);
}




/*.tab-big__content-wrap:hover  {
	background: rgba(255,255,255,.1);
	transition: 0.3s;
}
*/
/*.tab-big__link {
	position: absolute;

}
*/
.tab-big__link {
	background: #fff;
	color: #0099e7;
	font-size: 14px;
	display: inline-block;
	padding: 6px 6px 4px 5px;
}

.tab-big__link:hover {
	color: #73bbee;
}


.tab-big__link a {
	color: #0099e7;
}

.tab-big__link a:hover {
	color: #73bbee;
}

.tab-big__title, .tab-big__title:hover {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	margin: 16px 0 10px;
	line-height: 
}

.tab-big__content-bottom img {
	margin-right: 8px;
}

.tab-big__date {
	font-size: 14px;
	color: #fff;
	margin: 10px 20px 0 0;
	float: right;
}

   /*Конец -- Большие Табы Новостей*/

      /*Вторая страница  Казахстан*/


.map {
	padding: 43px 0 43px 77px;
	background-size: 980px;
	/*margin-bottom: 	20px;*/
}


.map-ind {
	background: #334a56 url(/uploads/map-index.png)  no-repeat;
	background-position: 33% 20%;
}

.map-kz {
	background: #334a56 url(/uploads/bg-card-kz.jpg)  no-repeat;
	background-position: 33% 20%;
}

.map-kyr {
	background: #334a56 url(/uploads/map-kyr.jpg)  no-repeat;
	background-position: 33% 20%;
}

.map-tdg {
	background: #334a56 url(/uploads/map-tdg.jpg)  no-repeat;
	background-position: 33% 43%;
}

.map-tur {
	background: #334a56 url(/uploads/map-tur.jpg)  no-repeat;
	background-position: 33% 56%;
}

.map-uzb {
	background: #334a56 url(/uploads/map-uzb.jpg)  no-repeat;
	background-position: 33% 75%;
	margin-bottom: 0;
	
}
/*Вторая страница  Казахстан  конец*/






#s-5__kz {
	padding: 23px 0 32px;
}

.s-5__kz-title {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 20px;
} 

.s-5__kz-content {
	display: flex;
	justify-content: space-between;
}

.s-5__kz-content_lblock,
.s-5__kz-content_rblock {
	width: 49%;
}

.s-5__kz-tab-big {
	margin: 0;
}


 /*Третья секция*/
#s-3 {
	background: #334a56 url(/uploads/s-3_bg.png) right top / cover no-repeat;
	padding: 43px 0 43px 77px;
}

.s-3__title {
	font-size: 20px;
	color: #fff;
	font-weight: 400;
	text-transform: capitalize;
	letter-spacing: 0.02em;
	margin-bottom: 24px;
}


.s-3__link, .s-3__link:hover {
	font-size: 16px;
	font-weight: bold;
	color: #b3bfc5;
	padding: 10px 0 12px;
	border: 1px solid #b3bfc5;
	width: 176px;
	margin-bottom: 10px;
	margin-left: 40px;
	text-align: center;
    display: block;
	box-sizing: border-box;
}

.s-3__link_active {
    border: 1px solid #fff;
    color: #ffffff;
}

.s-3__link:hover {
	background: rgba(197,197,197,.3);
	/*color: #fff;*/
	transition: .5s;
	border-radius: 2px; 
}


      /*Четвертая секция*/

.s-4__wrap-block {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.s-4__lblock, .s-4__rblock {
	width: 49%;
}

.s-4__tab-big {
	margin-top: 0;
}

.s-4__tab-big2 {
    margin-top: 20px;
}

.s-4__slider, .s-4__banner {
	width: 100%;
	height: 362px;
	background: #fff;
	margin-top: 20px;
    margin-bottom: 20px;
}


.s-4__banner {
	background: #334a56;
	text-align: center;
	color: #fff;
}

.s-4__btn {
	text-align: center;
	color: #0099e7;
	font-size: 16px;
	font-weight: bold;
	width: 200px;
	margin: 0 auto;
	border: 2px solid #0099e7;
	padding: 15px 0;
	margin-top: 10px;
}

.s-4__btn:hover {
	background: #c2e0f0;
	color: #0099e7;
	transition: .5s;
}

   /*Календарь*/

.s-4__slider {
	padding: 30px 10px 10px 10px;
}

.s-2__slider-title {
	margin-bottom: 15px;
	font-weight: 400;
}


.cal {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: space-between;
	width: 100%;
	height: 200px;
	cursor: pointer;
}

.cal__title {
	color: #0099e7;
	display: inline-block;
	margin-bottom: 24px;
	margin-left: 50%;
	transform: translateX(-50%);
	cursor: default;
}

.cal__title:hover {
	color: #4cb7ee;
}
.cal__wrap {
	width: 350px;
	margin: 0 auto;
}

.date-day__row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	cursor: default;
	width: 320px;
    margin: 0 auto;
}


.date-day__item {
	display: inline-block;
}

.date-number__row .dn__item_active {
	border: 1px solid #0099e7;
}

.date-number__row .dn__item_disabled {
	color:  #adadad;
	pointer-events: none; 
	cursor: default;
}

.date-number__item {
	display: inline-block;
	width: 50px;
    height: 40px;
    margin: 0 -2px;
    text-align: center;
    line-height: 38px;
    border: 1px solid transparent;
    color: #26a1e9;
}

.date-number__item:hover {
	background: #ccebfa;
	color: #26a1e9;
	transition: .3s;
}




#footer {
	padding: 30px 0;
	margin-top: 30px;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	display: flex;
	justify-content: space-between;
}


.footer__list-title {
	margin-bottom: 16px;
	font-weight: 500;
}

.footer__list-item {
	margin-bottom: 10px;
}


.footer__list-item a {
	color: #0099e7;
}


.footer__list-item a:hover {
	color: #6db6ea;
}


.footer__item a {
	font-size: 14px;
}

.footer__list-headings {
	margin-top: 34px;
}

.footer__list-social {
	cursor: pointer;
}

.social {
	display: inline-block;
	width: 40px;
	font-size: 24px;
	text-align: center;
} 


.sub-footer {
	padding-top: 30px;
}

.sub-footer__text {
	font-size: 14px;
	color: #999999;
}






 /*Section Country-news*/

.header-news-bg {
	background: #334a56 url(../img/country-news-bg.jpg)  no-repeat;
	background-position: 33% 20%;
	padding: 40px 0 40px 24px;
}

.header-news-bg__info {
	width: 344px;
	border: 2px solid #fff;
	padding: 23px 0 0 20px;
	color: #fff;
}

.header-news-bg__info-title__wrap {
	margin-bottom: 23px;
}
.header-news-bg__info-title {
	font-size: 26px;
	font-weight: 400;
	display: inline-block;
	margin-left: 16px;
	vertical-align: middle;
}
.header-news-bg__info-title__wrap img {
	vertical-align: middle;
}

.header-news-bg__text {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

.header-news-bg__text span {
	font-weight: 400;
}

.s-2__country-news__wrap{
	display: flex;
	justify-content: space-between;
}

.s-2__country-news__banner {
	background: #334a56;
    text-align: center;
    color: #fff;
    height: 744px;
}

 /*Section Country-news*/


 /*Section News-search*/


.search__info {
	font-size: 18px;
	font-weight: 400;
	margin: 30px 0;
}

.search__info span {
	font-weight: bold;
}
