.fullPage{
    width:100%;
    margin:0;
    padding:0;
    background-color:#ffffff;
}
/* Общий конткнтный блок */
.mainContainer{
    width:1230px;
    min-height:10px;
    margin:0 auto;
}
/* Класс для отключения блока */
.disable{
    display: none;
}
/* шапка */
header{
    height:136px;
    width:100%;
    font-family:SamsungSharpSansBold;
    border-bottom:1px #aaa solid;
}
header a{
    text-decoration: none;
    color:#111111;
    font-size: 16px;
    font-family:SamsungSharpSansBold;
}
header .mainContainer {
    display: flex;
    height: 136px;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
header .topHead, header .bottomHead{
    width:100%;
    display: flex;
}
header .topHead {
    height: 75px;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.topHead .mainSitelogo{
    display: block;
    width: 187px;
    height: 21px;
    font-size: 24px;
    font-family:SamsungSharpSansBold;
    padding:0;
    background-image: url('/projects/sites/units/default/images/mainSiteLogo.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    transition: 300ms;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.mainSitelogo:hover,.sitelogo:hover{
    filter:brightness(120%);
}
.specialMode {
    width: 37px;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}
.specialMode img{
    width: 100%;
}
#fontSizeControls button{
    background-color: #fff;
    color:#000;
    font-size: 16px;
    font-family: KZ_Gothic;
    cursor:pointer
}
#fontSizeControls button:hover{
    background-color: #000;
    color:#fff;
}
.topHead .sitelogo {
    display: flex;
    font-family: KZ_Gothic;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2em;
    text-align: left;
    height: 47px;
    min-width: 307px;
    width: 45%;
    /*background-image: url('/projects/sites/units/default/images/siteLogo.svg');
    background-repeat: no-repeat;
    background-size: 32px;
    padding: 0 0 0 59px;*/
    background-position: left center;
    align-items: center;
    justify-content: center;
}
.topHead .sitelogo img {
    height:60px;
    margin: 0 30px 0 0;
}
header .bottomHead {
    height: 61px;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
/* main menu */
#mainMenu {
    padding: 0; 
    margin: 0; 
    border: 0; 
    width:95%
}
nav#mainMenu ul, #mainMenu li {
    list-style: none;
    margin: 0;
    padding: 0
}
nav#mainMenu ul {
    position: relative;
    z-index: 597;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
nav#mainMenu ul li {
    float: left;
    min-height: 1px;
    vertical-align: middle;
}
nav#mainMenu ul li.hover,
nav#mainMenu ul li:hover {
    position: relative;
    z-index: 599;
    cursor: default;
}
nav#mainMenu ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 598;
    /*width: 100%;*/
}
nav#mainMenu ul ul li {float: none;}
nav#mainMenu ul ul ul {
    top: 0;
    left: auto;
    right: -99.5%;
}
nav#mainMenu ul li:hover > ul {
    display:block;
}
nav#mainMenu ul ul {
    bottom: 0; 
    left: 0;
    margin-top: 0;
}
nav#mainMenu ul ul li {
    font-weight: normal;}
#mainMenu a { 
    display: block;
    line-height: 1em;
    text-decoration: none;
}

#mainMenu {
  background: #ffffff;
  font-family: KZ_GothicBold;
  font-size: 12px; 
}
#mainMenu > ul { *display: inline-block; }
#mainMenu:after, nav#mainMenu ul:after {
    content: '';
    display: block;
    clear: both; 
}
#mainMenu a {
    font-size: 16px;
    display: block;
    font-family: KZ_GothicBold;
    padding: 10px;
    background-repeat: no-repeat;
    background-size: 9px;
    background-position: right center;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: 300ms;
}
nav#mainMenu ul ul {
    border: 1px solid #fefefe;
    min-width: 250px; 
    width: fit-content;
    max-width: 380px;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.1);
}
nav#mainMenu ul ul a {
    background: #fff;
    color: #111;
    border-top: 0 none;
    line-height: 130%;
    padding: 10px 20px; 
}
nav#mainMenu ul ul ul { 
    border-top: 0 none; 
}
nav#mainMenu ul ul li { 
    position: relative;
    border-bottom: 1px #ececec solid;
}
nav#mainMenu ul ul li:hover > a {
    background: #ffffff;
}
nav#mainMenu ul ul li:last-child > a {
    border-radius: 0 0 3px 3px;
}
nav#mainMenu ul ul li:last-child:hover > a {
    border-radius: 0 0 0 3px;
}
nav#mainMenu ul ul li.has-sub > a:after {
    content: '>';
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -8px;
}
nav#mainMenu ul li:hover > a, nav#mainMenu ul li.active > a {
    background: #ffffff;
    color: #006eff;
}
nav#mainMenu ul li.has-sub > a:after {
    content: '>';
    margin-left: 5px;
}
nav#mainMenu ul li.last ul {
    left: auto;
    right: 0; 
}
nav#mainMenu ul li.last ul ul {
    left: auto;
    right: 99.5%;
}
/*-----*/


.langSelector {
    padding: 0 5px 5px 30px;
    width: 82px;
    height: 24px;
    background-image: url(/projects/sites/units/default/images/lngSelectorBtn.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left center;
}
.langSelector select {
    border: 0;
    font-family: KZ_GothicBold;
    font-size: 18px;
    margin: -2px 0 0 0;
    text-transform: uppercase;
    cursor: pointer;
}
.loginBlock {
    /*width: 294px;*/
    width: 50px;
    height: 36px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.loginBlock .searchBtn{
    width: 34px;
    height: 34px;
    border-radius:17px;
    border:1px #dddddd solid;
    background-image: url(/projects/sites/units/default/images/searchIconBtn.svg);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center center;
    /*margin: 0 15px 0 0;*/
}
.loginBlock .searchBtn:hover{
    transition: 300ms;
    filter: brightness(0.9);
    background-color: #fefefe;
}
.loginBlock .regBtn{
    display: none;
    width: 133px;
    height: 36px;
    font-size: 12px;
    color:#ffffff;
    text-transform: none;
    /*display: flex;*/
    border-radius: 18px;
    background-color: #FFBD22;
    align-items: center;
    justify-content: center;
    font-family:SamsungOne;
}
.loginBlock .loginBtn{
    display: none;
    width: 100px;
    height: 36px;
    font-size: 12px;
    color:#ffffff;
    text-transform: none;
    /*display: flex;*/
    border-radius: 18px;
    background-color: #0191B6;
    align-items: center;
    justify-content: center;
    font-family:SamsungOne;

}
.loginBlock .loginBtn:hover, .loginBlock .regBtn:hover{
    transition: 300ms;
    filter: brightness(1.1);
    
}
.mainSlider{
    height:680px;
    width: 100%;
    background-color:#fafafa;
}
.mainSlider .slide {
    height: 680px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    box-shadow: inset 0 0 900px rgba(0,0,0,0.8);
}
.mainSlider .slide h3 {
    position: absolute;
    font-family: KZ_Gothic;
    color: #ffffff;
    font-size: 60px;
    line-height: 70px;
    text-align: center;
    display: block;
    width: 980px;
    top: 211px;
    left: 50%;
    margin-left: -475px;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.55);
    z-index: 99;
}
.mainSlider .slide p {
    width: 936px;
    font-family: SamsungOne;
    position: absolute;
    left: 50%;
    top: 361px;
    margin-left: -468px;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    text-shadow: 0 4px 4px rgba(0,0,0,0.55);
    z-index: 99;
}
.mainSlider .slide a.moreBtn {
    font-family: SamsungOne;
    position: absolute;
    font-size: 15px;
    line-height: 20px;
    width: 200px;
    height: 40px;
    background-color: #0090B4;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
    text-decoration: none;
    z-index: 99;
    cursor: pointer;
    left: 50%;
    margin-left: -100px;
    top: auto;
    bottom: 120px;
}
.mainSlider .slide a.moreBtn:hover{
    background-color: #08a8d0;
    color:#ffffff;
}
.mainSliderOverlay {
    /*height: 680px;*/
    width: 100%;
    margin: -680px 0 0 0;
    position: absolute;
    z-index: 0;
}
.mainSliderOverlay .contacts {
    width: 397px;
    height: 34px;
    font-size: 15px;
    font-family: SamsungOne;
    position: absolute;
    right: 4px;
    top:24px;
    padding: 5px 15px;
    border-radius: 8px;
    background-color: #0d9bbe9d;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.mainSliderOverlay .contacts a{
    color: #ffffff;
    padding: 0 0 0 20px;
    background-image: url('/projects/sites/units/default/images/headPhoneBtn.svg');
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: 0 0;
    text-decoration: none;
}
.info{
    min-height:86px;
    width: 100%;
    background-color:#0191B6;
}
.info .mainContainer{
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    margin-block-end: 86px;
    width: 100%;
    flex-direction: column;
    padding:20px;
}
.info .mainContainer p,.info .mainContainer strong, .info .mainContainer strong a, .info .mainContainer p a{
        text-align: center;
        text-decoration: none;
        color: #ffffff;
        font-family: 'SamsungOne';
        line-height: 150%;
}
.mainSlider .owl-nav {
    position: absolute;
    z-index: 8;
    top: 50%;
    font-size: 0;
    width: 100%;
    height: 82px;
}
.mainSlider .owl-prev span, .mainSlider .owl-next span{
    position: absolute;
    z-index: 8;
    top: 50%;
    display: block;
    width: 29px;
    height: 82px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 29px;
}
.mainSlider .owl-next span{
    background-image: url('/projects/sites/units/default/images/sliderArrowRight.png');
    right: 10%!important;
}
.mainSlider .owl-prev span{
    background-image: url('/projects/sites/units/default/images/sliderArrowLeft.png');
    left:10%!important;
}
/*.mainSlider .slick-prev:before, .slick-next:before{
    display:none;
}*/
/*.slick-dotted.slick-slider{
    margin-bottom:0;
}*/
.mainSlider .slick-dots {
    position: absolute;
    z-index: 8;
    bottom: 25px;
}
.mainSlider .slick-dots li button {
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    border-radius: 10px;
    color: transparent;
    border: 0;
    outline: none;
    background: #0090B4;
}
.mainSlider .slick-dots li.slick-active button{
    background-color: #ffffff;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
    font-size: 0;
}
.someBtns .someBtnsWrap{
    width: 1042px;
    height: 400px;
    margin: 50px auto;
}
.someBtns .someBtnsWrapSlide {
    width: 275px!important;
    margin: 0 40px;
    background-position: left 0;
    padding: 80px 0 0 0;
    background-repeat: no-repeat;
    background-size: 54px;
}
.someBtnsWrapSlide h4 {
    font-family: KZ_Gothic;
    font-size: 22px;
    color: #111111;
    line-height: 30px;
    height: 110px;
    text-align: left;
    margin: 0 0 15px 0;
}
.someBtnsWrapSlide p {
    font-family: KZ_Gothic;
    font-size: 15px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    text-align: left;
    width: 275px;
    height: 85px;
    margin: 20px 0 0 0;
}
.someBtnsWrapSlide a {
    font-family: SamsungOne;
    font-size: 16px;
    text-align: left;
    display: flex;
    font-weight: 400;
    bottom: 10px;
    top: auto;
    padding: 0 20px;
    position: relative;
    min-width: 122px;
    width: fit-content;
    text-decoration: none;
    height: 36px;
    color: #0191B6;
    border: 1px #0191B6 solid;
    border-radius: 36px;
    align-items: center;
    justify-content: center;
    transition: 300ms;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.someBtnsWrapSlide a:hover{
    background-color: #0191B6;
    color:#ffffff;
}
.someBtns .owl-nav{
    top:-50%;
}
.someBtns .someBtnsWrap .owl-prev span, .someBtns .someBtnsWrap .owl-next span{
    position: absolute;
    z-index: 8;
    top: 50%;
    display: block;
    width: 29px;
    height: 82px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 29px;
}
.someBtns .someBtnsWrap .owl-next span{
    background-image: url('/projects/sites/units/default/images/carouselArrowRight.svg');
    right: -10%!important;
}
.someBtns .someBtnsWrap .owl-prev span{
    background-image: url('/projects/sites/units/default/images/carouselArrowLeft.svg');
    left: -10%!important;
}
.mainAbout{
    min-height:250px;
    width: 100%;
    margin:0 0 150px 0;
}
.mainAbout .mainContainer {
    display: flex;
    flex-wrap: nowrap;
    margin:50px auto 0;
    flex-direction: row;
    justify-content: space-around;
}
.mainAbout .aboutText, .mainAbout .aboutPhoto{
    min-height:100px;
    height: fit-content;
}
.mainAbout .aboutText{
    width: 100%;
    line-height: 1.4em;
    font-weight: normal;
    font-family: SamsungOne;
}
.mainAbout .aboutText h2 {
    font-size: 80px;
    line-height: 85px;
    font-family: KZ_Gothic;
    font-weight: 700;
    margin: 0 0 100px 0;
}
.mainAbout .aboutText h3 {
    font-family: SamsungOne;
    font-size: 24px;
    line-height: 30px;
    text-align: left;
    margin: 10px 0 50px 0;
}
.mainAbout .aboutText p {
    font-family: SamsungOne;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: justify;
    margin: 10px 0;
}
.mainAbout .aboutText ul, .mainAbout .aboutText ol{
    margin:10px 10px 10px 35px;
}
.mainAbout .aboutText ul li, .mainAbout .aboutText ol li{
    font-size: 20px;
    line-height: 34px;
    color:#444;
    font-family: SamsungOne;
}
.aboutPhoto{
    width: 274px;
    height: 433px;
    margin:0 0 0 20px;
}
.aboutPhoto img{
    position: absolute;
    top:180px;
    width:100%;
}
.newsBlock{
    min-width:1164px;
    width:100%;
}
.newsBlock h2.newsZag {
    font-size: 80px;
    line-height: 85px;
    font-family: KZ_Gothic;
    font-weight: 700;
    margin: 0 0 100px 0;
    max-width: 40%;
}
.newsBlockWrap {
    display: flex;
    width: 100%;
    height: 444px;
    justify-content: space-between;
}
.newsBlockWrap .oneNew {
    display: block;
    text-decoration: none;
    color: #111111;
    width: 276px;
    height: 414px;
    max-height: 600px;
    margin: 0 20px 0 0;
    border-bottom: 1px #333 solid;
}
.newsBlockWrap .oneNew:last-child{
    margin:0;
}
.oneNew .date{
    font-family:SamsungSharpSansBold;
    font-size: 40px;
    font-weight: 700;
    line-height: 26px;
    text-align: left;
    width: 60px;
    height: 70px;
    display: block;
}
.oneNew .date span{
    font-size: 14px;
    font-weight: 700;
    line-height: 26px;
    text-align: left;
}
.oneNew .photoNew{
    width: 276px;
    height: 200px;
    transition: 300ms;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.oneNew:hover .photoNew{
    filter: brightness(1.2);
}
.oneNew .annonce{
    font-family: KZ_Gothic;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    padding:10px 0 0 0;
}
.oneNew:hover .annonce{
    text-decoration: underline;
}
.newsBlock .mainContainer a.moreBtn {
    font-family: SamsungOne;
    font-size: 15px;
    line-height: 20px;
    width: 200px;
    height: 40px;
    background-color: #0090B4;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
    margin: 30px 0;
    float:right;
    text-decoration: none;
    z-index: 99;
    cursor: pointer;
}
.newsBlock .mainContainer a.moreBtn:hover {
    background-color: #08a8d0;
    color:#ffffff;
}
.partnersBlock{
    height: 200px;
    width: 100%;
    margin:0 0 150px 0;
}
.partnersBlock .mainContainer{
    height: 200px;
}
.partnersBlock .mainContainer .partnerBlockWrap {
    height: 200px;
    width: 100%;
    margin:0 auto;
}
.partnersBlock .partnerBlockSlide {
    max-width: 351px;
    width:100%;
    height: 45px;
    text-decoration: none;
    color: #111111;
    background-repeat: no-repeat;
    background-size: 67px;
    background-position: 0 center;
    padding: 5px 50px 5px 85px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.partnersBlock .partnerBlockWrap .owl-prev span, .partnersBlock .partnerBlockWrap .owl-next span{
    position: absolute;
    z-index: 8;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 30px;
}
.partnersBlock .partnerBlockWrap .owl-next span {
    background-image: url('/projects/sites/units/default/images/bannersArrowRight.svg');
    right: 0!important;
    transition: 300ms;
}
.partnersBlock .partnerBlockWrap .owl-prev span{
    background-image: url('/projects/sites/units/default/images/bannersArrowLeft.svg');
    right: 3%!important;
    transition: 300ms;
}
.partnersBlock .partnerBlockWrap .owl-next span:hover{
    background-image: url('/projects/sites/units/default/images/bannersArrowRightHover.svg');
}
.partnersBlock .partnerBlockWrap .owl-prev span:hover{
    background-image: url('/projects/sites/units/default/images/bannersArrowLeftHover.svg');
}
.partnersBlock h2.partnersZag {
    font-size: 64px;
    line-height: 68px;
    font-family: KZ_Gothic;
    font-weight: 700;
    margin: 0 0 60px 0;
    max-width: 40%;
}
.partnersBlock .owl-carousel .owl-nav.disabled {
    display: block!important;
    top: -160px;
    bottom: auto;
}
.galleryBlock{
    width:100%;
    height: 818px;
    margin:0 0 150px 0;
}
.galleryBlock h2.galleryZag {
    font-size: 64px;
    line-height: 68px;
    font-family: KZ_Gothic;
    font-weight: 700;
    margin: 0 0 68px 0;
}
.galleryBlock .galleryWrap {
    height: 691px;
    width: 100%;
    margin: 0 auto;
}
.galleryBlock .gallerySlide {
    max-width: 549px;
    width: 100%;
    height: 691px;
    padding: 0;
    margin: 0 51px 0 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.galleryBlock .gallerySlide a{
    display: block;
    width: 549px;
    height: 313px;
    margin:0 0 31px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center center;
}
.galleryBlock .owl-carousel .owl-item {
    opacity: 0;
    transition: opacity 4s ease-in-out;
  }
  
  .galleryBlock  .owl-carousel .owl-item.active {
    opacity: 1;
  }

  .galleryBlock .galleryWrap .owl-prev span, .galleryBlock .galleryWrap .owl-next span{
    position: absolute;
    z-index: 8;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 30px;
}
.galleryBlock .galleryWrap .owl-next span {
    background-image: url('/projects/sites/units/default/images/bannersArrowRight.svg');
    right: 0!important;
    transition: 300ms;
}
.galleryBlock .galleryWrap .owl-prev span{
    background-image: url('/projects/sites/units/default/images/bannersArrowLeft.svg');
    right: 3%!important;
    transition: 300ms;
}
.galleryBlock .galleryWrap .owl-next span:hover{
    background-image: url('/projects/sites/units/default/images/bannersArrowRightHover.svg');
}
.galleryBlock .galleryWrap .owl-prev span:hover{
    background-image: url('/projects/sites/units/default/images/bannersArrowLeftHover.svg');
}

.galleryBlock .owl-carousel .owl-nav.disabled {
    display: block!important;
    top: -810px;
    bottom: auto;
    width: 100%;
}
.feebackBlock{
    width: 100%;
    height: 695px;
    margin:0 0 150px 0;
}
.feebackBlock .mainContainer{
    background-color: #F6F6F6;
    padding:70px;
}
.feebackBlockWrap{
    width: 100%;
}
.feebackBlockWrap form {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}
.feebackBlockWrap form div{
    width:50%;
    margin: 0 20px 0 0;
}
.feebackBlockWrap form div p {
    font-family: SamsungOne;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    line-height: 1.8em;
}
.feebackBlockWrap form div input{
    width:100%;
    box-sizing: border-box;
    border:1px #767676 solid;
    padding:7px;
    color:#333333;
    background-color: #F6F6F6;
    transition: 300ms;
    height:38px;
    margin:0 0 20px 0;
}
.feebackBlockWrap form div textarea{
    width:100%;
    box-sizing: border-box;
    border:1px #767676 solid;
    padding:7px;
    color:#333333;
    background-color: #F6F6F6;
    transition: 300ms;
    min-height:212px;
    margin:0 0 20px 0;
}
.feebackBlockWrap form div input:hover{
    background-color: #ffffff;
}
.feebackBlock .feebackBlockZag {
    font-size: 64px;
    line-height: 68px;
    font-family: KZ_Gothic;
    font-weight: 700;
    margin: 20px 0 70px 0;
}
p#personal{
    margin:15px 0;
}
#sendBtn{
    background-color: #0191B6;
    border-radius: 50px;
    padding:15px 60px;
    margin:80px 0 0 0;
    color:#ffffff;
    border:none;
    font-size: 16px;
    transition: 300ms;
}
#sendBtn:hover{
    background-color: #1aa4c7;
}

.contatsBlock{
    width: 100%;
    margin:0 0 60px 0;
}
.contatsBlock .mainContainer{
    padding:70px
}
.contatsBlock .contatsZag{
    font-size: 64px;
    line-height: 68px;
    font-family: KZ_Gothic;
    font-weight: 700;
    margin: 0 0 60px 0;
    max-width: 40%;
}
.contatsBlockWrap {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}
.contatsBlockWrap .contatsBlockWrapLeft, .contatsBlockWrap .contatsBlockWrapRight{
    width: 49%;
    padding:30px;
    background-color: #F6F6F6;
}
.contatsBlockWrapRight div, .contatsBlockWrapLeft div{
    width: 50%;
    float:left;
    padding:10px;
}
.contatsBlockWrap div h4{
    font-family: KZ_Gothic;
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
    text-align: left;
    margin:0 0 32px 0;
    
}
.contatsBlockWrap div p{
    font-family: SamsungOne;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    
}
.mainpageBns{
    width:100%;
    margin:0 0 63px 0;
}
.mainpageBnsWrap{
    height:108px;
    width:100%;
    
}
.mainpageBnsWrap .bn {
    width: 338px;
    height: 108px;
    display: flex;
    border: 1px #BABABA solid;
    border-radius: 20px;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-around;
    padding: 21px 25px;
}
.mainpageBnsWrap .bn img{
    width: 51px;
    margin:5px;
}
footer{
    width:100%;
    background-color: #F6F6F6;
    min-height:656px;
}
footer .mainContainer {
    display: flex;
    padding: 70px 0;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}
footer .footerLeft{
    width: 30%;
}
footer .footerLeft .footerLogo {
    width: 100%;
    height: 92px;
    display: block;
    text-decoration: none;
    background-image: url('/projects/sites/units/default/images/exampleLlcLogo.svg');
    background-repeat: no-repeat;
    background-size: 65px;
    background-position: 0 center;
    font-size: 30px;
    font-weight: 700;
    line-height: 140%;
    text-align: left;
    font-family: KZ_Gothic;
    color: #111111;
    padding: 0 0 0 80px;
    margin: 0 0 25px 0;
    display: flex;
    box-sizing: border-box;
    align-items: center;
}

footer .footerContext {
    font-family: SamsungOne;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    color: #4E5058;
    margin: 0 10px 45px 0;
    display: block;
    width: 90%;
}
footer h4 {
    font-family: SamsungOne;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    margin: 10px 0;
}
footer .footerLeft ul {
    list-style-type: none;
    padding: 10px;
}
footer .footerLeft ul li a {
    font-family: SamsungOne;
    font-size: 20px;
    line-height: 40px;
    text-align: left;
    text-decoration: none;
    font-weight: 700;
    color: #333;
}
footer .footerLeft ul li a:hover {
    text-decoration: underline;
}
footer .footerLeft .footerSocial {
    width: 156px;
    height: 17px;
    margin: 15px 0 50px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer .footerLeft .footerSocial a{
    display: block;
    width: 20px;
    height: 17px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 center;
}
footer .footerLeft .footerSocial a.fb{
    background-image: url('/projects/sites/units/default/images/social/fb.svg');
}
footer .footerLeft .footerSocial a.in{
    background-image: url('/projects/sites/units/default/images/social/in.svg');
}
footer .footerLeft .footerSocial a.yt{
    background-image: url('/projects/sites/units/default/images/social/yt.svg');
}
footer .footerLeft .footerSocial a.xx{
    background-image: url('/projects/sites/units/default/images/social/x.svg');
}
footer .footerLeft .footerSocial a.tg{
    background-image: url('/projects/sites/units/default/images/social/tg.svg');
}
footer .footerLeft .footerSocial a:hover{
    filter:brightness(1.5);
}
footer .footerMiddle{
    width: 20%;

}
footer .footerMiddle ul {
    list-style-type: none;
    padding: 10px 15px 0 30px;
}
footer .footerMiddle ul ul{
    display: none;
}
footer .footerMiddle ul li a {
    font-family: SamsungOne;
    font-size: 20px;
    line-height: 40px;
    text-align: left;
    text-decoration: none;
    font-weight: 700;
    color: #111111;
}
footer .footerMiddle ul li a:hover {
    text-decoration: underline;
}
footer .footerRight{
    width: 50%;
}
footer .footerRight h4 {
    margin: 20px 0 40px 0;
}
footer .footerRight .phones {
    width: 100%;
    margin: 30px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
footer .footerRight .phones a{
    font-family: SamsungOne;
    font-size: 20px;
    line-height: 40px;
    text-align: left;
    text-decoration: none;
    font-weight: 700;
    color: #111111;
    margin-right: 35px;
    background-image:url('/projects/sites/units/default/images/footerPhoneBtn.svg');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 0 center;
    padding: 3px 3px 3px 25px;
}

footer .footerRight .emails{
    width: 100%;
    margin: 30px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
footer .footerRight .emails a{
    font-family: SamsungOne;
    font-size: 20px;
    line-height: 40px;
    text-align: left;
    text-decoration: none;
    font-weight: 700;
    color: #111111;
    margin-right: 35px;
    background-image:url('/projects/sites/units/default/images/letterIcon.svg');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 0 center;
    padding: 3px 3px 3px 25px;
}
footer .footerRight .emails a:hover, footer .footerRight .phones a:hover{
    text-decoration: underline;
}
/* content page styles */
.contentPage{
    width:100%;

}
.contentPage .mainContainer{
    padding:20px;
    font-family:SamsungOne;
    line-height: 1.5em;
}

.contentPage .mainContainer a{
    color:#08a8d0;
    font-family:SamsungOne;
}
.contentPage .mainContainer h1, h2, h3, h4, h5, h6{
    color:#111111;
    line-height: 150%;
    font-family:KZ_GothicBold;
    margin:1em 0;
}
.contentPage .mainContainer .center{
    text-align: center;
}
.contentPage .mainContainer h1{
    font-size: 38px;
}
.contentPage .mainContainer h2{
    font-size: 32px;
}
.contentPage .mainContainer h3{
    font-size: 28px;
}
.contentPage .mainContainer h4{
    font-size: 24px;
}
.contentPage .mainContainer h5{
    font-size: 20px;
}
.contentPage .mainContainer h6{
    font-size: 18px;
}
.contentPage .mainContainer p {
    font-size: 16px;
    color: #333333;
    font-family: SamsungOne;
    margin: 0 0 12px 0;
    line-height: 1.5em;
}
.contentPage .mainContainer {
    font-size: 16px;
}
.contentPage .mainContainer table{
     border:1px #444 solid;
     margin:50px 10px;
}
.contentPage .mainContainer table tr:nth-child(odd){
    background-color: #f2f2f2;
    margin:0;
    padding:0;
}
.contentPage .mainContainer table tr td{
    border:1px #444 solid;
    padding:10px;
    margin:0;
}
.contentPage .mainContainer table tr td ul, .contentPage .mainContainer table tr td ol{
    padding:10px 10px 10px 15px;
}
.contentPage .mainContainer img{
    margin:0 7px;
}
.contentPage .mainContainer p img{
    margin:10px 0;
}
.contentPage .mainContainer img.w100{
    width:100%;
    height:inherit
}
.contentPage .mainContainer ul,
.contentPage .mainContainer ol{
    margin:10px 10px 10px 35px;
}
.contentPage .mainContainer ul li,
.contentPage .mainContainer ol li{
    line-height: 1.5em;
}
.contentPage .breadcrumbs{
    padding:50px 30px 30px 30px;
}
.contentPage .breadcrumbs p{
    color:#555555;
    font-size: 14px;
    margin:0;
    padding:0;
}
.contentPage .breadcrumbs p a{
    color:#555555;
    font-size: 16px;
    text-decoration: none;
    border-bottom:1px #777777 dashed;
    margin:0 10px;
}
.contentPage .breadcrumbs p a:hover{
    color:#343434;
    border-bottom:1px #777777 solid;
}
.contentPage .mainContainer iframe, .contentPage .mainContainer video{
    margin:20px 0;
    min-height: 350px!important;
}
.contentPage .imgWrap img{
    margin:0;
    padding:0;
}
.contentPage .imgWrap{
    width:100%;
    height:inherit;
    background-color:#fcfcfc;
    border:1px #b6b6b6 solid;
    font-size: 12px;
    color:#444444
}
.contentPage .imgWrap .photoProof{
    font-size: 12px;
    color:#444444
}
.contentPage .imgWrap p.photoProof {
    padding:5px;
    margin:0;
}
.contentPage .newsBottom{
    padding:20px 10px;
    color:#444444;
    font-size: 14px;
    background-color: #F6F6F6;
    margin:50px 0 0 0;
}
/* accordeon for faq */
  #accordeon {
    width: 90%;
    margin: 5px;
  }
  #accordeon h4 {
    padding: 5px 10px;
    margin:0;
    text-align: left!important;
    background-color: #0191B6;
    color:#ffffff;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
    outline: none;
    transition: 300ms;
    box-sizing: border-box;
  }
  #accordeon h4:hover {
    background-color: #2eb0d1;
  }
  .abody {
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #fcfcfc;
    margin-bottom: 5px;
    display: none;
    font-size: 16px;
    color: #333333;
    font-family: SamsungOne;
    line-height: 1.5em;
  }
  /* for polls */
  .formСontainer {
    width: 100%;
    background-color: #ffffff;
    padding: 20px 40px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.formСontainer label {
    display: block;
    margin-top: 15px;
    font-weight: bold;
}

.formСontainer input[type="text"],
.formСontainer input[type="email"],
.formСontainer input[type="date"],
.formСontainer input[type="number"],
.formСontainer select,
.formСontainer textarea {
    width: 100%;
    padding: 10px;
    margin-top: 8px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1em;
}

.formСontainer button {
    width: 100%;
    padding: 12px;
    background-color: #1a75bc;
    color: #ffffff;
    font-size: 1em;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 20px;
    transition: background-color 0.3s;
}

.formСontainer button:hover {
    background-color: #145a8d;
}

.formСontainer p {
    font-size: 0.9em;
    color: #555;
    text-align: center;
    margin-top: 10px;
}
.mewsList{
    padding:30px 0;
}
.mewsList .newsBlockWrap {
    display: flex;
    width: 100%;
    height: auto;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}
.mewsList .newsBlockWrap .oneNew {
    display: block;
    text-decoration: none;
    color: #111111;
    width: 276px;
    height: fit-content;
    min-height: 370px;
    margin: 0 20px 50px 0;
    border-bottom: 1px #333 solid;
}
.mewsList .newsBlockWrap .oneNew .date {
    font-family: SamsungSharpSansBold;
    font-size: 25px;
    line-height: 22px;
    width: 60px;
    height: 50px;
}
.mewsList .newsBlockWrap .oneNew .annonce {
    font-size: 16px;
    line-height: 25px;
    padding: 10px 0 0 0;
}
.mewsList .year{
    border-bottom: 1px #111 solid;
    padding: 17px 0;
    margin: 5px 0 40px 0;
}
.mewsList .year a{
    text-decoration: none;
    padding: 7px 0;
    margin: 5px 0 30px 0;
    transition: 300ms;
}
.mewsList .year a:hover{
    color:#145a8d;
}
.contentPage .mainContainer .newsPagination{
    padding: 7px 0;
    margin: 5px 0 5px 0;
    width: 100%;
}
.contentPage .mainContainer .newsPagination ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.contentPage .mainContainer .newsPagination ul li {
    margin: 0 3px;
    font-size: 20px;
    padding: 3px;
    border-radius: 8px;
}
.contentPage .mainContainer .newsPagination ul li a {
    margin: 0 3px;
    font-size: 20px;
    padding: 7px 10px;
    text-decoration: none;
    color: #111111;
}
.contentPage .mainContainer .newsPagination ul li:hover a{
    background-color: #0191B6;
    color:#fff;
    font-weight: 600;
}
.contentPage .mainContainer .newsPagination ul li.active a{
    color:#fff;
}
.contentPage .mainContainer .newsPagination ul li.active span.current {
    background-color: #0191B6;
    color: #fff;
    font-weight: 600;
    margin: 0 3px;
    font-size: 20px;
    padding: 7px 10px;
    text-decoration: none;
}
/* индивидуальные стили */
body.rec .aboutPhoto, body.su .aboutPhoto{
    /*display: none;*/
}
body.su .mainSlider .slide h3 {
    position: absolute;
    font-family: KZ_Gothic;
    color: #ffffff;
    font-size: 50px;
    line-height: 70px;
    text-align: center;
    display: block;
    width: 980px;
    top: 111px;
    left: 50%;
    margin-left: -475px;
    text-shadow: 4px 4px 7px rgba(0, 0, 0, 0.95);
    z-index: 99;
}
body.su .mainAbout{
    height:200px;
    /*display: none;*/
}
body.energosbyt .aboutPhoto, body.rec .aboutPhoto,body.invest .aboutPhoto, body.zelenstroy .aboutPhoto, body.gkt .aboutPhoto, body.tazazher .aboutPhoto, body.zerowaste .aboutPhoto, body.su .aboutPhoto,body.orkenqala .aboutPhoto, body.ikomek .mainAbout, body.otbasy .aboutPhoto, body.adc .mainAbout,  body.spk .mainAbout,  body.cpg .mainAbout,body.cts .aboutPhoto,  body.citypass .mainAbout{
    display: none;
}
body.otbasy .mainAbout {
    min-height: 100px;
    width: 100%;
    margin: 0 0 100px 0;
}
body.otbasy  .partnersBlock .partnerBlockSlide{
    height:65px;
}
body.citypass .someBtnsWrapSlide h4 {
    font-size: 20px;
    line-height: 25px;
    height: 70px;
}
body.citypass .someBtnsWrapSlide p {
    font-size: 15px;
    width: 275px;
    height: 115px;
}
body.adc .newsBlock, body.spk .newsBlock{
    margin:100px auto 0;
}
body.spk .mainSlider .slide p{
    top:420px;
}
body.energosbyt .someBtnsWrapSlide h4{
    height: 60px;
}
body.zelenstroy {
    font-size: 12px;
}

.someBtnsWrapSlide p {
    font-size: 15px;
    height: 105px;
}
body.invest .mainSlider .slide h3 {
    font-size: 50px;
    line-height: 65px;
    top: 151px;
    left: 50%;
}
body.citypass .topHead .sitelogo {
    font-size: 20px;
    text-align: left;
    height: 47px;
    min-width: 357px;
    width: 55%;
}
body.rec .topHead .sitelogo, body.rec nav#mainMenu ul li a, .mainSlider .slide h3, .mainAbout .aboutText h2, .newsBlock h2.newsZag, .galleryBlock h2.galleryZag, .feebackBlock .feebackBlockZag, .contatsBlock .contatsZag, footer .footerMiddle ul, .contatsBlockWrap div h4, .oneNew .annonce, .mainAbout .aboutText p, .contentPage .mainContainer p, .contentPage .mainContainer h1, h2, h3, h4, h5, h6{
    /* font-family: HelveticaNeueCyrLight; */
    font-family: "Roboto", serif;
    
}
body.orkenqala {
    font-family: "Roboto", serif;
        font-size: 50px;
        line-height: 70px;
        top: 111px;
}
.mainSlider .slide h3 {
    font-size: 50px;
    line-height: 70px;
    width: 980px;
    top: 111px;
}
body.orkenqala  .mainSitelogo:hover, body.orkenqala  .sitelogo:hover{
    filter:brightness(102%);
}
.aboutText p {
    padding: 19px;
    border-left: 5px solid #0090B4;
    border-bottom: 1px solid rgba(26, 117, 188, 0.3);
    background: linear-gradient(to right, rgba(26, 117, 188, 0.1), transparent);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  }
body .pageMiniWrap .galblock {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
}
body.rec .someBtnsWrapSlide h4{
    /* font-family: HelveticaNeueCyrMedium; */
    font-family: "Inter", serif;
}

body.cts .mainSlider .slide p{
    top: 461px;
}
body.avtopark1 .mainSlider .slide p{
    top: 421px!important;
}