.form-check-label-position {
    line-height: 30px;
}
.compalsory-field-star{
    color: green;
    font-weight: 900;
}
.compalsory-field-star_bot-wrap {
    /*margin-left: 167px;*/
}
.compalsory-field-star_bot{
    color: green;
    font-weight: 900;
    margin-right: 20px;
}
.required-field {
    color: green;
    font-weight: bold;
    font-size: 19px;
}
/*for contacts.html*/

.point {
    margin: 0 3px;
}
.container {
    display: flex;
    flex-direction: column;
    max-width: 1600px;
	margin: 0 auto;
    margin: 0 auto;
    background-color: #fff;
}
.contacts__wrap {
    padding: 0 51px 51px;
}
.contacts {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.contacts__content{
    margin-right: 15px;
}
.contacts__item-title {
    font-size: 20px;
    color: #87a80e;
    font-weight: bold;
}
.contacts__item-info {
    font-size: 16px;
    margin: 11px 0;
}
.contacts__item:nth-child(1) .contacts__item-info {
    margin-bottom: 31px;
}
.contacts__item:nth-child(2) .contacts__item-info, .contacts__item:nth-child(3) .contacts__item-info{
    margin-bottom: 21px;
}
.contacts__item:nth-child(4) .contacts__item-info{
    margin-top: 25px;
}
.tel {
    display: flex;
    flex-wrap: wrap;
}
.tel__block {
    display: flex;
    justify-content: space-between;
    min-width: 260px;
    margin-right: 55px;
}
.tel__block-subtitle{
    margin-right: 19px;
    min-width: 106px;
}
.tel__block-number p{
    margin-bottom: 1px;
}
.adress p, .requisites p {
    line-height: 19px;
}
.email {
    margin-top: 19px;
}
.contacts__img {
    padding-top: 5px;
}
.contacts__img-600 {
    display: none;
}
.contacts__img-600 img {
    max-width: 100%;
}
.map{
    height: 524px;
}


/*for registration.html*/
.registration-form {
    margin: 0 auto;
    display: flex;
    min-width: 340px;
    background: #ffffff;
    flex-direction: column;
    max-width: 520px;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 8px 16px rgba(0, 0, 0, 0.1);
}
.registration-form-in {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 20px;
}
.login_first_label {
    margin-right: 15px;
}
.login_second_label {
    margin-right: 52px;
}
.form-group-row-2 {
    width: auto;
}
.field {
    display: flex;
    margin-bottom: 9px;
    align-items: center;
	justify-content: center;
}
.field .label {
    min-width: 146px;
    margin-right: 18px;
    text-align: right;
}
.field textarea {
    width: 100%;
    height: 110px;
    padding: 10px;
    margin: 10px;
    border: 1px solid green;
    resize: none;
}
.field.requisites_textarea {
    align-items: flex-start;
}
.field input[type="text"], .field input[type="email"], .field input[type="password"] {
    height: 40px;
	padding-left: 5px;
	min-width: 290px;
    border-radius: 5px;
}
.person-type {
    /*padding-left: 164px;*/
}
.person-type input{
    margin-right: 30px;
    height: 30px;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}
.person-type label{
    margin-right: 29px;
    position: relative;
}

.input-style{
    width: 12px;
    height: 12px;
    border: 1px solid #ccc;
    border-radius: 100%;
    display: inline-block;
    position: absolute;
    left: -2em;
    top: .2em;
}
input[type=radio]:checked+label>.input-style{
    background-color: green;
}
.personal-data__subtitle, .login-data__subtitle {
    color: green;
    margin: 30px 0;
}
.delivery_adress {
	position: relative;
    display: flex;
    flex-direction: column;
}
.delivery_adress_plus {
    width: 295px;
	margin: 10px 0;
    height: 40px;
    color: #fff;
    background-color: green;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    display: flex;
    border: 1px solid green;
}
.delivery_adress_minus {
    position: absolute;
    width: 100px;
    height: 40px;
    color: #fff;
    background-color: #373737;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid green;
    margin-left: 252px;
}
.form__footer {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px !important;
    margin-top: 30px;
}
.form__notes {
    position: relative;
	padding: 15px 0px;
}
.form__notes input {
    height: 20px;
    width: 14px;
    margin-right: 13px;
    vertical-align: middle;
    z-index: 99;
    /*opacity: 0;*/
    cursor: pointer;
}
.form__notes label{
    position: relative;
}
.accept-mailing-style{
    width: 14px;
    height: 14px;
    position: absolute;
    /*left: -2.5em;*/
    /*top: .1em;*/
    color: #99cc00;
    border: 1px solid #99cc00;
    border-radius: 3px;
}
input.input_mail_reg {
	visibility: hidden;
	width: 22px;
    height: 16px;
}
.requ-password {
    font-size: smaller;
    margin: 0 15px;
    color: #979797;
}
input.input_mail_reg::before {
	visibility: visible; 
	content:'';
	position:absolute;
	width: 16px;
	height: 16px;
	background: url('../img/checkbox-3564-off.svg');
	background-size: 100%;
}
input.input_mail_reg:checked::before {
	background: url('../img/checkbox-3564-on.svg');
	background-size: 100%;
	position:absolute;
}
.input_mail_reg:checked+label>.accept-mailing-style{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.log_form_width {
    width: 100% !important;
}
input[type=checkbox]:checked+label>.accept-mailing-style{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.required-field-note .required-field {
    display: inline-block;
    vertical-align: middle;
    max-height: 20px;
    min-width: 16px;
    margin-right: 13px;
    color: #f52727;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}
.submit-btn {
padding: 10px 20px;
    border: none;
    border-radius: 5px;
    color: #fff;
    background-color: green;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    min-width: 210px;
    cursor: pointer;
}
.submit-btn-green {
    padding: 10px 20px;
    border: none;
    border-radius: 3px;
    color: #fff;
    background-color: #99cc00;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    min-width: 210px;
    cursor: pointer;
    margin-left: 1em;
}

/*@media*/
@media (max-width: 1440px){
    .tel__block{
        margin: 0 15px 5px 0;
        min-width: unset;
    }
    .contacts__item-title {
        font-size: 16px;
    }
    .contacts__item-info {
        font-size: 14px;
    }
    .form__footer {
        font-size: 12px;
    }
    .contacts__img img {
        max-width: 100%;
    }
    .registration-form {
        /*max-width: 690px;*/

    }
    .delivery_adress:after {
        width: 29px;
        height: 29px;
        right: 0;
    }
}
@media (max-width: 990px){
    .compalsory-field-star_bot-wrap {
        margin-left: 0px;
    }
    .field input[type="text"], .field input[type="email"], .field input[type="password"] {
        /*width: 60%;*/
    }
    .field textarea {
        width: 100%;
    }
    .delivery_adress_plus {
        /*right: -15px;*/
    }
    .delivery_adress_minus {
        /*right: -15px;*/
    }
}
@media (max-width: 768px){
    .contacts__img {
        width: 35%;
        position: absolute;
        right: 51px;
    }
    .registration-form {
        font-size: 14px;
        max-width: 90%;
    }
    .contacts__item-info {
        font-size: 12px;
    }
    .tel {
        flex-direction: column;
    }
    .tel__block {
        justify-content: unset;
    }
    .tel__block-subtitle {
        min-width: 80px;
    }
    .form__footer {
        flex-direction: column;
    }
    .form__notes {
        margin-bottom: 10px;
    }
    .submit-btn{
        margin-left: 0;
    }
}
@media (max-width: 600px){
    .contacts__wrap {
        padding: 20px 30px;
    }
    .contacts__content {
        margin-right: 0;
    }
    .contacts__img{
        display: none;
    }
    .contacts__img-600 {
        display: block;
        float: right;
        width: 50%;
    }
    .tel__block {
        flex-direction: column;
    }
    .tel__block-subtitle{
        margin-bottom: 5px;
    }
    .map{
        height: 324px;
    }
    .field .label {
        min-width: 115px;
        text-align: left;
    }
    .field textarea {
        margin-bottom: 0;
    }
    .form__footer, .person-type {
        padding-left: 0;
    }
    .person-type label {
        margin-right: 20px;
    }
    .delivery_adress_plus {
        right: -35px;
    }
    .delivery_adress_minus {
        right: -35px;
    }
}
@media (max-width: 380px){
    .contacts__item:nth-child(1) .contacts__item-info {
        display: flex;
        flex-direction: column;
        margin-bottom: 18px;
    }
    .contacts__item:nth-child(4) .contacts__item-info {
        margin-top: 15px;
    }
    .contacts__img-600 {
        float: none;
        margin-top: 10px;
        order: 1;
        width: 100%;
    }
    .tel {
        flex-direction: row;
    }
    .email {
        margin-top: 10px;
    }
    .registration-form {
        margin: 0 auto 40px;
    }
    .field {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 6px;
    }
    .field.person-type{
        flex-direction: row;
        margin: 20px 0;
    }
    .field .label {
        margin-bottom: 3px;
    }
    .form__footer {
        margin-top: 20px;
    }
    .submit-btn{
        align-self: center;
    }
    .field input[type="text"], .field input[type="email"], .field input[type="password"] {
        width: 85%;
    }
	.field textarea {
		width: 272px;
	}
    .delivery_adress_plus {
        top: 25px;
        right: -5px;
    }
    .delivery_adress_minus {
        top: 25px;
        right: -5px;
    }
}

