
html {    
    box-sizing: border-box;  
}    
*, *:before, *:after {    
    box-sizing: inherit;  
    padding:0;
    margin:0;
}
a:focus {outline: none}
img{max-width: 100%;height: auto}
.clearfix:after {
    content: '';
    display: block;
    clear: both;
}
body{
	font-family: 'Roboto', sans-serif;
}
.container{
	max-width: 1090px;
	margin: 0 auto;
    padding: 0 15px;
}


.header-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 29px 0 23px;
}

.head-logo {
    margin-right: 58px;
}

.head-title {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    margin-top: 6px;
}

.head-menu {
    margin-left: 130px;
}

.head-menu ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    list-style: none;
}

.head-menu li {
    margin-right: 45px;
}

.head-menu a {
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    margin-top: 6px;
    display: inline-block;
    transition: 0.3s;
    color: #000;
}

.head-menu a:hover {
    color: #416bff;
    transition: 0.3s;
}

.slider-item-title {
    font-weight: bold;
    font-size: 64px;
    line-height: 68px;
    /* margin-left: 180px; */
    color: #fff;
    text-align: left;
}

.slider-item {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 90vh;
    display: flex !IMPORTANT;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    max-height: 600px;
    text-align: left;
}

.two-blocks {
    padding: 88px 0 100px;
    border-bottom: 2px solid #416bff;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.two-blocks-left {
    width: 50%;
}

.two-blocks-right {
    width: 50%;
    padding: 45px 60px 45px 110px;
    font-size: 16px;
    line-height: 30px;
}

.two-blocks-left img {
}

section.news-section {
    padding: 50px 0 40px;
}

.news-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-title span {
    font-weight: bold;
    font-size: 36px;
    line-height: 50px;
}

.news-title a {
    font-size: 16px;
    line-height: 25px;  /* or 156% */
    color: #416BFF;
    text-decoration: none;
    position: relative;
}

.news-title a:before {
    position: absolute;
    content: '';
    width: 5.6px;
    height: 5.6px;
    border-top: 1px solid #416bff;
    border-right: 1px solid #416bff;
    transform: rotate(45deg);
    top: 10px;
    right: -10px;
}

.news-list {
    padding-top: 80px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.news-item {
    width: 33%;
    margin-bottom: 100px;
}

.news-date {
    font-size: 16px;
    line-height: 30px;  /* or 187% */
    color: #C7C7C7;
}

.news_title {
    font-weight: bold;
    font-size: 21px;
    line-height: 30px;
    width: 85%;
}

.news_text {
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
    font-weight: 500;
    width: 88%;
}

.news_link {
    margin-top: 25px;
}

.news_link a {
    text-decoration: none;
    color: #416bff;
}

.news_link a:hover {
    text-decoration: underline;
}

section.pre-foot-section {
    padding: 95px 0 110px;
}

.pre-foot-text {
    padding-top: 60px;
    width: 71%;
    font-size: 16px;
    line-height: 30px;
}

.map_contact {
    background: #eaeaea;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    height: 370px;
}

footer {color: #B8B8B8;padding: 30px 0;border-top: 1px solid #E5E5E4;}

.about-head h2 {
    font-weight: bold;
    font-size: 64px;
    line-height: 68px;
    color: #fff;
}

.about-head {
    background-image: url(../images/abh.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 90vh;
    max-height: 500px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.header-wrap {display: none;}

header {
    display: none;
}

.about-head .container {
    width: 100%;
}
.content-section {
    padding: 45px 0 95px;
}

.content-section h3 {
    font-weight: bold;
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 50px;
}

.content-section p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 40px;
    width: 73%;
}

.content-section img {
    margin-bottom: 40px;
}
.slider-list .slick-next:before , .slider-list .slick-prev:before{content:'';}
.slider-list .slick-next.slick-arrow , .slider-list .slick-prev.slick-arrow{
    background-image: url('../images/arrow.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.slider-list .slick-next.slick-arrow{
    right: 100px;
}

.slider-list .slick-prev.slick-arrow{
    left: 100px;
    transform:rotate(180deg) ;
}

.slider-list .slick-dots li button:before{
    width: 8px;
    height: 8px;
    content: '';
    border-radius: 50%;
    background-color:#fff;
}

.slider-list .slick-dots li.slick-active button:before{
    background-color: #416BFF;
}

.slider-list .slick-dots{
    width: calc(100% - 323px);
    text-align: inherit;
    left: 323px;
    bottom: 40px;
}

.single-news-title {
    font-weight: bold;
    font-size: 36px;
    line-height: 50px;
    width: 35%;
    padding: 40px 0 20px;
}

.content-section .news-date {
    padding-bottom: 20px;
}

.content-section span {
    font-weight: 300;
    font-size: 24px;
    line-height: 39px;
    color: #416BFF;
    display: inline-block;
    position: relative;
    padding: 20px 0 20px 40px;
}

.content-section span:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #416bff;
}

