


@font-face {
    font-family: 'Gilroy-Medium';
    src: url('../fonts/Gilroy-Medium.otf');
}

@font-face {
    font-family: 'Gilroy-Bold';
    src: url('../fonts/Gilroy-Bold.otf');
}
@font-face {
    font-family: 'Gilroy-Light';
    src: url('../fonts/Gilroy-Light.otf');
}
@font-face {
    font-family: 'Gilroy-Semibold';
    src: url('../fonts/Gilroy-Semibold.otf');
}
@font-face {
    font-family: 'Gilroy-Black';
    src: url('../fonts/Gilroy-Black.otf');
}
@font-face {
    font-family: 'Gilroy-Regular';
    src: url('../fonts/Gilroy-Regular.otf');
}
@font-face {
    font-family: 'Roboto-Italic';
    src: url('../fonts/Roboto-Italic.ttf');
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.ttf');
}
@font-face {
    font-family: 'Roboto-Light';
    src: url('../fonts/Roboto-Light.ttf');
}


header.header{
	min-height: 141px;
	background-image: url(../img/top_back.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-bottom: 4px solid #673AB7;
}
.header .header_top{
	min-height: 37px;
	border-bottom: 1px solid #152637;
}
.header_top_all{
	display: flex;
    justify-content: space-between;
}
.header_top_all .header_top_all_laft{
	display: flex;
}
.header_top_all_laft a{
	width: 36px;
	height: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: #35353D 1px solid;
    color: #BFBFC8;
}
.header_top_all_laft a:hover{
	text-decoration: none;
	color: #673AB7;
}
.header_top_all_laft a:first-child{
   border-left: #35353D 1px solid;	
}
.header_top_all .header_top_all_right{
	display: flex;
}
.header_top_all_right_search button{
	width: 38px;
	height: 37px;
	background-color: transparent;
	border: none;
	border-left: 1px solid #152637;
	border-right: 1px solid #152637;
	color: #BFBFC8;
	outline: none;
}
.info-parners_investors-input-select{
	width: 110px;
	background-color: transparent;
	justify-content: center;
	display: flex;
	align-items: center;
	border-right: 1px solid #35353D;
    height: 37px;
    position: relative;
    background-color: transparent;
    color: #BFBFC8;
}
.info-parners_investors-input-select select {
    width: 100%;
    height: 100%;
    color: #BFBFC8;
    padding-left: 30px;
    border: none;
    position: relative;
    z-index: 1;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 12px;
    font-family: 'Roboto-Regular';
    outline: none;
}
.info-parners_investors-input-select span:last-child {
    position: absolute;
    top: 0;
    right: 16px;
    font-size: 14px;
    margin-top: 5px;
    background: transparent;
    z-index: 0;
}
.info-parners_investors-input-select span:first-child {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    font-size: 14px;   
    background: transparent;
    z-index: 0;
    margin-top: 7px;
}
.header_second_all .navbar-inverse{
    background-color: transparent;
    border: none;
    margin: 0;
    border-radius: 0;
}
.header_second_all .container-fluid, .header_second_all .navbar-collapse{
    padding: 0;
    overflow: hidden;
}
.header_second_all .navbar-brand{
	float: left;
    height: 100px;
    padding: 0;
    font-size: 18px;
    display: flex;
    margin-right: 7px;
    align-items: center;
    justify-content: center;
}
.header_second_all .navbar-brand img{
	max-width: 264px;
	max-height: 70px; 
}
.header_second_all .navbar-nav>li>a{
    padding-top: 41px;
    padding-bottom: 40px;
    font-family: 'Gilroy-Regular';
    font-size: 14px;
    color: #fff;
    margin-top: -1px;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover{
	background-color: #1B3147;
	border-top: 2px #673AB7 solid;
	padding-top: 38px;
}
.header_second_all .navbar-nav>.last_top_myl>a{
	margin-top: 31px;
    padding: 8px 25px !important;
    background-color: #673AB7;
    border-radius: 3px;
    font-family: 'Gilroy-Semibold';
    outline: none;
    border: none;
    border-bottom: 1px solid #8659D5;
}
.header_second_all .navbar-nav>.last_top_myl>a:hover{
    -webkit-box-shadow: 0px 12px 32px -7px rgba(103,58,183,1);
    -moz-box-shadow: 0px 12px 32px -7px rgba(103,58,183,1);
    box-shadow: 0px 12px 32px -7px rgba(103,58,183,1);
   
}
.navbar-inverse .navbar-nav>.last_top_myl>a:focus, .navbar-inverse .navbar-nav>.last_top_myl>a:hover{
   background-color: #673AB7;
}
.top_slidero .slider_alltop_1{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: calc(100vh - 143px);
}
.top_slidero button.slick-prev.slick-arrow, .top_slidero button.slick-next.slick-arrow{
	display: none !important;

}


section.top_slidero{
	position: relative;
}
button.scroll-downs_mynext{
    position: absolute;
    bottom: 10vh;
    left: 0;
    right: 0;
    margin: auto;
    width: 30px;
    height: 60px;
    z-index: 2;
    background-color: transparent;
    border: none;
    outline: none;
}

button.scroll-downs_mynext::before {
    content: "";
    display: flex;
    width: 9px;
    height: 9px;
    border: solid 2px #fff;
    position: absolute;
    right: 10.5px;
    bottom: -4px;
    margin: auto;
    transform: rotate(45deg);
    border-left: none;
    border-top: none;
}

.scroll-downs_mynext .scroll-downs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 25px;
    height: 44px;
}
.scroll-downs_mynext .mousey {
  width: 3px;
  padding: 0px 9px;
  height: 44px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
}
.scroll-downs_mynext .scroller {
  width: 3px;
  height: 5px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
  margin-top: 5px;
}
@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0;}
}
.slider_alltop_1 .slider_alltop_1_par{
	width: 100%;
	height: 100%;
	background-color: rgba(16, 16, 16, 0.15);
}
.slider_alltop_1_par .slider_alltop_1_par_vh{
    text-align: center;
    max-width: 600px;
    margin: auto;
    color: #fff;
   }
.slider_alltop_1_par_vh h1{
	margin-top: 0;
	padding-top: 15vh;
	font-family: 'Gilroy-Regular';
	font-size: 40px;
}   
.slider_alltop_1_par_vh h1 span{
	font-family: 'Gilroy-Black';
}
.slider_alltop_1_par_vh p{
	margin-top: 40px;
	font-size: 14px;
	font-family: 'Roboto-Light';
}
.top_slidero ul.slick-dots {
    display: flex;
    justify-content: flex-end;
    margin-right: 19%;
    margin-bottom: 0;
}
.top_slidero ul li {
    border: none;
    border-radius: 50%;
    outline: none;
    background: transparent;
    width: 12px;
    height: 12px;
    margin-left: 7.5px;
    margin-right: 7.5px;
    z-index: 4;
    font-size: 0;
    cursor: pointer;
    margin-top: -47px;
    border: 2px solid #fff;
}
.top_slidero ul li button {
    display: none;
    outline: none;
}
.top_slidero ul li.slick-active {
    background: #fff;
}
section.compony{
	background-image: url(../img/back.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 90px 0;
}
.all_top_h1s h1{
	margin-top: 0;
	font-family: 'Gilroy-Semibold';
	color: #fff;
	text-align: center;
	line-height: 0.8;
	text-transform: uppercase;
	margin-bottom: 32px;
}
.all_top_h1s .all_top_h1s_div{
	width: 70px;
	height: 1px;
	background-color: #142537;
	display: flex;
	margin: auto;
	position: relative;
}
.all_top_h1s .all_top_h1s_div::before{
  content: "";
  top: 0;
  left: 0;
  width: 24px;
  height: 2px;
  background-color: #673AB7;
  position: absolute;
  margin: auto;
  right: 0;
}
.cloth_all .all_top_h1s .all_top_h1s_div, .proizvostva_all .all_top_h1s .all_top_h1s_div, .newsnov_all .all_top_h1s .all_top_h1s_div{
    background-color: #D9D7E5;
}
.compony_all_p{
	color: #fff;
	max-width: 925px;
	margin: auto;
}
.compony_all_p p{
	text-align: center;
	margin-top: 30px;
	font-size: 16px;
	font-family: 'Roboto-Light';
	margin-bottom: 0;
}
.compony_all .compony_all_3divs{
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
	flex-wrap: wrap;
}
.compony_all_3divs .compony_all_3divs-1{
    text-align: center;
    width: 330px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
}
.compony_all_3divs-1 .compony_all_3divs-1-top{
	width: 120px;
	height: 120px;
	background-color: #1B3148;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #673AB7;
	border-radius: 50%;
    margin: auto;
}
.compony_all_3divs-1-top img{
	width: auto;
	height: auto;
	max-height: 60px;
	max-width: 60px;
}
.compony_all_3divs-1-bot h6{
	color: #fff;
	margin-top: 35px;
	margin-bottom: 30px;
	font-family: 'Gilroy-Semibold';
	font-size: 16px;
}
.compony_all_3divs-1-bot p{
	color: #fff;
	margin-bottom: 15px;
	font-family: 'Roboto-Light';
	font-size: 14px;
    color: #b4d1ee;
}
section.production{
	background-image: url(../img/pback.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 90px 0;
}
.production_all .compony_all_3div{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 100px;
}
.production_all .compony_all-lit_left{
   width: 84px;
   height: 84px;
   border-radius: 50%;
   background-color: #673AB7;
   position: relative;
}
.production_all .compony_all-lit_left::before{
    content: " ";
    position: absolute;
    display: flex;
    width: 35px;
    height: 16px;
    border: 5px solid #fff;
    display: flex;
    margin: auto;
    transform: rotate(-52deg);
    top: 29px;
    left: 25px;
    border-right: none;
    border-top: none;
}
.compony_all_3div .compony_all_3div-1{
	width: 380px;
	color: #fff;
	display: flex;
	justify-content: flex-start;
	margin-bottom: 15px;
}
.compony_all_3div-1 .compony_all-lit_right{
	width: 255px;
	margin-left: 15px;
}
.compony_all-lit_right h6{
	color: #fff;
	font-family: 'Gilroy-Semibold';
	font-size: 18px;
	margin-bottom: 25px;
	margin-top: 0;
	padding-left: 9px;	
}
.compony_all-lit_right p{
	color: #B4D1EE;
	font-family: 'Roboto-Light';
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 0;	
}


.cloth_slick1-ckang-ckang{
	padding: 12px;
	background-color: #fff;
	text-align: center;
	margin-top: 50px;
}
.cloth_slick1-ckang-ckang .img_cloth_slick1{
	height: 335px;
	width: 100%;
	border: #F0EFF5 1px solid;
	margin: auto;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.cloth .cloth_slick1{
	margin-left: 15px;
	margin-right: 15px;
	outline: none;
}
.cloth .center{
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 30px;
}
section.cloth{
	padding: 90px 0;
    background-color: #F0EFF5;
}
.cloth_slick1-ckang-ckang .cloth_slick1_h6{
	margin-top: 45px;
	padding-bottom: 12px;
	position: relative;
}
.cloth_slick1{
    position: relative;
}
.img-pos-bot_{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #F0EFF5;
    display: none;
}
.img-pos-bot_ img{
    width: 100%;
}
/*++++++++++++++++++++actove class uchun++++++++++++++++*/
.active_cloth{
    margin-top: -30px;
}
.active_cloth .img-pos-bot_{
    display: block;
}
.active_cloth .bot__2{
    display: none;
}

.active_cloth .cloth_slick1-ckang-ckang p{
   overflow: hidden;
   max-height: 157px;
   margin-bottom: 60px;
   min-height: 156px;
}
/*---------------activ class uchun ------------------*/

.cloth_slick1-ckang-ckang .cloth_slick1_h6::after{
	content: "";
	position: absolute;
	display: flex;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 70px;
    height: 2px;
    background-color: #673AB7;

}
.cloth_slick1_h6 h6{
    font-size: 20px;
    font-family: 'Gilroy-Semibold';
    color: #2A2930;
    text-transform: uppercase;
}

.cloth_slick1-ckang-ckang button{
	width: 195px;
	height: 50px;
	font-family: 'Gilroy-Semibold';
    color: #fff;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;	
    border: none;
    border-radius: 3px;
    background-color: #673AB7;
    margin-bottom: 35px;
}
.center .slick-center .cloth_slick1-ckang-ckang {
    margin-top: 0;
    position: relative;
    margin-bottom: 50px;
}
.center .slick-center .cloth_slick1-ckang-ckang::before{
	content: "";
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    background-image: url(../img/clothimg2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 50px;
    width: 100%;
}
.cloth_slick1-ckang-ckang p{
    margin-top: 20px;
    max-height: 60px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 40px;
    font-family: 'Roboto-Light';
    font-size: 14px;
    color: #A1B0BF;
}
.center .slick-center .cloth_slick1-ckang-ckang p{
   max-height: unset;
   overflow: unset;
}
.center .slick-center .cloth_slick1-ckang-ckang button{
	display: none;
}
.cloth button.slick-next.slick-arrow, .cloth button.slick-prev.slick-arrow{
	display: none !important;
}
.stuff .imageflow  img{
	width: auto;
	height: auto;
	max-width: 335px;
	max-height: 335px;
    border: 13px solid #fff;
}
.stuffdiv1{
	width: 200px;
	height: 200px;
}
.stuff div#myImageFlow_navigation{
	margin-top: 180px;
}
.stuff div#myImageFlow_caption{
	width: 110px !important;
	height: 44px;
	background-color: #532B9B;
	color: #fff;
	font-family: 'Gilroy-Semibold';
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}
.stuff .imageflow .slider{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.stuff .imageflow div.imageflow_navbuttons ul {
    height: 14px;
    margin: 15px !important;
    padding: 0 !important;
    background: red;
    width: 100%;
}
.stuff .imageflow .scrollbar{
	height: 30px;
	background: transparent;
	color: #fff;
	border: none;
	overflow: hidden;

}
.stuff div#myImageFlow_slider{
	background: #532B9B;
    width: 100%;
    transform: translateX(-100%);
    position: relative;
    margin: 0;
    margin-top: 10px;
    height: 5px;
}
.stuff div#myImageFlow_slider::before{
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 100%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #673AB7;
    margin: auto;
}
.stuff div#myImageFlow{
	height: 700px !important;
}
.stuff div#myImageFlow_scrollbar{
    width: 695px !important;
    margin-top: 44px !important;
    position: relative;
    padding-left: 7px;
}
.stuff div#myImageFlow_scrollbar::before{
	content: "";
	position: absolute;
	top: 10px;
	right: 0;
	width: 100%;
	height: 5px;
	background-color: #fff;
	
}
section.proizvostva{
	padding-top: 125px;
}
.proizvostva .all_top_h1s h1{
    color: #2A2930;
}
.proizvostva .proizvostva_imgs{
margin-top: 30px;
}
.proizvostva_imgs .lightgallery_bac-img_1{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}
.proizvostva_imgs .proizvostva_img1{
	width: 25%;
	height: 355px;
	display: block;
}
.proizvostva_imgs #lightgallery{
	display: flex;
	flex-wrap: wrap;
}


.proizvostva_img1 .ln1overlay {
    position: absolute;
    top: 10px;
    left: 10px;
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    opacity: 0;
    transition: .3s ease;
    background-color: rgba(83, 43, 155, 0.87);
    margin: auto;
}
.proizvostva_img1 .ln1text{
	color: white;
    font-size: 32px;
    position: absolute;
    top: 0%;
    left: 0%;
    transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    text-align: center;
    width: 100%;
    height: 100%;
}
.lightgallery_bac-img_1:hover .ln1overlay {
    opacity: 1;
}
.proizvostva_img1 .ln1text_insate{
	width: 100%;
	height: 100%;
	padding: 60px;
	text-align: center;
}
.ln1text_insate p{
	font-size: 24px;
    font-family: 'Gilroy-Semibold';
}
.ln1text_insate i{
	width: 50px;
	height: 50px;
	border: 3px solid #fff;
	vertical-align: middle;
	font-size: 18px;
	align-items: center;
    display: flex;
    justify-content: center;
    margin: auto;
}
section.zadacha{
	background-image: url(../img/back.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 90px;
	padding-bottom: 90px;
}
.zadacha_p-top{
	max-width: 750px;
	margin: auto;
	margin-top: 35px;
	text-align: center;
	margin-bottom: 15px;
}
.zadacha_p-top p{
	font-family: 'Roboto-Light';
	font-size: 14px;
	color: #b4d1ee;
}
.zadacha_all .zadacha_4divs{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.zadacha_4divs .zadacha_4divs-1{
	display: flex;
	width: 48%;
	justify-content: space-between;
	margin-top: 40px;
}
.zadacha_4divs-1 .zadacha_4divs-1_right{
   width: 65%;
}
.zadacha_4divs-1 .zadacha_4divs-1_left{
	background-image: url(../img/gg.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 155px;
	height: 155px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.zadacha_4divs-1_left span{
	width: 95px;
	height: 95px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #673AB7;
}
.zadacha_4divs-1_right p{
	font-size: 14px;
	color: #b4d1ee;
	font-family: 'Roboto-Light';
	margin-bottom: 0;
}
.zadacha_4divs-1_right h6{
	font-size: 18px;
	color: #fff;
	font-family: 'Gilroy-Semibold';
	margin-bottom: 35px;
	margin-top: 0;
    text-transform: uppercase;
}
section.newsnov{
	padding-top: 90px;
	padding-bottom: 90px;
	background-image: url(../img/bb.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.newsnov_all .newsnov_3dovs{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.newsnov_3dovs .newsnov_3dovs-1{
	text-align: center;
	margin-top: 40px;
	margin-left: 15px;
	margin-right: 15px;
	background-color: #fff;
	width: 360px;
	transition-duration: 0.3s;
}
.newsnov_-1-img{
	width: 100%;
	height: 360px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.newsnov_3dovs-1 .newsnov_-1-cont{
	padding-left: 20px;
	margin-right: 20px;
}
.newsnov_-1-cont h6{
	font-family: 'Roboto-Regular';
	font-size: 14px;
	margin-top: 40px;
	margin-bottom: 0;
	color: #b8b8cf;
}
.newsnov_-1-cont h5{
	font-size: 20px;
	font-family: 'Gilroy-Regular';
	color: #673AB7;
	margin-top: 5px;
    margin-bottom: 0;
}
.newsnov_-1-cont p{
	font-family: 'Roboto-Light';
	color: #9696a8;
	font-size: 14px;
	margin-top: 35px;
	margin-bottom: 0;
	max-height: 60px;
	overflow: hidden;
}
.newsnov_-1-cont a{
	margin-top: 40px;
	margin-bottom: 40px;
	text-transform: uppercase;
	color: #673AB7;
	font-family: 'Gilroy-Regular';
	font-size: 14px;
	width: 125px;
	display: flex;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
}
.newsnov_3dovs .newsnov_3dovs-1:hover{
	margin-top: 30px;
	margin-bottom: 10px;
	-webkit-box-shadow: 0px 9px 29px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 9px 29px -6px rgba(0,0,0,0.75);
    box-shadow: 0px 9px 29px -6px rgba(0,0,0,0.75);
}
.read_more{
	display: flex;
	justify-content: center;
}
.read_more a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 195px;
	height: 50px;
	margin-top: 50px;
	background-color: #673AB7;
	border-radius: 6px;
	color: #fff;
	font-family: 'Gilroy-Semibold';
	font-size: 13px;
	text-transform: uppercase;

}
.read_more a:hover{
	text-decoration: none;
    -webkit-box-shadow: 0px 21px 40px -19px rgba(103,58,183,1);
    -moz-box-shadow: 0px 21px 40px -19px rgba(103,58,183,1);
    box-shadow: 0px 21px 40px -19px rgba(103,58,183,1);
}
section.portner{
	background-color: #673AB7;
}
.portner .portner_all{
	display: flex;
	justify-content: center;
	min-height: 160px;
	align-items: center;
}
.portner_all p{
	margin-right: 40px;
	color: #fff;
	max-width: 675px;
	font-family: 'Gilroy-Light';
	font-size: 18px;
}
.portner_all button{
	margin-left: 40px;
    display: flex;
	align-items: center;
	justify-content: center;
	width: 195px;
	height: 50px;
	background-color: #fff;
	border-radius: 6px;
	color: #673AB7;
	font-family: 'Gilroy-Semibold';
	font-size: 13px;
	text-transform: uppercase;
	border: none;
}
.portner_all button:hover{
    -webkit-box-shadow: 0px 14px 23px -10px #fff;
    -moz-box-shadow: 0px 14px 23px -10px #fff;
    box-shadow: 0px 14px 23px -10px #fff;
}

.mapb .map_1{
 width: 100%;
 height: 620px;
 background-size: cover;
 background-position: center;
 background-repeat: no-repeat;
}
.mapb_all .nav-tabs>li{
	width: 50%;
	height: 68px;
}
.mapb_all .nav-tabs>li>a{
	height: 100%;
	width: 100%;
    display: flex;
    align-items: center;
    padding-left: 110px;
    padding-right: 110px;
    font-family: 'Gilroy-Bold';
    font-size: 16px;
    color: #673AB7;
    border: none;
    margin:0;
    border-radius: 0;
}
.mapb_all .nav-tabs>li>a span{
	margin-left: 6px;
	margin-right: 6px;
}
.mapb_all .nav-tabs>li:first-child>a{
    justify-content: flex-end;
}
.nav-tabs>li{
	margin-bottom: 0;
}
.mapb_all  .nav-tabs>li.active>a:focus, .mapb_all  .nav-tabs>li.active>a:hover{
    border: none;
}
.mapb_all .nav-tabs{
	border: none;
}
.mapb_all .nav-tabs>li.active>a{
	border: none;
	background-color: #4E2D88;
	color: #fff;
}
footer.footer{
	background-image: url(../img/ff.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 385px;
	align-items: center;
	display: flex;
}
.footer .footer_all{
	display: flex;
	justify-content: space-between;
    padding-top: 110px;
    padding-bottom: 85px;
}
.footer_all-1 .footer_all-1-logo{
	width: 170px;
	height: 50px;
}
.footer_all-1-logo img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.footer_all .footer_all-1{
    width: 375px;	
}
.footer_all-1 p{
	font-family: 'Gilroy-Regular';
	font-size: 14px;
	color: #fff;
	max-width: 280px;
	margin-top: 25px;
	padding-bottom: 15px;
}
.footer_all-1 p span{
    color: #B0B0B9;
}
.footer_all-1 p a{
    font-family: 'Gilroy-Regular';
    font-size: 14px;
    color: #fff;
}
.footer_all .footer_all-2{
	width: 310px;
}
.footer_all .footer_all-3{
	display: flex;
	flex-direction: column;
	width: 115px;
	justify-content: flex-start;
}
.footer_all-3 a{
	margin-bottom: 31px;
	color: #fff;
    width: 20px;
}
.footer_all-2 h6{
	font-family: 'Gilroy-Regular';
	font-size: 14px;
    color: #B4D1EE;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 0;
}

.footer_all-2 p{
	font-family: 'Gilroy-Regular';
    font-size: 14px;
    color: #fff;	
    margin-bottom: 45px;
    max-width: 255px;
}
.footer_all-2 p:last-child{
    color: #EDF0F0;
}
.footer_all .footer_all-4{
	width: 190px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
    margin-bottom: 75px;
}
.footer_all-4 a{
	color: #fff;
	font-family: 'Gilroy-Regular';
	font-size: 14px;
	margin-bottom: 30px;
}
.zadacha_4divs-1_left span img{
	width: auto;
	height: auto;
	max-width: 70%;
	max-height: 70%;
}
section.cloth .all_top_h1s h1, section.newsnov .all_top_h1s h1{
    color: #2A2930;
}
section.cloth .imageflow .navigation, section.cloth .imageflow .scrollbar, section.cloth .imageflow .caption{
	z-index: 1;
}
/*for modal form*/
.portner_all .btn-primary.focus, .portner_all .btn-primary:focus, .portner_all .btn-primary:hover{
	background-color: #fff;
	color: #673AB7;
}
.my_modal1 .modal-dialog{
	width: 615px;
}
.my_modal1 div#exampleModal{
	background-color: rgba(0, 0, 0, 0.59);;
}
.my_modal1 .modal-content{
	border-radius: 0;
	padding: 30px;
}
.my_modal1 .modal-header{
    padding: 0;
    border-bottom: none;
}
.my_modal1-botch{
	width: 68px;
	height: 2px;
	background-color: #673AB7;
}
.my_modal1 .modal-header h5{
	text-transform: uppercase;
	font-family: 'Gilroy-Semibold';
	font-size: 24px;
	color: #333333;
	margin-top: 15px;
	margin-bottom: 15px;
}
.my_modal1 button.close{
    position: absolute;
    top: 17px;
    right: 30px;
    font-size: 47px;
    margin: 0;
    font-weight: 500;
}
.my_modal1 .modal-body{
	padding: 0;
}
.my_modal1 .my_modal1-porm_p{
border-bottom: 1px solid #673AB7;
}
.my_modal1-porm_p p{
	font-family: 'Roboto-Light';
	font-size: 14px;
	color: #333333;
	margin-top: 20px;
	margin-bottom: 40px;
}
.my_modal1--forms p{
	color: #333333;
	font-size: 14px;
	font-family: 'Roboto-Regular';
	margin-top: 24px;
}
.my_modal1--forms p span{
	position: relative;
}
.my_modal1--forms p span img{
    position: absolute;
    top: 2px;
    right: -10px;
    font-size: 7px;
    color: #673AB7;
}
.my_modal1--forms input{
	width: 100%;
	height: 46px;
	border: #E3E2EA 1px solid;
	padding-left: 12px;
	padding-right: 12px;
}
.my_modal1--forms textarea{
	width: 100%;
	height: 130px;
	border: #E3E2EA 1px solid;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 20px;
	margin-top: 23px;
}
.my_modal1--forms input::placeholder {
    color: #A9A9A9;
    opacity: 1; 
}

.my_modal1--forms input:-ms-input-placeholder { 
   color: #A9A9A9;
}

.my_modal1--forms input::-ms-input-placeholder { 
   color: #A9A9A9;
}
.my_modal1--forms textarea::placeholder {
    color: #A9A9A9;
    opacity: 1; 
}

.my_modal1--forms textarea:-ms-input-placeholder { 
   color: #A9A9A9;
}

.my_modal1--forms textarea::-ms-input-placeholder { 
   color: #A9A9A9;
}
.my_modal1--forms button{
	width: 100%;
	margin-top: 30px;
	background-color: #673AB7;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Gilroy-Semibold';
	height: 50px;
	border: none;
	border-radius: 3px;
	font-size: 18px; 
}
.my_modal1-porm_p_2 p{
	margin-top: 20px;
	margin-bottom: 20px;
	color: #969595;
	text-align: center;
	font-family: 'Roboto-Regular';
	font-size: 14px;
}





.footer button#topmyBtn {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 250px;
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: #673AB7;
    color: #fff;
    z-index: 99;
    font-size: 12px;
    border: none;
    outline: none;
    cursor: pointer;
}
.footer button#topmyBtn i{
	font-size: 22px;
    font-weight: 900;
}
.header .navbar-right{
	margin-right: 0;
}
.header .navbar>.container .navbar-brand, .header .navbar>.container-fluid .navbar-brand{
	margin-left: 0;
}
section.newpage{
	background-image: none;
	background-color: #F9F6FF;
}
.newpage .newsnov_3dovs .newsnov_3dovs-1{
	margin-top: 30px;
}
.newpage .newsnov_3dovs .newsnov_3dovs-1:hover {
    margin-top: 30px;
    margin-bottom: 0;
    box-shadow: none;
}
.newpage .all_top_h1s{
	margin-bottom: 30px;
}
.paginationnew{
	margin-top: 30px;
	padding-top: 15px;
	border-top: 1px solid #673AB7;
}
.paginationnew ul{
	display: flex;
	justify-content: center;
	padding: 0;
	margin-bottom: 0;
}
.paginationnew ul li{
	list-style: none;
}
.paginationnew ul li:first-child a, .paginationnew ul li:last-child a{
	color: #988EAD;
}
.paginationnew ul li a{
	height: 24px;
	width: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #222222;
	font-family: 'Gilroy-Regular';
	font-size: 13px;
}
.paginationnew ul li a:hover{
	text-decoration: none;
	background-color: rgba(153, 153, 153, 0.25);
}
.paginationnew ul li a.paginationnew_active{
	background-color: #673AB7;
	color: #fff;
}
section.ninside{
	padding-top: 60px;
	padding-bottom: 90px;
	background-color: #F0EFF5;
}
.ninside .ninside_all{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.ninside_all .ninside-left{
	background-color: #fff;
	width: 74.1%;
}
.ninside_all .ninside-right{
	width: 280px;
	background-color: #fff;
	height: auto;
}
.ninside-let-h1 h1{
	margin-top: 35px;
	color: #673AB7;
	font-family: 'Gilroy-Regular';
	font-size: 30px;
	margin-bottom: 15px;
	margin-left: 19px;
	margin-right: 19px;
}
.ninside-let-p-dat h6{
	margin-top: 0;
	margin-bottom: 0;
	font-family: 'Roboto-Regular';
    font-size: 14px;
    color: #b8b8cf;
    margin-left: 19px;
    margin-right: 19px;
}
.ninside-let_img img{
	width: 100%;
	margin-top: 30px;
}
.ninside-let_plinkplar p{
	margin-top: 30px;

	margin-right: 15px;
	color: #9696A8;
	font-family: 'Gilroy-Light';
	line-height: 25px;
	margin-bottom: 0;
}
.ninside-let_plink{
	padding-left: 19px;
	padding-right: 19px;
	padding-bottom: 19px;
}
.nin_linl a{
	color: #673AB7;
	font-family: 'Gilroy-Light';
	font-size: 14px;
	margin-top: 35px;
	margin-bottom: 40px;
	display: flex;
	width: 150px;
}
.ninside-let_plink .nin-sos{
	border-top: 1px solid #F2F1F2;
	display: flex;
	justify-content: space-between;
	min-height: 75px;
	align-items: center;
}
.nin-sos .nin-sos-1{
	display: flex;
	justify-content: space-between;
}
.nin-sos-1 ul{
	padding: 0;
	display: flex;
	margin-bottom: 0;
}
.nin-sos-1 ul li{
    list-style: none;
    margin-right: 0px;
    margin-right: 4px;
}
.nin-sos-1 ul li a{
    width: 34px;
    height: 34px;
}
.nin-sos-1 ul li a img{
	width: 100%;
}
.nin-sos-1 p{
	font-family: 'Gilroy-Medium';
	font-size: 14px;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	margin-right: 15px;
    text-transform: uppercase;
}
.nin-nixr2 a{
	color: #673AB7;
    font-family: 'Gilroy-Light';
    font-size: 14px;
}
.ninside-right{
	padding: 15px;
}
.ninside-right-h1{
	border-bottom: 1px solid #DAD8E4;
	position: relative;
}
.ninside-right-h1::before{
	position: absolute;
	bottom: -2px;
	left: 0;
	content: "";
	width: 24px;
	height: 2px;
	background-color: #673AB7;
}
.ninside-right-h1 h1{
	font-size: 18px;
	font-family: 'Gilroy-Semibold';
	color: #2A2930;
	text-transform: uppercase;
	margin-top: 22px;
	padding-bottom: 8px;
}
.ninside-right-cat1{
	display: flex;
	justify-content: center;
	margin-top: 26px;
}
.ninside-right-cat1_img{
	width: 54px;
	min-width: 54px;
	min-height: 54px;
	height: 54px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 10px;
}
.ninside-right-cat10-h56 h5{
	color: #673AB7;
	font-family: 'Gilroy-Regular';
	margin: 0;
	font-size: 15px;
    max-height: 33px;
    overflow: hidden;
}
.ninside-right-cat10-h56 .ninside-let-p-dat h6{
	margin: 0;
	margin-top: 7px;
}
.othernews a{
 display: flex;
 align-items: center;
 justify-content: center;
 height: 50px;
 width: 100%;
 border-radius: 3px;
 color: #fff;
 background-color: #673AB7;
 font-family: 'Gilroy-Regular';
 margin-top: 35px;
 margin-bottom: 35px;
}
.othernews a:hover{
	text-decoration: none;
}
.header .collapse.in{
    overflow: hidden;
}
.header .nav>li>a{
 padding-left: 11px;
 padding-right: 11px;
}
.nin_linl a span{
    margin-right: 4px;
}
.topmyBtnclas p{
   width: 100%;
   display: flex;
   justify-content: center;
    
}
.imageflow .loading{
 display: none;
}