.main-section .owl-main .item {
    height: 15vh;
    min-height: 80%;
}
/*
.main-section .owl-main .item {
    height: 15vh;
    min-height: 80%



}
*/
.card-image-owl {

}
.card-image-owl {
    position: relative;
}
.card-image-owl .owl-dot {
    background-color: #f7f7f7 !important;
    flex: 1;
    height: 5px;
}
.card-image-owl .owl-dot span {
    display: none;
}
.card-image-owl .owl-dot.active {
    background-color: #F39314 !important;
}
.card-image-owl .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;

    display: flex;

}

/* @Kutuusita */
/* Форма используйте световоды  в вашем проекте! */
.error-fld {
    display: block;
    float: left;
    height: 13px;
    width: 15px;
    background-repeat: no-repeat;
    background-image: url(../img/icon_warn.gif);
}
.project-form-group-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.project-form-group {
    flex: 0 0 47%;
}
.project-form-field {
    position: relative;
    margin-bottom: 15px;
}
.project-form-field textarea,
.project-form-field input {
    border: none;
    border-bottom: 2px solid #bfbfbf;
    padding: 10px 16px;
    background-color: transparent;
    width: 100%;
    transition: .5s;
}
.project-form-field textarea {
    background-color: #fff;/*rgb(239, 239, 239, .39);*/
    height: 568px;
    border: 2px solid #bfbfbf;
}
.project-form-field label {
    color: #000;/*#818181;*/
    font-size: 18px;
    position: relative;/*absolute;*/
    ~bottom: 10px;
    ~left: 16px;
    margin: 0;
    display: block;
    font-weight: 700;

}
.project-form-field label span {
    color: #f7931d;
}

/******rsh added*******/
.project-form-document {
    height: 3em;
    width: 236px;
    text-align: center;
    margin: 1em 10px;
    padding: 0;
    border: 1px solid #f7941e;
}
#add-garant-form .project-form-document {
    width: 158px;
}
.project-form-document span {
    text-decoration: none;
    padding: 1em auto;
}
/******rsh end*******/

.project-form-field .error {
    border-color: #d62669;
}
.project-form-field .inputtext__phone:focus + label {
    display: none;
}
.form-policy-msg .error-fld,
.form-captcha .error-fld,
.form-field .error-fld,
.project-form-policy-msg .error-fld,
.project-form-captcha .error-fld,
.project-form-field .error-fld {
    position: absolute;
    border-color: #d62669;
    font-size: 14px;
    bottom: -15px;
    width: auto;
    padding-left: 18px;
    z-index: 1;
}
.project-form-policy-msg,
.project-form-captcha {
    position: relative;
}

.form-reqinfo,
.project-form-reqinfo {
    color: #818181;
    font-size: 18px;
    padding-left: 45px;
    margin-top: 30px;
    margin-bottom: 40px;
}
.form-reqinfo {
    padding-left: 0;
    margin-top: 26px;
    margin-bottom: 33px;
}
.form-reqinfo span,
.project-form-reqinfo span {
    color: #d62669;
}
.project-form-submitwrap {
    display: flex;
    padding-left: 18px;
    align-items: center;
}
.project-form__submit input[type=submit] {
    padding: 0;
    color: #fff;
    background: transparent;
    border: none;
    font-weight: 500;
    line-height: 1.5;
    font-size: 1.375rem;
}
.form-policy-msg,
.project-form-policy-msg {
    display: block;/*flex;*/
    align-items: baseline;
    font-size: 16px;
    color: #383838;
    margin-bottom: 0;
    margin-left: 26px;
}
.project-form-policy-msg {
    ~margin-left: 113px;
}

.form-policy-msg input[type=checkbox] ,
.project-form-policy-msg input[type=checkbox] {
    display: none;
}
.form-policy-msg label,
.project-form-policy-msg label {
    position: relative;
}
.form-policy-msg label:before,
.project-form-policy-msg label:before {
    content: '';
    display: block;
    border: 2px solid #bfbfbf;
    border-radius: 2px;
    position: absolute;
    left: -23px;
    top: 4px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
}

.form-policy-msg input[type=checkbox]:checked + label:before,
.project-form-policy-msg input[type=checkbox]:checked + label:before {
    background-image: url('../img/project-form-check.svg');
}

.project-form-documents {
    width: 100%;
    padding-left: 70px;
    background-repeat: no-repeat;
    background-position: left 11px top;
    background-image: url(../img/project-form-documents.svg);
    margin-top: 35px;
}
.project-form-documents__title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}
.project-form-documents__fields {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.project-form-captcha,
.project-form-documents__group {
    flex: 0 0 33%;
}
.project-form-documents__fields label, .project-form-documents__fields .project-form-document {
    color: #f7941e;
    font-size: 18px;
    ~text-decoration: underline;
    cursor: pointer;
    margin-bottom: 20px;
    
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1em;
    position: relative;
}
.project-form-documents__fields .project-form-document label { margin: 0; }
.project-form-documents__fields .project-form-send { height: 54px; }
.project-form-documents__fields label:hover, .project-form-documents__fields .project-form-document:hover {
    text-decoration: none;
}
.project-form-documents__fields .project-form-document:before {
    color: #f7941e;
}
.project-form-documents__fields .project-form-document.showplus:before {
    content: "\+";
    position: absolute;
    top: 4px;
    left: 10px;
    color: #f7941e;
	font-size: 30px;
	font-weight: bold;
}
.project-form-documents__fields input {
    display: none;
}
.project-form__submit.btn-primary { background-color: #F39314 !important; border-color: #F39314 !important; }
.project-form__submit.btn-primary:hover { background-color: #d67e0b !important; border-color: #d67e0b !important; }
.project-form__submit.btn::after { content: none; }

.project-form-documents__fields .project-form-document.active {
    background-color: #818181;
    border: 1px solid #818181;
    color: #fff;
}
.project-form-documents__fields .project-form-document.active:before{
    color: #fff;
}

#project-form .project-form-field input[type=text]::placeholder { font-family: "Exo 2", sans-serif; color: #818181; font-size: 18px; }
#project-form .project-form-field input[type=text]::-webkit-input-placeholder { font-family: "Exo 2", sans-serif; color: #818181; font-size: 18px; }
#project-form .project-form-field input[type=text]:-ms-input-placeholder { font-family: "Exo 2", sans-serif; color: #818181; font-size: 18px; }
#project-form .project-form-field input[type=text]::-moz-placeholder { font-family: "Exo 2", sans-serif; color: #818181; font-size: 18px; }
#project-form .project-form-field input[type=text]:-moz-placeholder { font-family: "Exo 2", sans-serif; color: #818181; font-size: 18px; }
#project-form .project-form-field textarea::placeholder { font-family: "Exo 2", sans-serif; color: #818181; font-size: 14px; }
#project-form .project-form-field textarea::-webkit-input-placeholder { font-family: "Exo 2", sans-serif; color: #818181; font-size: 14px; }
#project-form .project-form-field textarea:-ms-input-placeholder { font-family: "Exo 2", sans-serif; color: #818181; font-size: 14px; }
#project-form .project-form-field textarea::-moz-placeholder { font-family: "Exo 2", sans-serif; color: #818181; font-size: 14px; }
#project-form .project-form-field textarea:-moz-placeholder { font-family: "Exo 2", sans-serif; color: #818181; font-size: 14px; }

/* Формы */
.form-table-new {

}
.form-table-new tr td {
    display: block;
    font-size: 18px;
    color: #818181;
    font-weight: normal;
}
.form-table-new tr {
    position: relative;
}
.form-table-new tbody tr td:first-child {
    position: absolute;
    left: 21px;
    top: 16px;
    pointer-events: none;
}
.form-table-new tbody tr:nth-last-child(-n+3) td:first-child {
    ~rsh position: static;
}

.form-table-new tr td input {
    border-bottom: 2px solid #bfbfbf;
    margin-bottom: 15px;
}

.modal .form-body h5,
.form-body h2 {
    font-size: 36px;
    color: #818181;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 16px;

}
.form-body h5 span,
.form-body h2 span {
    color: #f7941e;
    font-weight: bold;
}
.form-body h5 + p,
.form-body h2 + p {
    font-size: 20px;
}
.form-body .policy-msg {
    font-size: 16px;
}
.form-table-new .error-fld {
    position: absolute;
    border-color: #d62669;
    font-size: 14px;
    bottom: 25px;
    width: auto;
    padding-left: 18px;
    z-index: 1;
}


/* Делаем исключения стилей для некоторых полей. Привязка по уникальному классу */
.form-table-new tbody tr.form_text_41 td:first-child {
    top: -15px;
}

body #form .close {
    background-image: url(../img/close-gray.svg);
}
body .modal-content table tr,
body .modal-content table {
    width: 100%;
}

@media (max-width: 1199px) {
    .project-form-captcha {
        flex: 0 0 100%;
    }
    .project-form-documents__group {
        flex: 0 0 50%;
    }
}
@media (max-width: 991px) {
    .project-form-policy-msg {
        margin-left: 35px;
    }
    .project-form-documents__fields,
    .project-form-documents__fields label {
        display: block;
    }
}
@media (max-width: 767px) {
    .project-form-group-wrapper {
        display: block;
    }
    .project-form-field textarea {
        height: 146px;
    }
    .project-form-documents {
        padding-left: 0;
        background-position: left top;
        margin-top: 15px;
    }
    .project-form-documents__title {
        font-size: 20px;
        padding-left: 50px;
        min-height: 52px;
    }

    .project-form-documents__fields label {
        font-size: 18px;
    }
    .project-form-wrapper .form-table {
        padding: 10px 16px;
    }
    .project-form-field textarea, .project-form-field input {
        padding: 10px;
    }
    .project-form-field label {
        left: 10px;
    }
    .project-form-reqinfo {
        padding-left: 5px;
        margin-top: 25px;
        margin-bottom: 20px;
        font-size: 16px;
    }
    .project-form-submitwrap {
        display: block;
        padding-left: 5px;
    }
    .project-form-policy-msg {
        margin-left: 28px;
        margin-top: 25px;
    }
    .form-policy-msg br,
    .project-form-policy-msg br {
        display: none;
    }

    .btn.btn-primary.wrap-btn-input.project-form__submit input[type="submit"] {
        font-size: 16px;
    }
    .btn.btn-primary.wrap-btn-input.project-form__submit{
        padding: 9px 12px 11px;

    }
    .btn.btn-primary.wrap-btn-input.project-form__submit:after {
        display: block;
    }

    /* Формы */
    .form-body h2 {
        font-size: 24px;
    }
    .form-body h2 + p {
        font-size: 18px;
    }
    .form-body .form-reqinfo {
        margin-top: 20px;
        margin-bottom: 15px;
        font-size: 14px;
    }
    .form-body .policy-msg {
        font-size: 14px;
    }
    .form-body .form-table-new tr td input {
        margin-bottom: 10px;
        padding: 12px 11px;
        width: 100%;
        display: block;
        border-radius: 0;
    }
    .form-table-new tbody tr td:first-child {
        left: 10px;
    }
    .form-table-new .error-fld {
        bottom: -5px;
    }
}
.slider-section .owl-carousel .owl-item img {
    margin: 0 auto;
    display: block;
    width: auto;
    max-height: 500px;
}
.slider-section .owl-carousel .owl-nav button.owl-next {
    right: 0px;
}
.slider-section .owl-carousel .owl-nav button.owl-prev {
    left: 0px;
}
.slider-section .owl-carousel .owl-nav {
    display: block;
}
@media screen and (max-width: 767px) {
        .table-box {
            overflow-x: scroll;
        }
	.slider-section .owl-carousel .owl-item img {
			max-height: 400px;
		}
	}
@media (max-width: 575px) {
	.table-box table tr td {
		padding: 6px 6px;
	}
}

/**********************************************************/
/***********************rsh added**************************/
/**********************************************************/
.chess-container {
	position: relative;
	width: 100%;
}
.chess-container .chess-block { position: relative; margin-bottom: 3em; display: flex; flex-flow: wrap; }
.chess-container .chess-block .chess-text, .chess-container .chess-block .chess-img { position: relative; display: inline-block; }
.chess-container .chess-block:nth-child(odd) .chess-text {
	float: left;
	order: 1;
}
.chess-container .chess-block:nth-child(odd) .chess-img {
	float: right;
	text-align: right;
	order: 2;
}
.chess-container .chess-block:nth-child(even) .chess-text {
	float: right;
	order: 2;
}
.chess-container .chess-block:nth-child(even) .chess-img {
	float: left;
	text-align: left;
	order: 1;
}
@media screen and (max-width: 767px) {
	.chess-container .chess-block .chess-text { order: 2 !important; }
	.chess-container .chess-block .chess-img { order: 1 !important; text-align: center !important; }
}
