/* Обычный */
@font-face {
    font-family: 'Roboto';
    src: url(/resources/fonts/Roboto.ttf);
}

/* Жирный */
@font-face {
    font-family: 'Roboto bold';
    src: url(/resources/fonts/Robotoblack.ttf);
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');




*{
    font-family: Roboto;
}
body {

}

.list1 {
    background: url(/resources/img/fone2.png) top center no-repeat;
    /*background: url(/resources/img/fone.png) top center no-repeat #F1F3F4;
    width: 1140px;*/
    margin: 0 auto;
}


h1 {
    margin: 58px 0px 0px;
    font-size: 64px;
    font-weight: 100;
}

h1 span {
    margin: -19px 288px 0px;
    display: block;
}

red{
    color: #b3100B;
}


.logo {
    margin: 55px 0px 0px;
    display: block;
}

.topmenu{
    margin: 18px 0px 0px;
    font-size: 30px;
}

.headcontent {
    margin: 55px 0px 0px;
    font-size: 18px;
    line-height: 26px;
    padding: 10px 3px;
}

.formheader {
    background: url(/resources/img/formfonelist1.png) top center no-repeat;
    width: 336px;
    height: 500px;
    margin: 0 auto;
}

.headform{
    font-size: 21px;
    color: white;
    padding: 41px 0px 0px;
    width: 221px;
    margin: 0px 61px 0px;
    text-align: center;
}

.form-controlheadone {
    margin: 53px 37px 0px;
    width: 256px;
    border: 1px solid #848484;
    box-shadow: inset 1px 1px 7px #DADADA;
    border-radius: 3px;
}
.form-controlhead {
    margin: 25px 37px 0px;
    width: 256px;
    border: 1px solid #848484;
    box-shadow: inset 1px 1px 7px #DADADA;
    border-radius: 3px;
}

.form-controlheadtext {
    width: 256px;
    margin: 36px 37px 0px;
    border: 1px solid #848484;
    box-shadow: inset 1px 1px 7px #DADADA;
    border-radius: 3px;
}

.formheadsubmit {
    width: 256px;
    margin: 36px 37px 0px;
    background: #B3100B;
    font-size: 26px;
    border: 1px solid gray;
    box-shadow: inset 1px -3px 7px #DADADA;
    padding: 10px 10px;
    color: white;
    border: 1px solid gray;
    border-radius: 5px;
}

footer {
    background: #4E4E4E;
    color: white;
}

.footerline {
    margin: 10px 0px 0px;
    height: 120px;
}

.private {
    font-size: 12px;
    width: 261px;
    margin: 7px 40px -29px;
}

.topmenu a {
    font-size: 21px;
    color: black;
}



/* accordion-1 */
.accordion-1{
    position: relative;
}

.accordion-1 .head{
    color: black;
    padding: 20px 30px;
    cursor: pointer;
    transition: 0.2s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid black;
    margin: 10px 0px;
}

.accordion-1 .arrow{
    color: gray;
    font-size: 60px;
    transition: 0.25s ease;
    opacity: 0.3;
    transform: rotate(-90deg);
}

.accordion-1 .head:hover .arrow{
    opacity: 1;
}

.accordion-1 .head:hover, .accordion-1 .active{
    border-color: #B3100B;
}

.accordion-1 .arrow-animate{
    transform: rotate(-180deg);
    opacity: 1;
}

.accordion-1 .content{
    background-color: #F3EDFF;
    display: none;
    padding: 20px 30px;
    color: #222222;
}

.social {display: inline-block;}
.social a {
    display: block;
    width: 48px;
    height: 48px;
    margin: 0 10px 10px 0;
    text-align: center;
    color: #fff;
    border: 1px solid #ccc;
    border-radius: 24px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}
.social a:hover {
    border-color: #888;
    opacity: .8;
}
.social svg {
    margin-top: 7px;
    width: 32px;
    height: 32px;
}
.vk a {background: #4a76a8}
.youtube a {background: #c4302b}

.trade_effect {
    margin:45px 0px 0px;
    font-size:25px;
}

.trade_effect .red{
    color:red;
    font-size:23px;
}

h2{
    margin: 80px 0px 21px
}

.img-article{
    max-width: 790px;
    margin: 10px 0px 45px;
    width: 100%;
}

.img-mini{
    max-width: 90px;
    margin: 2px 37px 14px 9px;
}


@media (min-width: 200px) and (max-width: 991px) {

    .logo img{
        width: 110px;
    }


    h1 {
        margin: 10px 0px 0px;
        font-size: 53px;
        font-weight: 100;
    }

    h1 span{
        margin: 0px 0px 0px;

    }

    .headcontent {
        margin: 5px 0px 0px;
        font-size: 18px;
        line-height: 26px;
        padding: 10px 4px;
    }

    .list1 {
        background: #E9EBED;
    }

    .list1 .col-sm-12 .fonelist{
        background: red;
    }

    .fonelist {
        /*background: #E9EBED*/;
    }

    main {
        background: url(/resources/img/fone2.png) top center no-repeat #E9EBED;
        /*background: url(/resources/img/fone.png) top center no-repeat #F1F3F4;
        width: 1140px;*/
        margin: 0 auto;
    }


}


