html {
font-size: 10px;
}

header {
padding: 15px 0;
}
.logo {
display: flex;
flex-flow: row;
align-items: center;
font-size: 2.2rem;
justify-content: center;
}
.text_logo,
.img_logo {
padding: 0 10px;
}
.img_logo img {
width: 100%;
}
.logo_title {
color: #0ab0ee;
font-weight: 600;
line-height: 0.9;
margin-bottom: 10px;
}
.logo_preview {
font-size: 0.72em;
font-weight: 300;
line-height: 0.9;
}
ul.main_nav {
list-style: none;
margin: 0;
padding-inline-start: 0;
text-align: center;
}
ul.main_nav li.main_nav_item {
display: inline-block;
}
ul.main_nav li.main_nav_item a.main_nav_item_link {
text-decoration: none;
color: #000;
font-size: 1.6rem;
font-weight: 600;
padding: 7px 10px;
}
section.main_banner {
height: calc( 100vh - 70px );
min-height: calc( 100vh - 70px );
position: relative;
border-top: 4px solid #0ab0ee;
background-image: url(img/text.png), url(img/bg.jpg);
background-position: bottom 53px right 50%, bottom;
background-size: contain, cover;
background-repeat: no-repeat;
display: flex;
align-items: center;
justify-content: center;
}
section.main_banner h1 {
text-align: center;
font-size: 7rem;
font-weight: 700;
font-family: 'Oswald', sans-serif;
color: #000;
position: relative;
margin-bottom: 50px;
}
section.main_banner h1::after {
content: "";
position: absolute;
width: 30%;
left: 35%;
bottom: -10px;
height: 0.6rem;
background-color: #fcab3a;
}
.preview_main_banner {
font-size: 2.6rem;
text-align: center;
font-weight: 600;
color: #000;
max-width: 600px;
margin: 15px auto;
line-height: 1.2;
}
.container_banner {
text-align: center;
}
a.buy_osago {
display: inline-block;
margin: 20px 0;
padding: 10px 30px;
background-color: #0ab0ee;
border: 2px solid #fff;
color: #fff;
font-size: 3rem;
text-decoration: none;
text-transform: uppercase;
transition: .6s;
}
a.buy_osago:hover {
background-color: transparent;
border-color: #0ab0ee;
color: #0ab0ee;
transition: .6s;
box-shadow: 1px 2px 13px 2px rgba(255,255,255,.4);
}
.partn_item {
display: flex!important;
align-items: center;
height: 97px;
}
.partn_item img {
width: 100%;
max-height: 97px;
padding: 5px 15px;
display: block;
}
section.content h2 {
padding: 40px 0;
font-size: 4rem;
font-family: 'Oswald', sans-serif;
font-weight: 500;
position: relative;
text-align: center;
}
section.content h2::after {
content: "";
position: absolute;
width: 10%;
left: 45%;
bottom: 20px;
height: 0.3rem;
background-color: #0ab0ee;
}
.icon_block {
text-align: center;
}
.icon_block img {
width: 64px;
height: 64px;
}
.adv_title {
font-size: 3rem;
text-align: center;
margin: 15px 0;
font-weight: 500;
color: #0ab0ee;
}
.adv_content {
font-size: 1.6rem;
padding: 0 5px;
}
.adv_block {
margin: 15px 0;
}
.adr_title {
font-size: 2rem;
font-weight: 600;
color: #0ab0ee;
line-height: 0.9;
}
.pretitl_adr {
font-size: 1.6rem;
font-weight: 500;
}
.address_adr {
font-size: 1.8rem;
font-weight: 600;
}
.adr_block {
margin: 20px 0;
}
ul.phone_numb {
padding-inline-start: 10px;
margin: 0;
list-style: none;
}
li.phone_numb_elem {
font-size: 1.4rem;
}
a.tels {
display: inline-block;
color: #0ab0ee;
transition: .6s;
}
a.tels:hover {
text-decoration: underline;
color: #000;
transition: .6s;
}
.download_text {
color: #000;
font-size: 2rem;
text-align: center;
}
a.izvesh {
transition: .6s;
width: 100%;
}
a.izvesh:hover {
text-decoration: none;
transition: .6s;

}
a.izvesh:hover .download_text {
transition: .6s;
color: #0ab0ee;
}
.download_text:hover {
transition: .6s;
color: #0ab0ee;
}
.izveshenie .partn_slider {
margin: 20px 0;
}
.img_cont {
text-align: center;
}
.izveshenie .partn_slider .partn_item {
margin: 20px 0;
}
.izveshenie .partn_slider .partn_item .img_cont {
height: 97px;
display: flex;
align-items: center;
}
.mobile_menus {
cursor: pointer;
display: none;
text-align: center;
}
.call_back {
text-align: center;
}
a.calls {
display: inline-block;
padding: 7px 15px;
background-color: #0ab0ee;
border: 1px solid #007bff;
color: #fff;
transition: .6s;
font-size: 2rem;
}
a.calls:hover {
background-color: #fff;
color: #0ab0ee;
text-decoration: none;
transition: .6s;
}
.mobile_menus i.fa {
font-size: 3rem;
}
.copyright {
font-size: 1.6rem;
font-family: 'Oswald', sans-serif;
font-weight: 300;
text-align: center;
margin-bottom: 20px;
}
.fancybox-content {
max-width: 600px;
height: auto;
padding: 20px 0;
}
.fancybox-content input {
width: 90%;
margin: 15px 5%;
height: 40px;
border: 1px solid #0ab0ee;
font-size: 2rem;
text-indent: 10px;
font-family: 'Oswald', sans-serif;
font-weight: 300;
}
.fancybox-content textarea {
width: 95%;
margin: 15px 2.5%;
height: 80px;
border: 1px solid #0ab0ee;
font-size: 2rem;
text-indent: 10px;
font-family: 'Oswald', sans-serif;
font-weight: 300;
}
.fancybox-content form button {
width: 60%;
margin: 0 20%;
height: 40px;
border: 1px solid #0ab0ee;
font-size: 2rem;
font-family: 'Oswald', sans-serif;
font-weight: 300;
background-color: #0ab0ee;
color: #fff;
transition: .6s;
}
	text-align: center;
    font-size: 3rem;
    font-family: 'Oswald', sans-serif;
}
.message_thnk {
    font-size:1.6rem;
    font-family: 'Oswald', sans-serif;
    text-align: center;
}
.wow {
	visibility: hidden;
}
@media screen and (max-width: 767px) {
	.mobile_menus {
		display: block;
		margin: 15px 0;
	}
	ul.main_nav {
		display: none;
	}
	.logo {
		margin: 15px 0;
	}
	ul.main_nav li.main_nav_item {
		display: block;
	}
	section.main_banner h1 {
		line-height: 1.1;
    font-size: 4.5rem;
    margin: 15px 0;
    margin-bottom: 30px;
	}
	section.main_banner {
		height: auto;
		min-height: 500px;
		display: block;
	    background-position: bottom 15px right 50%, bottom;
	}
	section.main_banner h1::after {
		bottom: -20px;
	}
}