@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Home
        3.1 Home Slider
4. Header
        4.1 Top bar
        4.2 Main Menu
5. Menu
6. Intro
7. Services
8. Converter
9. Info
10. News
11. Footer


******************************/

/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@font-face
{
    font-family: 'gill';
   
}
@font-face
{
    font-family: 'gill';
   
    font-weight: bold;
}

/*********************************
2. Body and some general stuff
*********************************/

*
{
    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: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    background: #FFFFFF;
    
}
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: 0px;
}
p
{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.92;
    font-weight: 400;
    color: #838383;
    -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: #FF6347;
}
p a:hover
{
    color: #FFFFFF;
    background: #ffa07f;
}
p a:hover::after
{
    opacity: 0.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: 'Open Sans', sans-serif;
    -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: transparent;
}
.nopadding
{
    padding: 0px !important;
}

/*********************************
3. Home
*********************************/

.home
{
    width: 100%;
    height: 100vh;
    background: #212121;
}

/*********************************
3.1 Home Slider
*********************************/

.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,0.83);
}
.home_slider_content h1
{
    font-family: 'gill', sans-serif;
    font-size: 72px;
    line-height: 1.1;
    color: #FFFFFF;
}
.home_slider_text
{
    width: 72%;
    margin: 0 auto;
    margin-top: 15px;
    font-family: 'gill', sans-serif;
    font-size: 18px;
    color: #FFFFFF;
}
.link_button
{
    width: 174px;
    height: 59px;
    background: #ffa800;
    text-align: center;
}
.link_button a
{
    display: block;
    position: relative;
    line-height: 59px;
    font-family: 'gill', sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    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: #FFFFFF;
    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: #ffa800;
}
.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: #ffa800;
}

/*********************************
4. Header
*********************************/

.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);
}

/*********************************
4.1 Top bar
*********************************/

.top_bar
{
    background: #FFFFFF;
}
.top_bar_container
{
    width: 100%;
    height: 86px;
}
.logo_container
{
    transform: translateY(12px);
}
.logo
{
    padding-left: 63px;
    margin-bottom: 30px;
}
.logo_line_1
{
    font-family: 'gill', sans-serif;
    font-size: 30px;
    line-height: 0.75;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
}
.logo_line_1 span
{
    color: #ffa800;
    font-weight: bold;
}
.logo_line_2
{
    font-size: 11px;
    color: #909090;
    margin-top: -1px;
    padding-left: 1px;
}
.logo_img
{
    position: absolute;
    left: 0;
    top: -38px;
    width: 70px;
    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: 'gill', sans-serif;
    font-size: 14px;
    color: #ffa800;
    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: #ffa800;
}
.register
{
    padding-right: 23px;
}
.register::after
{
    display: block;
    position: absolute;
    top: 0;
    right: 6px;
    color: #ffa800;
    content: '|';
}
.coins
{
    margin-right: 45px;
}
.coins ul
{
    text-align: right;
}
.coins ul li
{
    display: inline-block;
    font-family: 'gill', sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    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: #ffa800;
    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: #ffa800;
}

/*********************************
4.2 Main Menu
*********************************/

.main_menu
{
    width: 100%;
    background: #003679;
}
.main_menu_container
{
    width: 100%;
    height: 58px;
}
.main_menu_list > li
{
    display: inline-block;
    margin-right: 46px;
    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: 0px;
    background: #ffa800;
    content: '';
}
.main_menu_list > li.active > a
{
    color: #ffa800;
    font-weight: bold;
}
.main_menu_list li a
{
    display: block;
    font-family: 'gill', sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    text-transform: uppercase;
    line-height: 85px;
    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: #ffa800;
}
.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: #ffa800;
    padding: 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: #FFFFFF;
    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: 'gill', sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
    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: #FFFFFF;
    -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: transparent;
    border: solid 2px #ffa800;
    outline: none;
    height: 40px;
    width: 200px;
    padding-left: 15px;
    padding-right: 15px;
    color: #FFFFFF;
}
.search_input::-webkit-input-placeholder
{
    font-size: 12px !important;
    font-style: italic;
    color: rgba(255, 255, 255, 0.5) !important;
}
.search_input:-moz-placeholder
{
    font-size: 12px !important;
    font-style: italic;
    color: rgba(255, 255, 255, 0.5) !important;
}
.search_input::-moz-placeholder
{
    font-size: 12px !important;
    font-style: italic;
    color: rgba(255, 255, 255, 0.5) !important;
}
.search_input:-ms-input-placeholder
{
    font-size: 12px !important;
    font-style: italic;
    color: rgba(255, 255, 255, 0.5) !important;
}
.search_input::input-placeholder
{
    font-size: 12px !important;
    font-style: italic;
    color: rgba(255, 255, 255, 0.5) !important;
}

/*********************************
5. Menu
*********************************/

.menu
{
    display: block;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    background: #003679;
    -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,0.05);
}
.menu_item:last-child
{
    border: none;
}
.menu_item:hover
{
    /*background: #f2f2f2;*/
}
.menu_item a
{
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    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: #FFFFFF;
}
.menu_register_login
{
    border-bottom: solid 1px rgba(17,16,14,0.05);
}
.menu_register_login_content
{
    height: 60px;
}
.menu_register_login .register a,
.menu_register_login .login a
{
    color: #fff;
}
.menu_register_login .register:hover a,
.menu_register_login .login:hover a
{
    color: #FFFFFF;
}
.menu_register_login .register::after
{
    color: #11100e;
}

/*********************************
6. Intro
*********************************/

.intro
{
    padding-top: 110px;
    padding-bottom: 110px;
    background: #f5f9fa;
}
.intro_image
{
    max-width: 100%;
    /*height: 394px;*/
    margin-right: 66px;
}
.intro_image img
{
    max-width: 100%;
}
.intro_title
{
    font-family: 'gill', sans-serif;
    color: #212121;
    margin-top: -1px;
}
.intro_subtitle
{
    font-family: 'gill', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.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: #ffa800;
    content: '';
}
.intro_text
{
    margin-top: 32px;
}
.intro_text p:last-of-type
{
    margin-bottom: 0;
}
.intro_button
{
    margin-top: 39px;
}

/*********************************
7. Services
*********************************/

.services
{
    width: 100%;
    background: #FFFFFF;
    padding-top: 110px;
    padding-bottom: 110px;
}
.services_item
{
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 38px;
    padding-bottom: 59px;
    background: #f5f9fa;
}
.services_item_bg
{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #ffa800;
    -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;
}
.services_icon svg
{
    max-width: 100%;
    max-height: 100%;
}
.services_icon svg path
{
    fill: #ffa800;
    -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: 'gill', sans-serif;
    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: #FFFFFF;
}
.services_item:hover .services_icon svg path
{
    fill: #FFFFFF;
}
.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: #ffa800;
}

/*********************************
8. Converter
*********************************/

.converter
{
    padding-top: 130px;
    padding-bottom: 138px;
}
.converter_background
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.converter_title
{
    font-family: 'gill', sans-serif;
    color: #FFFFFF;
    margin-top: -1px;
}
.converter_subtitle
{
    font-family: 'gill', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.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: #ffa800;
    content: '';
}
.converter_text
{
    margin-top: 32px;
}
.converter_text p
{
    color: #FFFFFF;
}
.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: transparent;
    color: #FFFFFF;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    outline: none;
    vertical-align: top;
    margin-right: 10px;
}
.converter_input_value
{
    border: solid 2px #ffa800;
}
.dropdown_converter
{
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    -o-appearance:none;
    appearance:none;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    -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 #ffa800;
}
.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: #FFFFFF !important;
}
.converter_input:-moz-placeholder
{
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #FFFFFF !important;
}
.converter_input::-moz-placeholder
{
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #FFFFFF !important;
}
.converter_input:-ms-input-placeholder
{
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #FFFFFF !important;
}
.converter_input::input-placeholder
{
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #FFFFFF !important;
}
.eq
{
    display: inline-block;
    width: 95px;
    height: 52px;
    vertical-align: top;
    line-height: 48px;
    font-size: 30px;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
    margin-right: 10px;
}

/*********************************
9. Info
*********************************/

.info
{
    padding-top: 110px;
    padding-bottom: 102px;
    background: #f5f9fa;
}
.section_title_container
{
    width: 100%;
}
.section_title
{
    font-family: 'gill', sans-serif;
    font-size: 40px;
    color: #212121;
    margin-top: -7px;
}
.section_subtitle
{
    position: relative;
    font-family: 'gill', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.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: #ffa800;
    content: '';
}
.info_row
{
    margin-top: 79px;
}
.info_image
{
    width: 200px;
    height: 200px;
    margin: 0 auto;
}
.info_image img
{
    max-width: 100%;
}
.info_title
{
    font-family: 'gill', sans-serif;
    font-size: 22px;
    color: #212121;
    margin-top: 11px;
}
.info_text
{
    margin-top: 32px;
}
.info_text p:last-of-type
{
    margin-bottom: 0;
}

/*********************************
10. News
*********************************/

.news
{
    padding-top: 110px;

    background: #FFFFFF;
}
.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: 'gill', sans-serif;
    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: #ffa800;
    text-align: center;
}
.news_button a
{
    display: block;
    position: relative;
    font-family: 'gill', sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;
    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: #FFFFFF;
    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: #ffa800;
}

/*
*
* Footers
*/
.footer-classic {
    color: rgba(255, 255, 255, 0.3);
    background: #ffffff;
}

.footer-classic h1, .footer-classic h2, .footer-classic h3, .footer-classic h4, .footer-classic h5, .footer-classic h6, .footer-classic [class*='heading-'] {
    color: rgba(255, 255, 255, 0.15);
}

.footer-classic .contact-classic-title {
    color: #01b3a7;
}

.footer-classic .contact-classic-link {
    color: #ffffff;
}

.footer-bottom-panel {
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-classic-2 .box-footer {
    background: #11263a;
}

.footer-classic-2 .footer-list-category a:hover {
    color: #01b3a7;
}

.footer-classic-2 .footer-list-category a:hover span::before {
    border-right-color: #01b3a7;
}

.footer-classic-2 .footer-list-category a:hover span::after {
    background-color: #01b3a7;
}

.box-footer {
    text-align: left;
    min-height: 100%;
    padding: 40px 15px;
    letter-spacing: .025em;
    background: #2c2e31;
}

.box-footer a, .box-footer a:focus, .box-footer a:active {
    color: #ffffff;
}

.box-footer a:hover {
    color: #50ba87;
}

.box-footer .form-wrap + * {
    margin-top: 12px;
}

.box-footer * + .rd-form {
    margin-top: 20px;
}

.box-footer .form-validation {
    color: #ffffff;
}

.box-footer .form-label {
    top: 32px;
    font-size: 16px;
    color: #ffffff;
}

.box-footer .form-input {
    font-size: 16px;
    padding-top: 18px;
    padding-bottom: 18px;
    border: none;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.06);
}

.box-footer textarea.form-input {
    height: 160px;
}

.box-footer .button.button-ujarak::before {
    background: #ffffff;
}

.box-footer .button.button-ujarak:hover, .box-footer .button.button-ujarak:active {
    color: #151515;
    border-color: #ffffff;
}

.box-footer-small {
    padding-top: 45px;
}

.contact-classic .unit-left {
    min-width: 45px;
}

.contact-classic a {
    display: inline-block;
}

.contact-classic-item {
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.contact-classic-title {
    margin-top: 2px;
    letter-spacing: .025em;
    color: #01b3a7;
}

.contact-classic-link {
    color: #ffffff;
}

* + .contact-classic {
    margin-top: 3px;
}

.footer-brand + p {
    margin-top: 22px;
}

@media (min-width: 480px) {
    .box-footer {
        padding: 40px 30px;
    }
}

@media (min-width: 992px) {
    .box-footer * + .rd-form {
        margin-top: 8px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .box-footer {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 1800px) {
    .box-footer {
        padding: 60px 60px 50px;
    }
}

.box-footer-2 {
    text-align: left;
    padding: 30px 20px;
    min-height: 100%;
    background: #ffffff;
    border: 1px solid #e1e1e1;
}

.box-footer-2 .footer-contacts .icon {
    color: #01b3a7;
}

.box-footer-form {
    padding: 30px 20px;
    background: #01b3a7;
}

.box-footer-form .form-input {
    min-height: 50px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.box-footer-form .form-label {
    top: 25px;
}

.box-footer-form textarea.form-input {
    height: 116px;
    max-height: 197px;
}

.box-footer-form .button {
    min-width: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.box-footer-form .form-wrap + * {
    margin-top: 10px;
}

.ios .box-footer-form .form-label,
.iphone .box-footer-form .form-label,
.ipad .box-footer-form .form-label,
.mac-os .box-footer-form .form-label {
    top: 13px;
    transform: none;
}

.box-footer-2-title {
    letter-spacing: .025em;
}

.box-footer-2-text {
    letter-spacing: .025em;
    color: #9b9b9b;
}

* + .box-footer-2-text {
    margin-top: 8px;
}

@media (min-width: 768px) {
    .box-footer-2 {
        border: none;
    }
}

@media (min-width: 992px) {
    .box-footer-2 {
        padding: 35px 30px 25px;
    }
    .box-footer-2 .footer-contacts li + li {
        margin-top: 28px;
    }
    .box-footer-form {
        padding: 35px 25px;
    }
    .box-footer-2-text + .footer-contacts {
        margin-top: 40px;
    }
}

@media (min-width: 1200px) {
    .box-footer-2-text + .footer-contacts {
        margin-top: 50px;
    }
}

.footer-social-list .icon {
    position: relative;
    text-align: center;
    width: 46px;
    height: 46px;
    font-size: 20px;
    line-height: 46px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 4px #3a3e43;
    transition: color .3s;
    z-index: 1;
}

.footer-social-list .icon, .footer-social-list .icon:focus, .footer-social-list .icon:active {
    color: #ffffff;
}

.footer-social-list .icon:hover {
    color: #01b3a7;
}

.footer-social-list .icon::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 2px;
    border-radius: 50%;
    background: #3a3e43;
    pointer-events: none;
    transition: transform 0.2s, opacity 0.3s;
    z-index: -1;
}

.footer-social-list .icon:hover:after {
    opacity: 0;
    transform: scale(1.3);
}

* + .footer-social-list {
    margin-top: 26px;
}

@media (min-width: 480px) {
    .footer-social-list .icon {
        width: 56px;
        height: 56px;
        font-size: 25px;
        line-height: 56px;
    }
}

.footer-list-category li {
    font-weight: 400;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-list-category li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-list-category a {
    position: relative;
    display: block;
    padding: 22px 40px 20px 2px;
    transition: color .3s ease-in-out, all .3s ease;
}

.footer-list-category a, .footer-list-category a:focus, .footer-list-category a:active {
    color: #ffffff;
}

.footer-list-category a:hover {
    color: #01b3a7;
}

.footer-list-category a span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 38%;
    right: 0;
    font-size: 0;
    line-height: 0;
    padding-left: 6px;
    padding-right: 6px;
}

.footer-list-category a span::before, .footer-list-category a span::after {
    display: inline-block;
    vertical-align: middle;
    content: '';
    transition: all .2s ease-in-out;
}

.footer-list-category a span::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 10px 6px 0;
    border-color: transparent rgba(255, 255, 255, 0.1) transparent transparent;
}

.footer-list-category a span::after {
    width: 0;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.1);
}

.footer-list-category a:hover {
    letter-spacing: .1em;
}

.footer-list-category a:hover span::before {
    border-right-color: #01b3a7;
}

.footer-list-category a:hover span::after {
    width: 30px;
    margin-left: 7px;
    background-color: #01b3a7;
}

* + .footer-list-category {
    margin-top: 20px;
}

@media (min-width: 480px) {
    .footer-list-category a {
        padding-right: 160px;
    }
    .footer-list-category a:hover {
        letter-spacing: .2em;
    }
    .footer-list-category a:hover span::after {
        width: 123px;
    }
}

@media (min-width: 992px) {
    * + .footer-list-category {
        margin-top: 8px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .footer-list-category a {
        padding-right: 130px;
    }
    .footer-list-category a:hover {
        letter-spacing: .15em;
    }
    .footer-list-category a:hover span::after {
        width: 90px;
    }
    .footer-list-category .heading-5 {
        font-size: 20px;
    }
}

.footer-variant-2 {
    text-align: center;
    letter-spacing: .025em;
}

.footer-variant-2 .form-label,
.footer-variant-2 .form-input {
    text-align: center;
}

.footer-variant-2 .rights {
    font-size: 12px;
}

.footer-variant-2 .rd-form * + .button {
    margin-top: 10px;
}

.footer-variant-2 * + .rd-form {
    margin-top: 25px;
}

.footer-variant-2 * + .group-lg {
    margin-top: 30px;
}

.footer-variant-2 * + .row {
    margin-top: 24px;
}

.footer-variant-2 * + .footer-contacts {
    margin-top: 22px;
    padding-top: 32px;
    border-top: 1px solid #d7d7d7;
}

@media (min-width: 768px) {
    .footer-variant-2 {
        text-align: left;
    }
}

.footer-variant-2-content {
    padding: 50px 0;
}

@media (min-width: 768px) {
    .footer-variant-2-content {
        padding-top: 65px;
        padding-bottom: 65px;
    }
}

.footer-variant-2-bottom-panel {
    padding: 30px 0;
}

.footer-contacts {
    text-align: left;
    font-size: 0;
    line-height: 0;
}

.footer-contacts .icon {
    vertical-align: middle;
    text-align: left;
    min-width: 21px;
    font-size: 24px;
    line-height: 24px;
    color: #ffa800;
}

.footer-contacts .fa-envelope {
    font-size: 20px;
}

.footer-contacts .fa-clock-o {
    font-size: 22px;
}

.footer-contacts .link-phone {
    font-size: 18px;
    line-height: 1.34;
    letter-spacing: .025em;
}

.footer-contacts .link-location {
    max-width: 192px;
}

.footer-contacts p {
    font-size: 14px;
    line-height: 1.72;
    letter-spacing: .025em;
}

.footer-contacts a {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.72;
    letter-spacing: .025em;
}

.footer-contacts a, .footer-contacts a:focus, .footer-contacts a:active {
    color: #151515;
}

.footer-contacts a:hover {
    color: #01b3a7;
}

.footer-contacts li + li {
    margin-top: 18px;
}

* + .footer-contacts {
    margin-top: 28px;
}

.footer-social-list-2 .icon {
    font-size: 16px;
}

.footer-social-list-2 a, .footer-social-list-2 a:focus, .footer-social-list-2 a:active {
    color: #151515;
}

.footer-social-list-2 a:hover {
    color: #50ba87;
}

.footer-modern {
    background: #404040;
}

.footer-modern .footer-variant-2-bottom-panel {
    background: #363636;
}

.footer-creative {
    background: #383b40;
}

.footer-creative .footer-variant-2-bottom-panel {
    background: #2f3439;
}

.footer-link-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 12px;
    line-height: 2;
    font-weight: 500;
    margin-bottom: -5px;
    margin-left: -20px;
}

.footer-link-list:empty {
    margin-bottom: 0;
    margin-left: 0;
}

.footer-link-list > * {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 5px;
    margin-left: 20px;
}

.footer-link-list a, .footer-link-list a:focus, .footer-link-list a:active {
    color: #151515;
}

.footer-link-list a:hover {
    color: #50ba87;
}

@media (min-width: 768px) {
    .footer-link-list {
        justify-content: flex-start;
    }
}

@media (min-width: 992px) {
    .footer-link-list {
        justify-content: space-between;
    }
}

.footer-corporate {
    text-align: center;
    background: #323438;
    margin-top: 20px;
}

.footer-corporate h6 {
    font-size: 16px;
}

.footer-corporate .footer-contacts .link-phone {
    font-size: 14px;
    line-height: 1.72;
}

.footer-corporate .footer-contacts a {
    letter-spacing: .05em;
}

.footer-corporate .footer-contacts .link-location {
    letter-spacing: .025em;
}

.footer-corporate .footer-contacts .unit {
    margin-bottom: -10px;
    margin-left: -22px;
}

.footer-corporate .footer-contacts .unit > * {
    margin-bottom: 10px;
    margin-left: 22px;
}

.footer-corporate .rights {
    font-size: 12px;
}

.footer-corporate .list-marked a, .footer-corporate .list-marked a:focus, .footer-corporate .list-marked a:active {
    color: inherit;
}

.footer-corporate .list-marked a:hover {
    color: #01b3a7;
}

.footer-corporate .button {
    min-width: auto;
    padding-left: 30px;
    padding-right: 30px;
}

.footer-corporate * + .list-marked {
    margin-top: 22px;
}

.footer-corporate * + .group-md {
    margin-top: 30px;
}

@media (max-width: 575.98px) {
    .footer-corporate .post-minimal-2 {
        margin-left: auto;
        margin-right: auto;
    }
    .footer-corporate .list-marked {
        text-align: center;
    }
}

@media (min-width: 576px) {
    .footer-corporate {
        text-align: left;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .footer-corporate .footer-contacts {
        margin-bottom: -10px;
        margin-left: -40px;
    }
    .footer-corporate .footer-contacts:empty {
        margin-bottom: 0;
        margin-left: 0;
    }
    .footer-corporate .footer-contacts > * {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 10px;
        margin-left: 40px;
    }
    .footer-corporate .footer-contacts .unit {
        align-items: center;
    }
}

@media (min-width: 992px) {
    .footer-corporate .list-marked {
        max-width: 90%;
    }
}

.footer-corporate-2 {
    background: #474b4e;
}

.footer-corporate-2 .footer-corporate-bottom-panel {
    background: #3c4043;
}

.footer-corporate-2 .post-minimal-2-title a, .footer-corporate-2 .post-minimal-2-title a:focus, .footer-corporate-2 .post-minimal-2-title a:active {
    color: #01b3a7;
}

.footer-corporate-2 .post-minimal-2-title a:hover {
    color: #ffffff;
}

.footer-corporate-2 .list-custom-2 {
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
}

@media (min-width: 992px) {
    .footer-corporate-2 .list-marked {
        max-width: none;
    }
}

.footer-corporate-inset {
    padding: 50px 0;
}


.footer-corporate-bottom-panel {
    padding: 30px 0;
    background: #19212fde;
    color: rgba(255, 255, 255, 0.3);
}

.footer-minimal {
    background: #303233;
}

.footer-minimal .rights {
    font-size: 12px;
}

.footer-minimal-inset {
    padding: 40px 0;
}

.footer-minimal-bottom-panel {
    padding: 35px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
}

@media (min-width: 768px) {
    .footer-minimal-inset {
        padding: 60px 0;
    }
}

.footer-list-category-2 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: left;
    font-size: 18px;
    line-height: 1.34;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif, Arial, sans-serif;
}

.footer-list-category-2 a, .footer-list-category-2 a:focus, .footer-list-category-2 a:active {
    color: #ffffff;
}

.footer-list-category-2 a:hover {
    color: #01b3a7;
}

@media (max-width: 767.98px) {
    .footer-list-category-2 {
        margin-bottom: -10px;
        margin-left: -30px;
    }
    .footer-list-category-2:empty {
        margin-bottom: 0;
        margin-left: 0;
    }
    .footer-list-category-2 > * {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 10px;
        margin-left: 30px;
    }
}

@media (min-width: 768px) {
    .footer-list-category-2 {
        justify-content: flex-start;
        transform: translate3d(0, -10px, 0);
        margin-bottom: -10px;
        margin-left: -26px;
        margin-right: -26px;
    }
    .footer-list-category-2 > * {
        margin-top: 10px;
        padding-left: 26px;
        padding-right: 26px;
    }
    .footer-list-category-2 > li:not(:first-child) {
        border-left: 1px solid rgba(255, 255, 255, 0.2);
    }
}

@media (min-width: 1200px) {
    .footer-list-category-2 {
        transform: translate3d(0, -10px, 0);
        margin-bottom: -10px;
        margin-left: -48px;
        margin-right: -48px;
    }
    .footer-list-category-2 > * {
        margin-top: 10px;
        padding-left: 48px;
        padding-right: 48px;
    }
}

.section-prefooter {
    position: relative;
}

.section-prefooter .rd-google-map {
    height: 250px;
}

@media (min-width: 768px) {
    .section-prefooter .rd-google-map-wrap {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .section-prefooter .rd-google-map {
        width: inherit;
        height: inherit;
    }
}

.footer-corporate-inset .post-minimal-2 a {
    color: #01b3a7;
}

.footer-corporate-inset .post-minimal-2 a:hover {
    color: #50ba87;
}

.footer-corporate-inset .list-marked li:before {
    background: #01b3a7;
}
.unit {
    display: flex;
    flex: 0 1 100%;
    margin-bottom: -30px;
    margin-left: -20px;
}
.context-dark .footer-contacts a, .bg-gray-dark .footer-contacts a, .bg-primary .footer-contacts a, .context-dark .footer-contacts a:focus, .bg-gray-dark .footer-contacts a:focus, .bg-primary .footer-contacts a:focus, .context-dark .footer-contacts a:active, .bg-gray-dark .footer-contacts a:active, .bg-primary .footer-contacts a:active {
    color: #ffffff;
}
.footer-corporate h6 {
    font-size: 16px;
    line-height: 1.2;
    font-weight: bold;
    margin-top: 20px;
    color: #ffffff;
}











