.additional__row {
	overflow: hidden;
	text-align: center;
}
@media (max-width: 991px) {
	.mobileP {
	    line-height:1;
	    font-size:14px;
	}
}
.additional__block {
	display: inline-block;
	width: 33%;
	vertical-align: top;
	padding: 0 15px 0 15px;
  color: #898989;
  font-size: .9375rem;
  position: relative;
  text-align: left;
  margin-bottom: 25px;
}
.low_txt{
    font-size:15px !important;
}
.centth:last-of-type{
    left:25%;
}
.para{
    height:70px;
}
.tsiny:last-of-type {
    left:25%;
}
 .inform{
     width:80%;
     display: block;
     text-decoration:none;
    font-family: Gilroyextrabold;
    font-size: 14px;
    color: #555;
    padding: 0 10px;
    height: 32px;
    line-height: 32px;
    background-color: transparent;
    border: 1px dashed #7490ff;
    box-shadow: 0 0 0 rgba(48,181,246,.4);
    margin-bottom:10px;
    margin-left:10%;
 }
 .adrow_hov
 { 
     float:left;
    /* border: 1px dashed #606060;  */  
     border-radius: 35px; 
     margin:35px 0 35px;
     display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
 
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
 }
 .adrow_hov:hover
 {
    border-radius: 25px;
    box-shadow: 0 3px 20px rgba(48,181,246,.4);
     background-color: #ededed;
 }
 .inform:hover{
    padding-bottom:50px;
     display: block;
    font-family: Gilroyextrabold;
    font-size: 14px;
    color: #555;
    padding: 0 10px;
    height: 32px;
    line-height: 32px;
    background-color: transparent;
    border: 1px solid transparent;
    box-shadow: 0 3px 20px rgba(48,181,246,.4);
    margin-bottom:10px;
 }
.additional__block__title {
  color: #555;
  width:100%;
  font-size: 1.1875rem;
  margin-bottom: 13px;
  font-family: 'Gilroyextrabold';
  text-align: left;
}

.additional--gray {
  background: #f4f4f4;
}
.navigation a:not([href]) {
        cursor: pointer;
    }
@media (max-width: 991px) {
	.additional__block {
		width: 49.5%;
	}
}
@media (max-width: 600px) {
	.additional__block {
		width: 100%;
		display: block;
	}
}
.header {
	-webkit-will-change: transform;
	-moz-will-change: transform;
	-o-will-change: transform;
	-ms-will-change: transform;
	will-change: transform;
}

.contacts__form {
    padding-bottom: 50px;
}
.color--red {
    color: red;
}

.text-succes, .text-error {
    color: green !important;
    margin-bottom: 15px;
    font-family: Gilroyextrabold;
}
.text-succes b {
    color: green !important;
}
.text-error {
    color: #a94442 !important;
}
.text-error b {
    color: #a94442 !important;
}
.has-error .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}
label {
    /* font-family: Gilroyextrabold; */
    /* color: #898989; */
}
@media (max-width: 991px) {
	.navigation--en>ul>li>a {
    padding-left: 10px;
    padding-right: 10px;
	}
	.navigation--en>ul>li:nth-child(4) {
    padding-left: 0;
	}
}
.navigation--en>ul>li>a {
	padding-left: 20px;
	padding-right: 20px;
}
.navigation--en>ul>li:nth-child(5) {
	padding-left: 194px; 
}
.navigation>ul ul{
    position: absolute;
    top: 100%;
    padding: 0;
    min-width: 290px;
    background: transparent;
    border-radius: 25px;
    -webkit-box-shadow: 0 3px 20px rgba(48,181,246,.4);
    box-shadow: 0 3px 20px rgba(48,181,246,.4);
    opacity: 0;
    transition: all .3s ease;
    height: 0;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0;
    border: 0;
}
.navigation>ul ul li{
    list-style: none;
}
.navigation>ul ul a{
    display: block;
    font-family: Gilroyextrabold;
    font-size: 14px;
    color: #555;
    padding: 5px 10px;
    line-height: 22px;
    background-color: transparent;
    border-radius: 25px;
    -webkit-box-shadow: 0 0 0 rgba(48,181,246,.4);
    box-shadow: 0 0 0 rgba(48,181,246,.4);
    text-decoration: none;
}
.navigation>ul ul a:hover{
    color: #3761ad;
}
.navigation li:hover>ul{
    display: block;
    opacity: 1;
    background: #fff;
    border:1px solid #3761ad;
    padding: 10px 0;
    height: auto;
}
.navigation>ul>li:hover>a{
    background-color: #fff;
    color: #3761ad;
    border-color: #3761ad;
    -webkit-box-shadow: 0 3px 20px rgba(48,181,246,.4);
    box-shadow: 0 3px 20px rgba(48,181,246,.4);
    will-change: transform;
}
@media (max-width: 1199px) {
	.navigation--en>ul>li>a {
	font-size: 13px;
    padding-left: 15px;
    padding-right: 15px;
	}
/*     .navigation--en>ul>li:nth-child(5) {
    padding-left: 113px;
} */
}
@media (max-width: 991px){
    .navigation>ul ul{
        top:0;
        position: relative;
        height: auto;
        opacity: 1;
        border: none;
        min-width: auto;
        text-align: left;
        border-radius: 0;
        box-shadow: unset;
        overflow: visible;
    }
    .navigation>ul ul a{
        height: auto;
        text-transform: uppercase;
        border-top: 1px solid #555;
        border-radius: 0;
        padding: 10px;
    }
    .navigation>ul>li:hover ul{
        border: none;
        padding: 0;
    }
    .navigation>ul ul li:hover>a{
        background-color: #fff;
        color: #3761ad;
        border-color: #3761ad;
        -webkit-box-shadow: 0 3px 20px rgba(48,181,246,.4);
        box-shadow: 0 3px 20px rgba(48,181,246,.4);
        will-change: transform;
    }
    .navigation>ul>li>a:hover + ul{
        z-index: -1;
    }
    .navigation a:not([href]) {
        display: none;
    }
}
