* {
    margin: 0;
    padding: 0;
}

ul {
    margin-bottom: 0;
}

/* safari fix */
html,
body {
    -webkit-overflow-scrolling: touch !important;
    /* overflow: auto !important; */
    height: 100% !important;
}


body {
    font-family: "Raleway", serif;
    font-optical-sizing: auto;
    font-style: normal;
}



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

.raw:before,
.raw:after {
    content: '';
    display: block;
}

.raw:after {
    clear: both;
}

a,
.submit {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #403d39;
    -webkit-transition: color .1s ease-out;
    -o-transition: color .1s ease-out;
    transition: color .1s ease-out;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #403d39;
    opacity: 1;
    -webkit-transition: color .1s ease-out;
    -o-transition: color .1s ease-out;
    transition: color .1s ease-out;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #403d39;
    opacity: 1;
    -webkit-transition: color .1s ease-out;
    -o-transition: color .1s ease-out;
    transition: color .1s ease-out;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #403d39;
    -webkit-transition: color .1s ease-out;
    -o-transition: color .1s ease-out;
    transition: color .1s ease-out;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

/* FF 4-18 */
input:focus::-moz-placeholder {
    color: transparent;
}

/* FF 19+ */
input:focus:-ms-input-placeholder {
    color: transparent;
}

/* IE 10+ */
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

textarea:focus:-moz-placeholder {
    color: transparent;
}

/* FF 4-18 */
textarea:focus::-moz-placeholder {
    color: transparent;
}

/* FF 19+ */
textarea:focus:-ms-input-placeholder {
    color: transparent;
}

/* IE 10+ */

a:active,
a:hover,
a:visited,
a {
    color: #000;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

a:active,
a:hover,
a:visited,
a,
.submit,
.label {
    -webkit-transition: color .2s ease-out, background .2s ease-out, opacity .2s ease-out, border-color .1s ease-out, -webkit-transform .1s ease-out, -webkit-box-shadow .1s ease-out;
    transition: color .2s ease-out, background .2s ease-out, opacity .2s ease-out, border-color .1s ease-out, -webkit-transform .1s ease-out, -webkit-box-shadow .1s ease-out;
    -o-transition: transform .1s ease-out, color .2s ease-out, background .2s ease-out, opacity .2s ease-out, box-shadow .1s ease-out, border-color .1s ease-out;
    transition: transform .1s ease-out, color .2s ease-out, background .2s ease-out, opacity .2s ease-out, box-shadow .1s ease-out, border-color .1s ease-out;
    transition: transform .1s ease-out, color .2s ease-out, background .2s ease-out, opacity .2s ease-out, box-shadow .1s ease-out, border-color .1s ease-out, -webkit-transform .1s ease-out, -webkit-box-shadow .1s ease-out;
    outline: none;
}

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

.topline .wrapper {
    text-align: justify;
}

.topline .wrapper:after {
    display: inline-block;
    content: '';
    width: 100%;
}

.logo:active,
.logo:hover,
.logo:visited,
.logo {
    display: inline-block;
    vertical-align: top;
    padding: 6px 15px;
    /*box-shadow: 0 0 0 15px #fff;*/
    /*background: #fff;*/
    /*box-shadow: 0 0 0 15px #fff, -50px 0 30px -15px #000, 50px 0 30px -15px #000, 0 10px 0 15px #fff, 0 -10px 0 15px #fff;*/
    position: relative;
}

nav.head-nav {
    background: #aa1418;
}
/*
.logo:after {
    display: none;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 0 20px;
    border-color: transparent transparent transparent #681013;
    right: -35px;
    top: -24px
}
*/
.head-top .logo:after {
    display: block;
    content: '';
    position: absolute;
 	width: 2000px;
  	height: 100%;
  background: #aa1418;
  top: 0;
  left: 100%;
}

.head-top .logo:before {
    display: block;
    content: '';
    position: absolute;
 	width: 2000px;
  	height: 100%;
  background: #aa1418;
  top: 0;
  right: 100%;
}

.fp-viewing-section7 .logo:before,
.fp-viewing-section7 .logo:after,
.fp-viewing-section0 .logo:before,
.fp-viewing-section0 .logo:after {
    display: none;
}

.fp-viewing-section7 nav.head-nav,
.fp-viewing-section0 nav.head-nav {
    background: none;
}

.fp-viewing-section0 .logo {
    box-shadow: 15px 0 0 0 transparent, -15px 0 0 0 transparent;
    background: none;
}

.main-list {
    list-style: none;
    text-align: center;
}

.main-list li {
    display: inline-block;
    vertical-align: top;
}

.main-link:active,
.main-link:hover,
.main-link:visited,
.main-link {
    display: block;
    text-decoration: none;

}

.section.section-8.fp-section.fp-table {
    height: 0 !important;
    overflow: hidden;
    padding: 0 !important;
    min-height: 0 !important;
    display: block;
}


.head-nav .navbar-toggler {
    display: none;
}

.head-nav .main-menu.collapsed {
    display: block;
}


.main-menu .navbar-nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    transition: width .1s ease-out;
}

.navbar-nav .nav-link:active,
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:visited,
.navbar-nav .nav-link {
    display: block;
    color: #fff;
    font-size: 15px;
    line-height: 1.2;
    padding: 11px 4px;
    text-decoration: none;
    border-bottom: 5px solid transparent;
    border-top: 7px solid transparent;
}

.navbar-nav .nav-link.active {
    text-decoration: none;
    border-bottom: 5px solid #fff;
}

.navbar-nav .nav-link.active:hover {
    text-decoration: none;
}

.section {
    min-height: 100vh;
}

.sticky-wrapper {
    transition: height .1s ease-out;
}

.head-top.sticky,
.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 22px;
    z-index: 10000;
    width: 100%;
    /*background: #aa1418;*/
    transition: padding .1s ease-out;
    padding: 0;
}

.fp-viewing-section0 .head-top.sticky {
    background: none;
    padding: 25px 0;
}

.section-1 {
    background: url(../img/pic/pic_screen_1.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}
.section-2 {
    background: url(../img/pic/pic_screen_2.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.section-3 {
    background: url(../img/pic/pic_screen_3.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.section-4 {
    background: url(../img/pic/pic_screen_4.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.section-5 {
    background: url(../img/pic/pic_screen_5.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.line-cont {
    padding: 32px 0;
    text-align: left;
    font-weight: 300;
    text-transform: uppercase;
    background: rgba(171, 4, 8, 0.78);
    color: #fff;
    margin-top: 50px;
}

.line-cont h1 {
    font-weight: 300;
    margin: 0;
    font-size: 44px;
}

.s-1-p {
    padding-top: 25px;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
}

.fp-viewing-section1 .navbar-nav .nav-item:nth-child(1) .nav-link,
.fp-viewing-section2 .navbar-nav .nav-item:nth-child(2) .nav-link,
.fp-viewing-section3 .navbar-nav .nav-item:nth-child(3) .nav-link,
.fp-viewing-section4 .navbar-nav .nav-item:nth-child(4) .nav-link,
.fp-viewing-section5 .navbar-nav .nav-item:nth-child(5) .nav-link,
.fp-viewing-section6 .navbar-nav .nav-item:nth-child(6) .nav-link {
    text-decoration: none;
    border-bottom: 5px solid #fff;
    border-top: 7px solid transparent;
    
}

.scroll-link:active,
.scroll-link:hover,
.scroll-link:visited,
.scroll-link {
    display: block;
    background: url(../img/icon/icon_scroll.png) no-repeat 0 0;
    width: 21px;
    height: 49px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -10px;
}

.scroll-link:hover {
    transform: translateY(2px);
}

h2 {
    font-size: 36px;
    font-weight: 300;
    color: #aa1418;
    text-transform: uppercase;
    margin: 0;
}

h3 {
    font-size: 30px;
    font-weight: 300;
    color: #aa1418;
    text-transform: uppercase;
    margin: 0;
}

h4 {
    font-size: 28px;
    font-weight: 300;
    color: #aa1418;
    margin: 0;
}

.section p {
    font-size: 18px;
    line-height: 26px;
    color: #58595b;
    margin-bottom: 10px;
}

.section-1 p {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 300;
}

.feat-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    padding-top: 30px;
}

.feat-li {
    width: 50%;
    text-align: center;
    padding-top: 90px;
    position: relative;
    margin-bottom: 30px;
}

.feat-li p {
    font-size: 16px;
    line-height: 24px;
}

.feat-li:after {
    display: block;
    content: '';
    position: absolute;
    width: 130px;
    height: 1px;
    background: #aa1418;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
}

.feat-li:before {
    display: block;
    content: '';
    position: absolute;
    width: 85px;
    height: 70px;
    background: #aa1418;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.feat-li.feat-1:before {
    background: url(../img/pic/gerb_kz.png) no-repeat center center;
    background-size: 70px;
}

.feat-li.feat-2:before {
    background: url(../img/pic/licenziya.jpg) no-repeat center center;
    background-size: 50px;
    z-index: 1;
    cursor: pointer;
}

.feat-li.feat-3:before {
    background: url(../img/pic/garant.png) no-repeat center center;
}

.feat-li.feat-4:before {
    background: url(../img/pic/oskemen.jpg) no-repeat center center;
    background-size: 85px;
}

.section:not(.section-1) {
    padding-top: 100px;
    position: relative;
}


.section.section-4 {
    padding-top: 450px;
    text-align: center;
}

.section.section-3 {
    padding-top: 50px;
    overflow: hidden;
}

.section.section-5 {
    padding-top: 30px;
}

.section.section-6 h2 {
    margin-bottom: 40px;
}

.sec-head {
    margin-bottom: 25px;
}

.sec-list {
    color: #58595b;
    font-size: 17px;
    line-height: 26px;
    list-style: none;
}

.sec-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding: 0 20px;
}

.sec-list li {
    width: 100%;
    max-width: 50%;
}

.sec-list li:before {
    display: inline-block;
    content: '•';
    margin-right: 4px;
}

.h-desc {
    font-size: 16px;
    color: #aa1418;
    font-weight: 300;
    margin-bottom: 10px;
}

.sec-foot {
    position: relative;
    color: #fff;
    padding: 20px 0;
    background: #aa1418;
    margin-top: 50px;
}

.sec-foot p {
    color: #fff;
    position: relative;
    z-index: 2;
}

.sec-foot:after {
    display: block;
    content: '';
    position: absolute;
    width: 3000px;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #aa1418;
}

.sec-foot:before {
    position: absolute;
    display: block;
    content: '';
    background: url(../img/pic/pic_section_3.png) no-repeat 0 0;
    -webkit-background-size: cover;
    background-size: cover;
    width: 901px;
    height: 778px;
    bottom: -30px;
    left: 0;
    transform: translateX(-100%);
    z-index: 1;
}

.alert-cont {
    background: #aa1418;
    position: relative;
    padding: 10px 0;
    margin-top: 30px;
}

.alert-cont p {
    color: #fff;
    position: relative;
    z-index: 2;
    margin-bottom: 0;
    font-weight: 300;
    font-size: 20px;
    padding-left: 85px;
    display: inline-block;
}

.alert-cont p:before {
    display: block;
    content: '!';
    position: absolute;
    width: 60px;
    height: 60px;
    background: #fff;
    font-weight: 900;
    text-align: center;
    border-radius: 200px;
    border: 4px solid #aa1418;
    line-height: 60px;
    color: #aa1418;
    font-size: 50px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.alert-cont:after {
    display: block;
    content: '';
    position: absolute;
    width: 3000px;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #aa1418;
}

.section-5 h2 {
    margin-bottom: 20px;
}

.section-5 p {
    margin-bottom: 20px;
}

.char-slider img {
    display: block;
    width: 100%;
}

.char-slider.slick-slider .slick-list {
    margin-bottom: 30px;
}

.char-slider .slick-dots {
    position: static;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex !important;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    align-items: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.char-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 25%;
    height: 90px;
    margin: 0 0;
    border: none;
}

.char-slider .slick-dots li button {
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
    border-radius: 0;
    background: none;
}

.char-slider .slick-dots li button img {
    width: auto;
    max-width: 85%;
    margin: 0 auto;
}

.char-slider .slick-dots li.slick-active button {
    border: 2px solid #aa1418;
}

.char-table {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 20px;
    color: #58595b;
}

.char-table-tr:first-child {
    border-top: 1px solid #aa1418;
}

.char-table-tr {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #aa1418;
}

.char-table-td {
    padding: 1px 13px;
}

.char-table-td:first-child {
    width: 100%;
    max-width: 80%;
}
.char-table-td:nth-child(2) {
    width: 100%;
    max-width: 20%;
}

.char-table-title {
    color: #aa1418;
    border-bottom: 1px solid #aa1418;
}

.char-table-sub .char-table-td:first-child {
    border-left: 2px solid #aa1418;
    position: relative;
}

.char-table-sub .char-table-td:first-child:before {
    display: inline-block;
    content: '•';
    margin-right: 4px;
    color: #aa1418;
}


.section-7 {
    text-align: center;
}

.section-7 h3 {
    margin-bottom: 40px;
}

.distr-cont {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    align-items: center;
    margin-bottom: 40px;
}

.d-link:active,
.d-link:hover,
.d-link:visited,
.d-link {
    display: block;
    width: 100%;
    max-width: 200px;
    margin-right: 25px;
}

.d-link img {
    max-width: 100%;
}

.distr-text {
    padding-left: 30px;
    position: relative;
    text-align: left;
    font-size: 16px;
    line-height: 20px;
    color: #58595b;
}

.distr-text a:active,
.distr-text a:hover,
.distr-text a:visited,
.distr-text a {
    text-decoration: underline;
    font-size: 16px;
    line-height: 18px;
    color: #58595b;
}

.distr-text a:hover {
    text-decoration: none;
}

.distr-text:after {
    display: block;
    content: '';
    position: absolute;
    width: 1px;
    height: 85px;
    background: #626365;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.foot-doc-link:active,
.foot-doc-link:hover,
.foot-doc-link:visited,
.foot-doc-link {
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #fff;
    background: #756868;
    padding: 13px 35px 13px 95px;
}

.foot-doc-link:after {
    display: block;
    content: '';
    position: absolute;
    background: url(../img/icon/icon_doc.png) no-repeat 0 0;
    width: 28px;
    height: 40px;
    left: 33px;
    top: 50%;
    transform: translateY(-50%);
}

.foot-main-cont {
    background: #e7e7e7;
    padding: 30px 0 40px;
    text-align: center;
}

.foot-main-cont .logo.foot-logo {
    box-shadow: none;
    background: none;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.foot-main-cont .logo.foot-logo:after {
    display: none;
}

.foot-main-cont .logo.foot-logo:before {
    display: block;
    content: '';
    position: absolute;
    width: 170px;
    height: 1px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
    background: #aa1418;
}

.foot-main-text {
    font-size: 16px;
    color: #58595b;
}

.foot-main-text a {
    color: #58595b;
}

.foot-text-s {
    font-size: 14px;
}

.foot-text-l:active,
.foot-text-l:hover,
.foot-text-l:visited,
.foot-text-l {
 	text-decoration: none;
  display: inline-block;
  font-size: 18px;
}



.has-float-label {
    position: relative; 
}

.has-float-label label {
    position: absolute;
    left: 0;
    top: 0;
    cursor: text;
    font-size: 18px;
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
    top: 5px;
    left: 0;
    z-index: 3;
    line-height: 1;
    padding: 0; 
    color: #595959;
}

.has-float-label.form-group {
    padding-top: 16px;
}

.has-float-label .form-control::-webkit-input-placeholder {
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s; 
}

.has-float-label .form-control::-webkit-input-placeholder { color:transparent; !important}
.has-float-label .form-control:-moz-placeholder { color:transparent; !important} /* FF 4-18 */
.has-float-label .form-control::-moz-placeholder { color:transparent; !important} /* FF 19+ */
.has-float-label .form-control:-ms-input-placeholder { color:transparent; !important} /* IE 10+ */

.has-float-label textarea:focus::-webkit-input-placeholder { color:transparent;  !important}
.has-float-label textarea:focus:-moz-placeholder { color:transparent;  !important} /* FF 4-18 */
.has-float-label textarea:focus::-moz-placeholder { color:transparent;  !important} /* FF 19+ */
.has-float-label textarea:focus:-ms-input-placeholder { color:transparent;  !important} /* IE 10+ */


.has-float-label .form-control:placeholder-shown:not(:focus):-moz-placeholder,
.has-float-label .form-control:placeholder-shown:not(:focus)::-moz-placeholder,
.has-float-label .form-control:placeholder-shown:not(:focus):-ms-input-placeholder,
.has-float-label .form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder {
    opacity: 0; 
}

 .has-float-label .form-control:placeholder-shown:not(:focus) + label {
    padding: 0 0;
    font-size: 17px;
    line-height: 20px;
    color: #595959;
    top: 30px;
    left: 0.0;
}

.form-control,
input {
    box-shadow: none !important;
    padding-left: 0;
    padding-right: 0;
}

.form-control:focus,
input:focus {
    border-color: #aa1418;
    background: none;
}

.form-control {
    background: none;
    border: none;
    border-bottom: 1px solid #aa1418;
    border-radius: 0;
}

.form-group {
    margin-bottom: 0;
}

textarea.form-control:focus,
textarea.form-control {
    height: 105px;
    resize: none;
    background: url(../img/pic/pic_text_bg.png) repeat;
    background-color: transparent;
    overflow: hidden;
    line-height: 1.6;
    margin-top: 10px;
}

.pop-foot {
    text-align: right;
}

.pop-foot .btn-primary:not(:disabled):not(.disabled).active:focus, 
.pop-foot .btn-primary:not(:disabled):not(.disabled):active:focus, 
.show>.btn-primary.dropdown-toggle:focus,
.pop-foot .btn {
    color: #aa1418;
    font-size: 16px;
    padding: 4px 10px 4px 50px;
    background: transparent;
    border: 1px solid #aa1418;
    background: url(../img/icon/icon_submit.png) no-repeat 15px center;
    border-radius: 0;
    margin-top: -1px;
    box-shadow: none !important;
}

.copyright-cont {
    padding-top: 30px;
  padding-bottom: 20px;
    background: #fff;
}

.copy-logo {
    max-width: 170px;
      -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.copy-logo img {
    max-width: 100%;
}

.copyright-cont p {
    font-size: 14px;
    line-height: 1.4;
    color: #58595b;
    text-align: left;
}

.copy-link:active,
.copy-link:hover,
.copy-link:visited,
.copy-link {
    text-decoration: underline;
    color: #013292;
}

.copy-link:hover {
    text-decoration: none;
}

.create-cont {
    display: block;
    font-weight: 500;
    font-size: 11px;
    color: #fff;
    margin-left: auto;
    background: #aa1418;
    max-width: 220px;
    padding: 3px 10px;
}

.create-link:active,
.create-link:hover,
.create-link:visited,
.create-link {
    color: #fff;
    text-decoration: underline;
}

.create-link:hover {
    text-decoration: none;
}

.section-7 .fp-tableCell {
    padding-bottom: 0;
}

#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span {
    background: transparent;
    border: 1px solid #000;
}


body {
    overflow-x: hidden !important;
}

.section-2 {
    position: relative;
}

.section-2:before {
    position: absolute;
    content: '';
    background: url(../img/pic/kazakhstan.png) 0 0 no-repeat;
    background-size: 100px;
    width: 100px;
    height: 100px;
    top: 120px;
    left: -4px;
}



.modal {
    display: none; /* Hidden by default */
    position: fixed; 
    z-index: 10001; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgba(0,0,0,0.4); 
}

/* Modal Content */
.modal-content {
    background-color: #fff;
    margin: 80px auto 0 auto; 
    padding: 40px 20px 20px 20px;
    border: 1px solid #888;
    max-width: 800px;
}

.modal-content img {
    width: 100%;
}

/* Close Button */
.close {
    position: absolute;
    top: 10px;
    right: 20px;
    color: #aaa;
    font-size: 28px;
    font-weight: 700;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.body-modal-open {
    overflow: hidden; /* Prevent scrolling when modal is open */
}


.new_logo img {
    margin: -89px -15px -89px -15px;
    width: 217px;
}

.foot_new_logo img {
    margin: -89px -15px -89px -15px;
    width: 217px;
}

.foot_new_logo {
    overflow: hidden;
}


#content:not(.ru) [data-lang=ru], #content:not(.kz) [data-lang=kz] {
  display: none;
}
#content.ru [data-lang=ru], #content.kz [data-lang=kz] {
  display: block;
}

.options-list [data-lang=ru], .options-list [data-lang=kz] {
    display: block !important;
}

.switch {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.current {
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.2s ease-out;
  border-radius: 3px;
  padding: 15px 0 0 0;
}
.current span {
  display: inline-block;
}
.current .arrow {
    margin: 0 0 0 3px;
    display: flex;
}
.current:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.options {
  position: absolute;
  right: 0;
  top: 0.6em;
  z-index: 0;
  opacity: 0;
  transition: all 0.36s ease-out;
  display: none;
  overflow: hidden;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.switch.show-options .options {
  display: block;
  z-index: 5;
}
.switch.anim-options .options {
  opacity: 1;
}
.switch.show-shadow .options {
  box-shadow: 0 2px 12px -4px rgba(0, 0, 0, 0.4);
}

.options-list {
  color: #313436;
  margin: 0;
  padding: 0.4rem 0.8em;
  position: relative;
  z-index: 5;
}
.options-list li {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 0.75em;
  border-bottom: 1px solid #E1E4E6;
  transform: translateX(10px);
  transition: all 0.24s ease-out;
  transition-delay: 0.1s;
  opacity: 0;
  font-size: 1rem;
  line-height: 1.3;
  white-space: nowrap;
}

.options-list li:first-letter {
    text-transform: uppercase;
}
.options-list li:last-child {
  border-bottom: none;
}
.options-list li:nth-child(1) {
  transition-delay: 0.1s;
}
.options-list li:nth-child(2) {
  transition-delay: 0.15s;
}
.options-list li:nth-child(3) {
  transition-delay: 0.2s;
}
.options-list li:nth-child(4) {
  transition-delay: 0.25s;
}
.options-list li:nth-child(5) {
  transition-delay: 0.3s;
}

.options-list li.selected {
  color: #3498DB;
}
.switch.anim-options .options-list li {
  transform: translateX(0);
  opacity: 1;
}

#trans-circle {
  width: 80px;
  height: 80px;
  position: absolute;
  top: -80px;
  right: -80px;
  padding: 0;
  margin: 0;
  border: none;
  z-index: 1;
  transition: all 0.4s ease-out;
  transform: scale(0.5);
  overflow: hidden;
}
#trans-circle svg {
  max-width: 100%;
  max-height: 100%;
}

.switch.anim-options #trans-circle {
  transform: scale(9);
}

.header_language {
    display: none;
}


@media screen and (max-width:1200px) {
    .section-2:before {
        display: none;
    }

    .alert-cont:after {
        width: auto;
        left: -15px;
        transform: translateX(0);
        right: -15px;
    }
}


@media screen and (max-width:991px) {
    .distr-cont {
        margin-bottom: 20px;
    }
    .section.section-4 {
        padding-top: 0;
    }
    .char-slider.slick-slider {
        margin-bottom: 60px;
        max-width: 400px;
        margin: 0 auto 60px;
    }
    .section-4 br {
        display: none;
    }
    .section-5 {
        background: #fff;
    }
    .section-4,
    .section-2 {
        background: #ccc;
    }
    .line-cont {
        padding: 22px 0;
    }
    .line-cont h1 {
        font-size: 34px;
    }
    .section-7 h3 {
        margin-bottom: 20px;
    }
    h3 {
        font-size: 22px;
    }
    h2 {
        font-size: 26px;
    }
    .logo::after {
        top: -20px;
    }
    .head-top.sticky, .sticky.is-sticky {
        min-height: 50px;
    }
    .head-nav  {
        display: none;
    }
    main,
    .head-main {
        position: relative;
        z-index: 1;
    }
    header,
    .main-header,
    .head-top {
        position: relative;
        z-index: 3;
    }
    .head-nav .main-menu {
        background: #fff;
        position: absolute;
        z-index: 10;
        width: 100%;
        left: 0;
        top: 100%;
        min-height: 515px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;  
        justify-content: center;
    }
    .head-nav .navbar-nav {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .head-nav .nav-item {
        padding: 23px 15px 26px;
        position: relative;
    }
    .head-nav .nav-item:not(:last-child):after {
        display: block;
        content: '';
        position: absolute;
        width: 41px;
        height: 1px;
        background: #000;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .navbar-nav .nav-link:active, 
    .navbar-nav .nav-link:hover, 
    .navbar-nav .nav-link:visited, 
    .navbar-nav .nav-link.active,
    .navbar-nav .nav-link {
        font-size: 22px;
        font-weight: 500;
        color: #000;
        line-height: 27px;
        text-decoration: underline;
    }
    .head-nav .main-menu {
        overflow: hidden
    }
    .head-nav .main-menu.collapsed {
        display: none;
    }
    .head-nav .main-menu.collapsed.show {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
    .head-nav .navbar-toggler {
        display: block;
        width: 41px;
        height: 30px;
        padding: 0;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        justify-content: center;
        outline: none;
        border: none;
        position: relative;
    }
    .head-nav .navbar-toggler-icon {
        height: 6px;
        width: 40px;
        background: #fff;
        border-radius: 20px;
        display: block;
        
    }
    .head-nav .navbar-toggler-icon:after,
    .head-nav .navbar-toggler-icon:before {
        display: block;
        content: '';
        position: absolute;
        width: 40px;
        height: 6px;
        background: #fff;
        left: 0;
        border-radius: 20px;
        transition: transform .1s ease-out, top .1s ease-out, margin-top .1s ease-out;
    }
    .head-nav .navbar-toggler-icon:after {
        top: 0;
    }
    .head-nav .navbar-toggler-icon:before {
        top: 100%;
        margin-top: -6px;
    }
    .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
        background: transparent;
    }
    .navbar-toggler:not(.collapsed) .navbar-toggler-icon:before,
    .navbar-toggler:not(.collapsed) .navbar-toggler-icon:after {
        top: 50%;
        margin-top: -6px;
        transform: rotate(-45deg);
    }
    .navbar-toggler:not(.collapsed) .navbar-toggler-icon:after {
        transform: rotate(45deg);
    }

    .modal-content {
        width: 100%;
        max-width: fit-content;
        margin: 50px 15px 0 15px;
    }

    .header_language {
        display: flex;
        position: absolute;
        right: 15px;
        top: 0;
    }
}

@media screen and (max-width:767px) {
    .section-4 br {
        display: block;
    }
    .section-5 {
        background: #fff;
    }
    .section-4,
    .section-2 {
        background: #ccc;
    }
    .line-cont {
        padding: 15px 0;
    }
    .line-cont h1 {
        font-size: 30px;
    }
    .section-7 h3 {
        margin-bottom: 15px;
    }
    h3 {
        font-size: 20px;
    }
    h2 {
        font-size: 22px;
    }
    .section p,
    .section-1 p {
        font-size: 16px;
        line-height: 24px;
    }
    .feat-li {
        width: 100%;
    }
    .sec-list li {
        max-width: 100%;
        font-size: 16px;
        line-height: 24px;
    }
    .distr-cont {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        
    }
    .d-link:active, .d-link:hover, .d-link:visited, .d-link {
        margin-right: 0;
        margin-bottom: 25px;
    }
    .distr-text {
        padding-left: 0;
        text-align: center;
        margin-bottom: 20px;
    }
    .distr-text:after {
        display: none;
    }
}

@media screen and (max-width:576px) {
    .section-7 h3 br {
        display: none;
    }
    .copy-logo {
        display: block;
        margin: 0 auto 10px;
    }
    .create-cont {
        margin-top: 30px;
    }
}

@media screen and (max-width:350px) {
    
}

a.sinopt-link {
 color: inherit !important; 
  text-decoration: none;
}



@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Regular.eot');
    src: local('☺'), url('../fonts/ProximaNova-Regular.woff') format('woff'),
    url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('../fonts/ProximaNova-Regular.ttf') format('truetype'),
        url('../fonts/ProximaNova-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Black.eot');
    src: local('☺'), url('../fonts/ProximaNova-Black.woff') format('woff'),
    url('../fonts/ProximaNova-Black.woff2') format('woff2'),
        url('../fonts/ProximaNova-Black.ttf') format('truetype'),
        url('../fonts/ProximaNova-Black.svg') format('svg');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Bold.eot');
    src: local('☺'), url('../fonts/ProximaNova-Bold.woff') format('woff'),
    url('../fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Bold.ttf') format('truetype'),
        url('../fonts/ProximaNova-Bold.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Light.eot');
    src: local('☺'), url('../fonts/ProximaNova-Light.woff') format('woff'),
    url('../fonts/ProximaNova-Light.woff2') format('woff2'),
        url('../fonts/ProximaNova-Light.ttf') format('truetype'),
        url('../fonts/ProximaNova-Light.svg') format('svg');
    font-weight: 300;
    font-style: normal;
}
