@charset "UTF-8";

/* */
/*======================================================= Fonts ====================================================== */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,900;1,300;1,400;1,500;1,600;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap');
/*======================================================= Fonts ====================================================== */
@font-face {
    font-family: "PFDinTextCondPro";
    src: url("../fonts/PFDinTextCondPro-Medium.eot");
    src: url("../fonts/PFDinTextCondPro-Medium.eot#iefix") format("embedded-opentype"), url("../fonts/PFDinTextCondPro-Medium.woff2") format("woff2"), url("../fonts/PFDinTextCondPro-Medium.woff") format("woff"), url("../fonts/PFDinTextCondPro-Medium.ttf") format("truetype"), url("../fonts/PFDinTextCondPro-Medium.svg#PFDinTextCondPro-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "PFDinTextCondPro";
    src: url("../fonts/PFDinTextCondPro-Regular.eot");
    src: url("../fonts/PFDinTextCondPro-Regular.eot#iefix") format("embedded-opentype"), url("../fonts/PFDinTextCondPro-Regular.woff2") format("woff2"), url("../fonts/PFDinTextCondPro-Regular.woff") format("woff"), url("../fonts/PFDinTextCondPro-Regular.ttf") format("truetype"), url("../fonts/PFDinTextCondPro-Regular.svg#PFDinTextCondPro-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "PFDinTextCondPro";
    src: url("../fonts/PFDinTextCondPro-Light.eot");
    src: url("../fonts/PFDinTextCondPro-Light.eot#iefix") format("embedded-opentype"), url("../fonts/PFDinTextCondPro-Light.woff2") format("woff2"), url("../fonts/PFDinTextCondPro-Light.woff") format("woff"), url("../fonts/PFDinTextCondPro-Light.ttf") format("truetype"), url("../fonts/PFDinTextCondPro-Light.svg#PFDinTextCondPro-Light") format("svg");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "PFDinTextCondPro";
    src: url("../fonts/PFDinTextCondPro-LightItalic.eot");
    src: url("../fonts/PFDinTextCondPro-LightItalic.eot#iefix") format("embedded-opentype"), url("../fonts/PFDinTextCondPro-LightItalic.woff2") format("woff2"), url("../fonts/PFDinTextCondPro-LightItalic.woff") format("woff"), url("../fonts/PFDinTextCondPro-LightItalic.ttf") format("truetype"), url("../fonts/PFDinTextCondPro-LightItalic.svg#PFDinTextCondPro-LightItalic") format("svg");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: "PFDinTextCondPro";
    src: url("../fonts/PFDinTextCondPro-Thin.eot");
    src: url("../fonts/PFDinTextCondPro-Thin.eot#iefix") format("embedded-opentype"), url("../fonts/PFDinTextCondPro-Thin.woff2") format("woff2"), url("../fonts/PFDinTextCondPro-Thin.woff") format("woff"), url("../fonts/PFDinTextCondPro-Thin.ttf") format("truetype"), url("../fonts/PFDinTextCondPro-Thin.svg#PFDinTextCondPro-Thin") format("svg");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "BebasNeue";
    src: url("../fonts/BebasNeueBold.eot");
    src: url("../fonts/BebasNeueBold.eot#iefix") format("embedded-opentype"), url("../fonts/BebasNeueBold.woff2") format("woff2"), url("../fonts/BebasNeueBold.woff") format("woff"), url("../fonts/BebasNeueBold.ttf") format("truetype"), url("../fonts/BebasNeueBold.svg#BebasNeueBold") format("svg");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "BebasNeue";
    src: url("../fonts/BebasNeueRegular.eot");
    src: url("../fonts/BebasNeueRegular.eot#iefix") format("embedded-opentype"), url("../fonts/BebasNeueRegular.woff2") format("woff2"), url("../fonts/BebasNeueRegular.woff") format("woff"), url("../fonts/BebasNeueRegular.ttf") format("truetype"), url("../fonts/BebasNeueRegular.svg#BebasNeueRegular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "BebasNeue";
    src: url("../fonts/BebasNeueBook.eot");
    src: url("../fonts/BebasNeueBook.eot#iefix") format("embedded-opentype"), url("../fonts/BebasNeueBook.woff2") format("woff2"), url("../fonts/BebasNeueBook.woff") format("woff"), url("../fonts/BebasNeueBook.ttf") format("truetype"), url("../fonts/BebasNeueBook.svg#BebasNeueBook") format("svg");
    font-weight: 100;
    font-style: normal;
}

/*======================================================= Main Styles b
/*======================================================= Main Styles ====================================================== */


body{
    font-family: BebasNeuePro, Roboto, Helvetica, Arial,sans-serif;
    text-align: center;
    background: linear-gradient(#e8e8e9, 20px, #f6f7f8);
    padding-left: 12%;
    padding-right: 12%;
}
header {
    font-size: 0.9rem;
}
h1,h2, h3{
    font-family: BebasNeuePro, Helvetica, Arial,sans-serif;

}
h1{
    font-size: 2.0rem;
    font-weight: bold;
    margin-bottom: 40px;
}

h2{
    font-size: 1.4rem;
    font-weight: normal;
}

.container{
    display: flex; /* потомки будут флекс элементами */
    padding-top: 10px;
}

#img-logo{
    height: 80px;
}

.header-logo {
    text-align: left;
}

.header-text {
    margin-right: 15px;
    margin-left: auto;
    text-align: right;
}

.p1{
    margin-bottom: 1px;
}

#p2{
    margin-top: 5px;
}

#Form1{
    margin: 50px auto 200px;
    /*padding: 10px 15px 10px 15px;/*
    /*min-width: 300px;*/
    /*max-width: 600px;*/
    /*border: 1px solid blue;
    border-radius: 5px;
    opacity: 90%;*/
}

.div-center{
    display: flex;
    flex-direction: row;
    border: 1px solid #ccc;
    margin-top: 60px;
    margin-bottom: 60px;
}

.div-left{
    width: 60%;
    text-align: center;
    margin: auto;
    padding-left: 20px;
}
.div-right{
    margin-left: 20px;
    width: 40%;
    min-height: 350px;
    background-image: url(/images/lori-0003082607-a5.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    }

#img1 {
    object-fit: cover;
    height: auto;
    width: auto;
}

.accordionjs {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 10px;
    margin-bottom: 20px;
}
.accordionjs .acc_section {
    border: 1px solid #ccc;
    position: relative;
    z-index: 10;
    margin-top: -1px;
    overflow: hidden;
    text-align: justify;
}
.accordionjs .acc_section .acc_head {
    position: relative;
    background: #fff;
    padding: 10px;
    display: block;
    cursor: pointer;
    text-align: left;
}
.accordionjs .acc_section .acc_head h3 {
    line-height: 1;
    margin: 5px 0;
}
.accordionjs .acc_section .acc_content {
    padding: 10px;
}
.accordionjs .acc_section:first-of-type,
.accordionjs .acc_section:first-of-type .acc_head {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.accordionjs .acc_section:last-of-type,
.accordionjs .acc_section:last-of-type .acc_content {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.accordionjs .acc_section.acc_active > .acc_content {
    display: block;
}
.accordionjs .acc_section.acc_active > .acc_head {
    background: #F9F9F9;
    border-bottom: 1px solid #ccc;
}

.div-test1, .div-test2{
    background: #fff;
    padding: 10px;
    padding-bottom: 30px;
    display: none;
}

.div-test3{
    background: #fff;
    padding: 10px;
}

#div-send{
    display: block;
}

.btn_teststart{
    align-self: center;
}

.btn_yes{
    margin-right: 20px;
    width: 50px;
}
.btn_no{
    width: 50px;
}
.btn_a{
    text-align: left;
    margin-right: 10px;
}
.btn_b{
    text-align: left;
    margin-top: 10px;
}

textarea{
    width: 95%;
}

table {
    border-collapse: separate;
    border-spacing: 5px 5px;
}

#text-cod{
    width: 45px;
}

#p_send{
    font-weight: bold;
}



