.container-984 {
    margin-left: auto;
    margin-right: auto;
    max-width: 984px;
}
.container-750 {
    margin-left: auto;
    margin-right: auto;
    max-width: 750px;
    height: auto;
    padding: 30px 0px;
}
.container-green-background {
    width: 100%;
    height: auto;
    background: #23803F;
    background-image: -webkit-linear-gradient(bottom, rgba(90, 168, 68, 0) 1%, #5AA844 99%);
    background-image: -o-linear-gradient(bottom, rgba(90, 168, 68, 0) 1%, #5AA844 99%);
}
.container-white {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 5px 6px 5px #348237;
    margin: 10px -10px 30px -10px;
    padding: 20px 5px;
    min-height: 136px;
}

.padding-10 {
    padding: 0px 0px 10px 20px;
}
textarea {
    border: 2px solid #d0d0d0;
    resize: none;
    width: 100%;
    height: 85px;
}
textarea:focus {
    outline: none;
    border: 2px solid #d0d0d0;
    box-shadow: 0 0 5px #719ECE;
}

.number {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1em;
    border: 2px solid #23803f;
    font-weight: bold;
    font-size: 18px;
    width: 32px;
    height: 32px;
    margin: 5px;
    cursor: pointer;
}
.number_green{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1em;
    border: 2px solid #23803f;
    font-weight: bold;
    font-size: 18px;
    width: 32px;
    height: 32px;
    margin: 5px;
    background: #23803f;
    color: #ffffff;
    cursor: pointer;
}

.icon_div {
    margin: 5px;
}

img.icon {
    width: 100%;
    max-width: 61px;
    height: auto;
    text-align: center;
    cursor: pointer;
}



.input_1 {
    margin-right: 20px;
}
/*-----------Стилизация радиокнопки------------------------*/
.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #23803f !important;
    box-shadow: 0 0 5px #ffffff !important;
}




/*---------------------------------------------------*

/*Красивости шрифта*/

.color-white {
    color: #ffffff;
}
span.bold-span {
    font-weight: bold;
}
.green-and-small {
    color: #23803f;
    font-weight: bold;
    font-size: 10px;
    text-align: center;
}
label {
    margin-bottom: 0px;
}

.logo img {max-width: 167px; max-height: 49px;}
.logo-note-line-1{color:#23803f; font-size:26px; line-height:26px; font-weight:bold; padding:3px 0 0; margin:0 0 -3px;}
.logo-note-line-2{color:#979797; font-size:18px; line-height:20px;}
.header {
    padding: 20px 0px;
}
.header .logo {margin-right: 20px;}

/*--------------Белая кнопка----------------*/
a.button-white {
    padding: 15px 33px 16px;
    color: #23803F;
    background: #ffffff;
    font-weight: bold;
    text-align: center;
    font-size: 15px;
    border-radius: 28px;
    cursor: pointer;
    text-decoration: none;
}
/*------------------------------*/


/*---------Стили всплывающего окна------------*/
.window-up {
    width: 100%;
    min-height: 100%;
    background-color: rgba(0,0,0,0.5);
    overflow: hidden;
    position: fixed;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.window-up .window-up-content {
    max-width:500px;
    height: auto;
    margin: 10px;
    background-color: #ffffff;
    border-radius: 5px;
    border: 2px solid #d0d0d0;
}
.window-up-text{
    padding: 40px 30px;
    color: #23803f;
    font-weight: bold;
}


@media screen and (max-width: 575px) {
    .margin-10-576 {
        margin-bottom: 10px;
    }
    .header {
        margin-left: 15px;
    }
}
@media screen and (max-width: 377px) {
    .logo-note {
        display: none;
    }
}
