body
{
    background-color: #fff;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    overflow-x: hidden;
    font-size: 14px;
}

a
{
    color: #000;
    text-decoration: none;
}

.container
{
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 20px;
}

.container_out
{
    width: 1920px;
}

h1,
h2,
h3
{
    font-weight: 900;
    text-transform: uppercase;
    font-size: 38px;
    line-height: 1.2;
}

strong
{
    font-weight: 700;
}

#top
{
    box-shadow: 0px 18px 8px 1px #f4f4f4;
    margin-bottom: 60px;
}

#top #a_logo img
{
    width: 250px;
}

#top #top_in
{
    display: flex;
    padding: 30px 0;
    justify-content: space-between;
    align-items: center;
}

#top nav a
{
    display: inline-block;
    padding: 5px;
    color: #7f7f7f;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    margin: 0 10px;
}

#top nav a.active,
#top nav a:hover
{
    color: #000;
}

#bottom 
{
    text-align: center;
    font-size: 11px;
    padding: 20px;
}

#bottom img
{
    width: 120px;
    margin: 10px;
}

#bottom .container
{
    padding-top: 10px;
    border-top: 2px solid #f1f1f1;
}

#home_out
{
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    position: relative;
}

#home
{
    display: flex;
    line-height: 1.6;
}

#home > div
{
    width: 50%;
}

#home #home_photo img
{
    left: 0;
    margin-left: 60px;
}

#home h1
{
    margin-top: 20px;
    margin-bottom: 40px;
}

#home p
{
    padding-bottom: 20px;
    max-width: 90%;
}

.button,
#home a,
.calculator_in .content_text a
{
    display: inline-block;
    border: 1px solid #000;
    padding: 5px 20px;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    line-height: 1.4;
    box-sizing: border-box;
}

.button:hover,
#home a:hover,
.calculator_in .content_text a:hover
{
    background-color: #000;
    color: #fff;
    transition: .3s;
}

.offer
{
    background-color: #f2f2f2;
    padding-top: 40px;
    margin-top: 50px;
}

.offer .content_header
{
    display: flex;
}

.offer .content_header div.title
{
    width: 32%;
    text-align: right;
}

.offer .content_header div.headline
{
    width: 68%;
}

.offer .content_header div.headline p
{
    padding-bottom: 20px;
    line-height: 1.6;
    max-width: 550px;
    padding-left: 60px;
}

.offer_links
{
    display: flex;
    background: linear-gradient(180deg, #f2f2f2 0%, #f2f2f2 50%, #fff 50%, #fff 100%);
}

.offer_links_in
{
    display: flex;
    justify-content: center;

}

.offer_links_in a
{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    width: 50%;
    margin: 40px;
}

.offer_links_in a img
{
    margin-bottom: 30px;
}

.contact
{
    text-align: center;
}

.contanct img
{
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    position: relative;
}

.contact_in
{
    text-align: center;
    padding-top: 80px;
}

.contact_in .content_text
{
    background-color: #f2f2f2;
    padding: 40px 0;
    margin-top: 20px;
}

.contact_in .content_text p
{
    max-width: 500px;
    margin: 0 auto;
    line-height: 1.6;
}

.contact_bottom
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1.6;
    margin: 40px 0;
}

.contact_bottom > div.row
{
    width: 25%;
}

.contact_bottom > div.vr
{
    width: 3px;
    align-self: stretch;
    background-color: #f1f1f1;
}

.contact_bottom p
{
    padding: 12px 0;
}

.contact_bottom p strong
{
    font-size: 18px;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 3px;
}

.contact_bottom img
{
    width: 250px;
    margin: 20px 0;
}

#offer .offer_header
{
    display: flex;
    margin-bottom: 30px;
}

#offer .offer_header div.title
{
    width: 32%;
    text-align: right;
}

#offer .offer_header div.headline
{
    width: 68%;
}

#offer .offer_header div.headline p
{
    padding-bottom: 20px;
    line-height: 1.6;
    padding-left: 60px;
}

.long_offer_header
{
    display: flex;
    line-height: 1.6;
    margin-bottom: 50px;
}

.long_offer_header > div
{
    width: 50%;
}

.long_offer_header h1
{
    margin-top: 20px;
    margin-bottom: 40px;
}

.long_offer_header p
{
    padding-bottom: 20px;
    max-width: 90%;
}

.long_offer_text
{
    max-width: 1030px;
    margin: 0 auto;
}

figure.table table
{
    width: 100%;
    margin-top: 30px;
    border-collapse: collapse;
}

figure.table table td,
figure.table table th
{
    padding: 10px;
    font-size: 18px;
    line-height: 1.3;
    border: 1px solid #d8d8d8;
    vertical-align: middle;
}

figure.table table th
{
    padding: 15px;
}

figure.table table td figure img.mini
{
    width: 90px;
    vertical-align: middle;
}

figure.table table td figure.image
{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

figure.table table td figure.image > figcaption
{
    font-size: 16px;
    flex-grow: 1;
    text-align: left;
    padding-left: 20px;
}

figure.table > figcaption
{
    padding: 15px 0;
    text-align: right;
}

.profile_description
{
    max-width: 1030px;
    margin: 60px auto;
}

.profile_description figure.table table td
{
    font-size: 14px;
}

.profile_description figure.table table td:first-of-type,
.profile_description figure.table table td:last-of-type
{
    border-left: 0;
    border-right: 0;
}

.profile_description figure.table table td h5
{
    font-size: 18px;
    margin: 15px auto;
    max-width: 600px;
}

.profile_description figure.table table td p
{
    margin: 0 auto 15px;
    line-height: 1.6;
    max-width: 600px;
}

.profile_description figure.table table td figure.image
{
    border-right: 1px solid #d8d8d8;
    padding: 0 40px;
}

.atest .atest_in
{
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    line-height: 1.6;
}

.atest .atest_in img
{
    margin-right: 60px;
}

.calculator
{
    background-color: #f2f2f2;
    margin: 50px 0;
    padding: 50px 0;
}

.calculator_in
{
    display: flex;
    line-height: 1.6;
    font-size: 14px;
}

.calculator_in h1
{
    margin-bottom: 40px;
}

.calculator_in > div
{
    width: 50%;
    box-sizing: border-box;
}

.calculator_in > div:first-of-type
{
    padding-right: 8%;
}

.calculator_in .content_text
{
    font-weight: 600;
    padding-right: 10%;
}

.calculator_in .content_text p
{
    margin-bottom: 20px;
}

#calculator_form
{
    padding: 20px 0;
}

#calculator_form form
{
    display: flex;
    align-items: center;
}

#calculator_form label
{
    font-weight: 600;
    padding-right: 20px;
}

#calculator_form input
{
    display: inline-block;
    border: 1px solid #000;
    padding: 5px 20px;
    border-radius: 8px;
    font-weight: 600;
    line-height: 1.4;
    width: 60px;
    text-align: center;
}

#calculator_form span
{
    display: inline-block;
    padding: 0 10px;
}

#calculator_form div:last-of-type
{
    margin-left: auto;
}

#calculator_form .button
{
    background-color: #000;
    color: #fff;
    min-width: 120px;
}

.calculator_in .content_text
{
    padding-top: 130px;
}

#calculator_result ol
{
    list-style-type: decimal;
    list-style-position: inside;
}

#calculator_result ol li
{
    border-bottom: 1px solid #d8d8d8;
    padding: 12px 0;
    font-weight: 600;
    font-size: 18px;
    justify-content: space-between;
}

#calculator_result ol li span
{
    float: right;
}

#calculator_result ol li:first-of-type
{
    border-top: 1px solid #d8d8d8;
}