﻿@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px
}

body {
    font-family: 'Livvic';
    font-size: 17px;
    font-weight: 400;
    background: #fff;
    color: #000000;
}

div {
    display: block;
    /*position: relative;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

ul {
    list-style: none;
    margin-bottom: 0
}

p {
    font-family: 'Livvic';
    font-size: 16px;
    line-height: 1.92;
    font-weight: 400;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px
}

p a {
    display: inline;
    position: relative;
    color: inherit;
    border-bottom: solid 1px #ffa07f;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

a,
a:hover,
a:visited,
a:active,
a:link {
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px
}

p a:active {
    position: relative;
    color: tomato
}

p a:hover {
    color: #fff;
    background: #ffa07f
}

p a:hover::after {
    opacity: .2
}

::selection {}

p::selection {}

h1 {
    font-size: 40px
}

h2 {
    font-size: 36px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 14px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Livvic';
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px
}

h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection {}

.form-control {
    /*color: #db5246*/
}

section {
    display: block;
    position: relative;
    box-sizing: border-box
}

.clear {
    clear: both
}

.clearfix::before,
.clearfix::after {
    content: "";
    display: table
}

.clearfix::after {
    clear: both
}

.clearfix {
    zoom: 1
}

.float_left {
    float: left
}

.float_right {
    float: right
}

.trans_200 {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.trans_300 {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.trans_400 {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease
}

.trans_500 {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

.fill_height {
    height: 100%
}

.super_container {
    width: 100%;
    overflow: hidden
}

.prlx_parent {
    overflow: hidden
}

.prlx {
    height: 130%!important
}

.parallax-window {
    min-height: 400px;
    background: 0 0
}

.nopadding {
    padding: 0!important
}

.home {
    width: 100%;
    height: 18vh;
    background: #212121
}

@media only screen and (max-width:520px) and (min-width:220px)
{
    .home{
        background:#00529c;
    }
}

@media only screen and (max-width:520px) and (min-width:220px)
{
    .home{
        height:9vh;
    }
}

.home_slider_container {
    width: 100%;
    height: 100%
}

.home_slider {
    width: 100%;
    height: 100%
}

.slider_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.home_slider .owl-dots {
    position: absolute;
    bottom: 29px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.home_slider .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    background: #d2d2d2;
    margin-top: 5px;
    margin-right: 6px;
    margin-bottom: 5px;
    margin-left: 6px
}

.home_slider .owl-dots .owl-dot.active span {
    background: #bda994
}

.home_slider_content {
    position: absolute;
    top: 35%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 776px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 74px;
    padding-bottom: 55px;
    background: rgba(17, 16, 14, .83)
}

.home_slider_content h1 {
    font-family: 'Livvic';
    font-size: 72px;
    line-height: 1.1;
    color: #fff
}

.home_slider_text {
    width: 72%;
    margin: 0 auto;
    margin-top: 15px;
    font-family: 'Livvic';
    font-size: 18px;
    color: #fff
}

.link_button {
    width: 174px;
    height: 59px;
    background: #ffcb09;
    text-align: center
}

.link_button a {
    display: block;
    position: relative;
    line-height: 59px;
    font-family: 'Livvic';
    font-size: 14px;
    font-weight: 700;
    color: #00529c;
    text-transform: uppercase;
    z-index: 1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.home_slider_button {
    margin: 0 auto;
    margin-top: 30px
}

.link_button a::after {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 50%;
    height: 100%;
    background: #00529c;
    content: '';
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: -1
}

.link_button:hover a::after {
    width: 100%;
    opacity: 1
}

.link_button:hover a {
    color: #ffcb09
}

.home_slider_nav {
    position: absolute;
    top: 56.32%;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #939393;
    cursor: pointer;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    z-index: 10
}

.home_slider_prev {
    left: 177px
}

.home_slider_next {
    right: 177px
}

.home_slider_nav:hover {
    background: #ffcb09
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.header.scrolled {
    -webkit-transform: translateY(-86px);
    -moz-transform: translateY(-86px);
    -ms-transform: translateY(-86px);
    -o-transform: translateY(-86px);
    transform: translateY(-86px)
}

.top_bar {
    background: #fff5d1;
}



.top_bar_container {
    /*width: 100%;
    height: 70px*/
}

.logo_container {
    /*transform: translateY(12px)*/
}

.logo {
    padding-left: 63px
}

.logo_line_1 {
    font-family: 'Livvic';
    font-size: 30px;
    line-height: .75;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #fff
}

.logo_line_1 span {
    color: #ffcb09;
    font-weight: 700
}

.logo_line_2 {
    font-size: 11px;
    color: #909090;
    margin-top: -1px;
    padding-left: 1px
}

.logo_img {
    position: absolute;
    left: 0;
    top: -10px;
    width: 57px;
    height: 38px
}

.logo_img img {
    max-width: 100%
}

.top_bar_content {
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
    transform: translateY(3px)
}

.top_bar_content>div {
    display: inline-block
}

.register,
.login {
    display: inline-block
}

.register a,
.login a {
    font-family: 'Livvic';
    font-size: 14px;
    color: #ffcb09;
    text-transform: uppercase;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.register a:hover,
.login a:hover {
    color: #fff
}

.register {
    padding-right: 23px
}

.register::after {
    display: block;
    position: absolute;
    top: 0;
    right: 6px;
    color: #ffcb09;
    content: '|'
}

.coins {
    margin-right: 45px
}

.coins ul {
    text-align: right
}

.coins ul li {
    display: inline-block;
    font-family: 'Livvic';
    font-size: 14px;
    color: #fff;
    margin-right: 21px
}

.coins ul li:last-child {
    margin-right: 0
}

.burger {
    display: none;
    padding: 5px;
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
    transform: translateY(3px);
    cursor: pointer;
    margin-left: 20px
}

.burger i {
    color: #fff;
    font-size: 18px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.burger:hover i {
    color: #ffcb09
}

.main_menu {
    width: 100%;
    background: #ffcb09
}

.main_menu_container {
    width: 100%;
    height: 60px
}

.main_menu_list>li {
    display: inline-block;
    margin-right: 50px;
    height: 100%
}

.main_menu_list>li:last-child {
    margin-right: 0
}

.main_menu_list li {
    position: relative
}

.main_menu_list li.active::after {
    display: block;
    position: absolute;
    bottom: 0;
    left: -9px;
    width: calc(100% + 12px);
    height: 3px;
    background: #11100e;
    content: ''
}

.main_menu_list>li.active>a {
    color: #11100e;
    font-weight: 700
}

.main_menu_list li a {
    display: block;
    font-family: 'Livvic';
    font-size: 17px;
    color: #00529c;
    /*text-transform: uppercase;*/
    line-height: 60px;
    white-space: nowrap;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.main_menu_list li a:hover {
    color: #11100e
}

.main_menu_list li a svg {
    display: none;
    margin-left: 5px;
    margin-bottom: 2px
}

.main_menu_list li.hassubs>a svg {
    display: inline-block
}

.main_menu_list li.hassubs.active .arrow_d,
.main_menu_list li.hassubs:hover .arrow_d {
    stroke: #11100e
}

.main_menu_list li ul {
    display: block;
    position: absolute;
    /*top: 120%;*/
    left: -15px;
    visibility: hidden;
    opacity: 0;
    background: #ffcb09;
    padding: 0px 15px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.main_menu_list li:hover ul {
    visibility: visible;
    opacity: 1;
    top: 100%
}

.main_menu_list li ul li {
    height: 40px
}

.main_menu_list li ul li a {
    color: #00529c;
    line-height: 40px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.main_menu_list li ul li a:hover {
    color: #11100e
}

.main_menu_list li ul li a img {
    display: none
}

.main_menu_contact {}

.main_menu_phone {
    margin-right: 23px
}

.main_menu_phone,
.main_menu_email {
    display: inline-block
}

.main_menu_phone img,
.main_menu_email img {
    display: inline-block;
    width: 22px;
    height: 22px
}

    .main_menu_phone span,
    .main_menu_email span {
        font-family: 'Livvic';
        font-size: 14px;
        color: #000;
        /*font-weight: 700;*/
        margin-left: 8px
    }

.main_menu_search {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 25px;
    cursor: pointer;
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
    transform: translateY(1px)
}

.main_menu_search svg {
    max-width: 100%
}

.mag_path {
    fill: #fff;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.main_menu_search_button:hover .mag_path {
    fill: #11100e
}

.main_menu_search_content {
    position: absolute;
    top: 70px;
    right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    cursor: default;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 500ms ease
}

.main_menu_search_content.active {
    visibility: visible;
    opacity: 1;
    top: 50px
}

.search_input {
    background: 0 0;
    border: solid 2px #ffcb09;
    outline: none;
    height: 40px;
    width: 200px;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff
}

.search_input::-webkit-input-placeholder {
    font-size: 12px!important;
    font-style: italic;
    color: rgba(255, 255, 255, .5)!important
}

.search_input:-moz-placeholder {
    font-size: 12px!important;
    font-style: italic;
    color: rgba(255, 255, 255, .5)!important
}

.search_input::-moz-placeholder {
    font-size: 12px!important;
    font-style: italic;
    color: rgba(255, 255, 255, .5)!important
}

.search_input:-ms-input-placeholder {
    font-size: 12px!important;
    font-style: italic;
    color: rgba(255, 255, 255, .5)!important
}

.search_input::input-placeholder {
    font-size: 12px!important;
    font-style: italic;
    color: rgba(255, 255, 255, .5)!important
}

.menu {
    display: block;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    background: #ffcb09;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

.menu.active {
    opacity: 1;
    visibility: visible
}

.menu_item {
    border-bottom: solid 1px rgba(17, 16, 14, .05)
}

.menu_item:last-child {
    border: none
}

.menu_item:hover {}

.menu_item a {
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0e1d41;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 60px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.menu_item:hover a {
    color: #fff
}

.menu_register_login {
    border-bottom: solid 1px rgba(17, 16, 14, .05)
}

.menu_register_login_content {
    height: 60px
}

.menu_register_login .register a,
.menu_register_login .login a {
    color: #11100e
}

.menu_register_login .register:hover a,
.menu_register_login .login:hover a {
    color: #fff
}

.menu_register_login .register::after {
    color: #11100e
}

.intro {
    padding-top: 110px;
    padding-bottom: 110px;
    background: #f5f9fa
}

.intro_image {
    max-width: 100%;
    margin-right: 66px
}

.intro_image img {
    max-width: 100%
}

.intro_title {
    font-family: 'Livvic';
    color: #212121;
    margin-top: -1px
}

.intro_subtitle {
    font-family: 'Livvic';
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .2em;
    color: #a5a5a5;
    padding-left: 6px;
    padding-top: 30px
}

.intro_subtitle::after {
    display: block;
    position: absolute;
    top: 0;
    left: 5px;
    width: 68px;
    height: 3px;
    background: #ffcb09;
    content: ''
}

.intro_text {
    margin-top: 32px
}

.intro_text p:last-of-type {
    margin-bottom: 0
}

.intro_button {
    margin-top: 39px
}

.services {
    width: 100%;
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px
}

.services_item {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 30px;
    padding-bottom: 40px;
    background: #fff8df;
    margin-bottom: 20px;
}

.services_item_bg {
    /*display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #00529c;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    z-index: 0*/
}

.services_item:hover .services_item_bg {
    height: 100%
}

.services_icon {
    width: 82px;
    height: 82px;
    margin:auto;
}

.services_icon svg {
    max-width: 100%;
    max-height: 100%
}

.services_icon svg path {
    /*fill: #ffcb09;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease*/
}

.services_title {
    font-family: 'Livvic';
    font-size: 24px;
    line-height: 1.68;
    color: #212121;
    /*max-width: 165px;*/
    text-align: center;
    margin-top: 26px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease
}

.services_text {
    text-align: center;
    margin-top: 18px;
    z-index: 1;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease
}

.services_link a {
    font-size: 14px;
    font-weight: 600;
    color: #212121;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease
}

.services_link a:hover {
    color: #939393!important
}

.services_item:hover .services_title,
.services_item:hover .services_link a,
.services_item:hover .services_text {
    color: #00529c
}

.services_item:hover .services_icon svg path {
    /*fill: #fff*/
}

.services_nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #939393;
    cursor: pointer;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.services_prev {
    left: -170px
}

.services_next {
    right: -170px
}

.services_nav:hover {
    background: #ffcb09
}

.converter {
    padding-top: 130px;
    padding-bottom: 138px
}

.converter_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.converter_title {
    font-family: 'Livvic';
    color: #fff;
    margin-top: -1px
}

.converter_subtitle {
    font-family: 'Livvic';
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .2em;
    color: #a5a5a5;
    padding-left: 2px;
    padding-top: 30px
}

.converter_subtitle::after {
    display: block;
    position: absolute;
    top: 0;
    left: 5px;
    width: 68px;
    height: 3px;
    background: #ffcb09;
    content: ''
}

.converter_text {
    margin-top: 32px
}

.converter_text p {
    color: #fff
}

.converter_text p:last-of-type {
    margin-bottom: 0
}

.converter_container {
    padding-top: 182px
}

.converter_container form:last-of-type {
    margin-top: 19px
}

.converter_input {
    display: inline-block;
    width: 84px;
    height: 52px;
    background: 0 0;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    outline: none;
    vertical-align: top;
    margin-right: 10px
}

.converter_input_value {
    border: solid 2px #ffcb09
}

.dropdown_converter {
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-box-shadow: 0 0 0 transparent;
    -webkit-user-select: none;
    width: 134px;
    background-image: url(../images/dropdown.png);
    background-position: center right;
    background-repeat: no-repeat;
    border: solid 2px #c6b5b7;
    padding-left: 20px;
    text-transform: uppercase;
    vertical-align: top;
    cursor: pointer
}

.dropdown_converter:hover {
    border: solid 2px #ffcb09
}

.converter_result {
    border: solid 2px #c6b5b7;
    width: 116px
}

.dropdown_converter option {
    color: #11100e
}

.converter_input::-webkit-input-placeholder {
    font-size: 18px!important;
    font-weight: 600!important;
    color: #fff!important
}

.converter_input:-moz-placeholder {
    font-size: 18px!important;
    font-weight: 600!important;
    color: #fff!important
}

.converter_input::-moz-placeholder {
    font-size: 18px!important;
    font-weight: 600!important;
    color: #fff!important
}

.converter_input:-ms-input-placeholder {
    font-size: 18px!important;
    font-weight: 600!important;
    color: #fff!important
}

.converter_input::input-placeholder {
    font-size: 18px!important;
    font-weight: 600!important;
    color: #fff!important
}

.eq {
    display: inline-block;
    width: 95px;
    height: 52px;
    vertical-align: top;
    line-height: 48px;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-right: 10px
}

.info {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #f5f9fa
}

.section_title_container {
    width: 100%
}

.section_title {
    font-family: 'Livvic';
    font-size: 40px;
    color: #212121;
    margin-top: -7px
}

.section_subtitle {
    position: relative;
    font-family: 'Livvic';
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .2em;
    color: #a5a5a5;
    padding-top: 30px
}

.section_subtitle::after {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 68px;
    height: 3px;
    background: #ffcb09;
    content: ''
}

.info_row {
    margin-top: 30px
}

.info_image {
    width: 100px;
    height: 100px;
    margin: 0 auto
}

.info_image img {
    max-width: 100%
}

.info_title {
    font-family: 'Livvic';
    font-size: 22px;
    color: #212121;
    margin-top: 11px
}

.info_text {
    margin-top: 32px
}

.info_text p:last-of-type {
    margin-bottom: 0
}

.news {
    padding-top: 110px;
    padding-bottom: 110px;
    background: #fff
}

.news_row {
    margin-top: 103px
}

.news_item {
    width: 100%;
    background: #f5f9fa
}

.news_image {
    width: 100%
}

.news_image img {
    max-width: 100%
}

.news_content {
    padding-top: 29px;
    padding-left: 33px;
    padding-right: 33px;
    padding-bottom: 43px
}

.news_title {
    font-family: 'Livvic';
    font-size: 24px;
    color: #212121
}

.news_text {
    margin-top: 14px
}

.news_text p:last-of-type {
    margin-bottom: 0
}

.news_button {
    position: absolute;
    left: 33px;
    bottom: -21px;
    width: 122px;
    height: 41px;
    background: #ffcb09;
    text-align: center
}

.news_button a {
    display: block;
    position: relative;
    font-family: 'Livvic';
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    line-height: 41px;
    z-index: 1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.news_button a::after {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 50%;
    height: 100%;
    background: #fff;
    content: '';
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: -1
}

.news_button:hover a::after {
    width: 100%;
    opacity: 1
}

.news_button:hover a {
    color: #ffcb09
}

.footer {
    padding-top: 50px;
    background: #15191f
}

.footer_logo {
    /*position: absolute;
    top: -18px;
    left: 0*/
}

.footer_about_text {
    color: #c2cbd7;
    line-height: 2.14;
    padding-top: 86px
}

.footer_about p:last-of-type {
    margin-bottom: 0
}

.footer_title {
    font-family: 'Livvic';
    font-size: 24px;
    color: #fff
}

.footer_links ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    margin-top: 35px
}

.footer_links ul li {
    margin-bottom: 9px
}

.footer_links ul li a {
    font-size: 17px;
    color: #c2cbd7;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.footer_links ul li a:hover {
    color: #ffcb09
}

.footer_newsletter_form {
    display: block;
    position: relative;
    margin-top: 54px
}

.footer_newsletter_input {
    width: 100%;
    height: 47px;
    background: 0 0;
    border: solid 2px rgba(224, 227, 228, .17);
    padding-left: 26px;
    outline: none;
    color: #ffcb09;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.footer_newsletter_input:focus {
    border: solid 2px rgba(224, 227, 228, .34)
}

.footer_newsletter_button {
    position: absolute;
    top: 0;
    right: 0;
    width: 127px;
    height: 47px;
    background: #ffcb09;
    border: none;
    outline: none;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    cursor: pointer
}

.footer_newsletter_input::-webkit-input-placeholder {
    font-size: 11px!important;
    font-style: italic;
    color: #c2cbd7!important
}

.footer_newsletter_input:-moz-placeholder {
    font-size: 11px!important;
    font-style: italic;
    color: #c2cbd7!important
}

.footer_newsletter_input::-moz-placeholder {
    font-size: 11px!important;
    font-style: italic;
    color: #c2cbd7!important
}

.footer_newsletter_input:-ms-input-placeholder {
    font-size: 11px!important;
    font-style: italic;
    color: #c2cbd7!important
}

.footer_newsletter_input::input-placeholder {
    font-size: 11px!important;
    font-style: italic;
    color: #c2cbd7!important
}

.footer_newsletter_text {
    font-size: 11px;
    line-height: 2.18;
    color: #c2cbd7;
    font-style: italic;
    margin-top: 19px;
    padding-left: 3px
}

.footer_social {
    margin-top: 33px
}

.footer_social ul li {
    display: inline-block;
    margin-right: 10px
}

.footer_social ul li a i {
    color: #fff;
    font-size: 17px;
    padding: 5px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.footer_social ul li:hover a i {
    color: #ffcb09
}

.copyright {
    width: 100%;
    margin-top: 50px;
    background: #0d1016
}

.copyright_content {
    width: 100%;
    height: 70px
}

.footer_nav {
    width: 100%;
    height: 70px;
    text-align: right
}

.footer_nav ul li {
    display: inline-block;
    margin-right: 23px
}

.footer_nav ul li:last-child {
    margin-right: 0
}

.footer_nav ul li a {
    font-family: 'Livvic';
    font-size: 13px;
    color: #697686;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.footer_nav ul li a:hover {
    color: #ffcb09
}

.cr {
    font-family: 'Livvic';
    font-size: 15px;
    color: #ffffff;
}