input,
select,
textarea {
    font-family: Montserrat, sans-serif
}

.btn {
    width: 100%;
    max-width: 358px;
    background-color: #d63d36;
    border: 0;
    outline: 0;
    border-radius: 50px;
    font-weight: 800;
    font-size: 16px;
    height: 46px;
    color: #fff;
    padding: 0 45px;
    -webkit-transition: background-color .13s ease-in-out, color .13s ease-in-out;
    -o-transition: background-color .13s ease-in-out, color .13s ease-in-out;
    transition: background-color .13s ease-in-out, color .13s ease-in-out;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25)
}

.btn:hover {
    background-color: #d86b66
}

.btn:active {
    background-color: #fff;
    color: #d63d36;
}

.btn.--secondary {
    background-color: #227A82;
}

.btn.--secondary:hover {
    background-color: #2f8e97;
}

.btn.--secondary:active {
    background-color: #ffffff;
    color: #227A82;
}

.btn.--abort {
    margin-top: 20px;
    border-radius: 50px;
    width: 100%;
}

.btn-add {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0;
    background-color: transparent;
    padding: 0;
    height: 33px
}

.btn-add:hover span {
    color: #b87453
}

.btn-add:hover .btn-add__icon::after,
.btn-add:hover .btn-add__icon::before {
    background-color: #b87453
}

.btn:disabled {
    background-color: #a0a0a0;
    cursor: not-allowed;
}

.btn-add span {
    display: block;
    -webkit-transition: color .13s ease-in-out;
    -o-transition: color .13s ease-in-out;
    transition: color .13s ease-in-out;
    font-size: 14px;
    font-weight: 600;
    color: #d63d36;
    margin-right: 8px
}

.btn-add__icon {
    position: relative;
    border: 1px solid #bcbcbc;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .25);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .25);
    width: 33px;
    height: 33px;
    display: block;
    font-size: 0;
    color: transparent;
    -webkit-transition: background-color .13s ease-in-out;
    -o-transition: background-color .13s ease-in-out;
    transition: background-color .13s ease-in-out
}

.btn-add__icon::after,
.btn-add__icon::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #682618
}

.btn-add__icon::after {
    width: 14px;
    height: 2px
}

.btn-add__icon::before {
    width: 2px;
    height: 14px
}

.container {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px
}

.home-section {
    margin-top: -86px;
    padding-top: 86px;
    height: 630px;
    position: relative;
    z-index: 1;
    background: url(/img/osago/home-left.jpg) no-repeat bottom/cover;
}

.home-section__image {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    max-width: 1000px;
    background: url(/img/osago/home-right.jpg) no-repeat center/cover;
    z-index: 1;
}

.home-section__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-section::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    max-width: 1000px;
    background: url(/img/osago/home-right.jpg) no-repeat center/cover;
    z-index: 0;
}

.home-section .container {
    max-width: 1160px
}

.lang-wrapper {
    position: absolute;
    top: 140px;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.lang-button {
    display: block;
    margin-bottom: 2px;
    background-color: #539369;
    border-radius: 5px 0 0 5px;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    padding: 3px 0 3px 7px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    cursor: pointer
}

.lang-button.active {
    background-color: #008b2f;
    padding: 3px 10px
}

.home-section__inner {
    padding-top: 53px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #565656;
    position: relative;
    z-index: 2;
}

.home-section__title {
    font-size: 42px;
    font-weight: 800;
    letter-spacing: .075em;
    line-height: 1.41;
    margin-bottom: 24px;
    max-width: 390px;
}

.home-section__title > span {
    font-size: 36px;
}

.home-section__subtitle {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.41;
    margin-bottom: 16px;
    max-width: 570px;
}

.home-section__subtitle span.list-item {
    display: block;
    margin-bottom: 5px;
    position: relative;
    font-size: 20px;
    font-weight: 500;
}

.section__title {
    font-size: 36px;
    font-weight: 800;
    color: #565656;
    text-align: center;
    margin-bottom: 67px
}

.how-section {
    padding: 130px 0 137px
}

.how-section__list {
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
    list-style: none
}

.how-section__list-item {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.78;
    padding: 5px 0 5px 62px
}

.how-section__list-item span {
    position: absolute;
    left: 0;
    top: -10px;
    color: #6d8a80;
    font-size: 36px;
    font-weight: 900;
    display: block;
    width: 30px;
    text-align: center
}

.what-section {
    padding: 63px 0;
    position: relative;
    overflow: hidden;
    height: 824px
}

.what-section::after,
.what-section::before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 1px;
    background-color: #bcbcbc;
    width: 69.75%
}

.what-section::before {
    top: 0
}

.what-section::after {
    bottom: 0
}

.what-section__bg {
    z-index: 0;
    position: absolute;
    left: 20.9375%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(/img/osago/what-section-bg.jpg) center/cover no-repeat;
    width: 1541px;
    height: 696px
}

.what-section__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.what-section__info {
    background: -webkit-gradient(linear, left top, right top, color-stop(23.61%, #008b2f), color-stop(93.6%, rgba(83, 147, 105, .76)));
    background: -o-linear-gradient(left, #008b2f 23.61%, rgba(83, 147, 105, .76) 93.6%);
    background: linear-gradient(90deg, #008b2f 23.61%, rgba(83, 147, 105, .76) 93.6%);
    width: 100%;
    max-width: 836px;
    position: relative;
    z-index: 2;
    color: #fff;
    padding: 112px 63px 115px 136px
}

.what-section__title {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 28px
}

.what-section__text {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.78;
    margin-bottom: 35px
}

.what-section__list {
    list-style: none;
    padding-left: 44px
}

.what-section__list-item {
    position: relative;
    padding-left: 23px;
    font-size: 16px;
    line-height: 1.625
}

.what-section__list-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%
}

.docs-section {
    position: relative;
    padding: 94px 0
}

.docs-section::after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 1px;
    background-color: #bcbcbc;
    width: 69.75%;
    bottom: 0
}

.docs-section .container {
    max-width: 1146px
}

.docs-section__list {
    max-width: 878px;
    width: 100%;
    margin: 0 auto;
    list-style: none
}

.docs-section__list-item {
    position: relative;
    padding: 5px 0 5px 80px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.78
}

.docs-section__list-item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 41px;
    height: 41px;
    background: url(/img/osago/docs-list-icon.svg) center no-repeat
}

.docs-section__button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px
}

.docs-section__button .btn {
    height: 55px;
    font-size: 18px;
    font-weight: 700
}

.police-section {
    position: relative;
    padding: 88px 0 112px
}

.police-section::after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 1px;
    background-color: #bcbcbc;
    width: 69.75%;
    bottom: 0
}

.police-section .container {
    max-width: 1146px
}

.police-section__title {
    margin-bottom: 16px
}

.police-section__subtitle {
    text-align: center;
    margin-bottom: 39px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.78
}

.police-section__list {
    position: relative;
    padding-left: 136px;
    list-style: none;
    margin: 0 auto 58px;
    max-width: 980px
}

.police-section__list::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 38px;
    width: 76px;
    height: 76px;
    background: url(/img/osago/police-section-img.png) center no-repeat
}

.police-section__list-item {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.8;
    padding-left: 25px;
    position: relative
}

.police-section__list-item::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #0e392a;
    border-radius: 50%
}

.police-section__info {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.78;
    text-align: center
}

.rec-section {
    padding: 98px 0 113px;
    position: relative
}

.rec-section::after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 1px;
    background-color: #bcbcbc;
    width: 69.75%;
    bottom: 0
}

.rec-section__subtitle {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.78;
    color: #999;
    margin-bottom: 30px
}

.rec-section__info {
    max-width: 972px;
    margin: 0 auto
}

.rec-section__info-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 43px
}

.rec-section__info-line:last-child {
    margin-bottom: 0
}

.rec-section__info-line strong {
    display: block;
    margin-right: 30px;
    font-size: 24px;
    color: #6d8a80;
    min-width: 88px
}

.rec-section__info-text {
    font-size: 20px;
    line-height: 1.78;
    font-weight: 500
}

.rec-section__info-text a {
    font-weight: 700
}

.rec-section__info-text a:hover {
    color: #6d8a80;
    text-decoration: underline
}

.action-section {
    position: relative;
    padding: 113px 0 90px
}

.action-section::after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 1px;
    background-color: #bcbcbc;
    width: 69.75%;
    bottom: 0
}

.action-section .container {
    max-width: 1126px;
    min-height: 420px
}

.action-section__title {
    margin-bottom: 40px
}

.action-section__inner {
    margin: 0 auto;
    position: relative;
    max-width: 1600px
}

.action-section__list {
    list-style: none;
    width: 50%;
    max-width: 520px;
    padding-top: 10px
}

.action-section__list-item {
    position: relative;
    padding-left: 37px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.78;
    margin-bottom: 1rem
}

.action-section__list-item a:hover {
    color: #6d8a80;
    text-decoration: underline
}

.action-section__list-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    background-color: #3a2b21
}

.action-section__info {
    position: absolute;
    top: 0;
    right: 0;
    height: 420px;
    width: 50%;
    max-width: 743px;
    padding: 63px 70px;
    background: url(/img/osago/action-section-img.jpg) left no-repeat;
    color: #fff
}

.action-section__info p {
    margin: 21px 0;
    font-size: 18px;
    font-weight: 700
}

.action-section__info p:first-child {
    margin-top: 0
}

.action-section__info p:last-child {
    margin-bottom: 0;
    font-weight: 600
}

.action-section__info a {
    color: #fff;
    position: relative;
    padding-left: 55px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.78
}

.action-section__info a:hover {
    text-decoration: underline
}

.action-section__info a::before {
    content: "";
    position: absolute;
    width: 31px;
    height: 31px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(/img/osago/action-tel-icon.svg) center no-repeat
}

.documents-section {
    padding: 52px 0 65px
}

.documents-section .container {
    max-width: 1404px
}

.documents-section__title {
    margin-bottom: 26px;
    font-size: 24px;
    font-weight: 700;
    text-align: center
}

.documents-section__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.documents-section__link {
    position: relative;
    padding-left: 65px;
    height: 50px;
    color: #3a2b21;
    font-size: 16px;
    font-weight: 600;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.documents-section__link path {
    -webkit-transition: fill .13s ease-in-out;
    -o-transition: fill .13s ease-in-out;
    transition: fill .13s ease-in-out
}

.documents-section__link svg {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.documents-section__link:hover {
    color: #008b2f;
    text-decoration: underline
}

.documents-section__link:hover .letter {
    fill: #008b2f
}

@media screen and (max-width: 1200px) {
    .documents-section__wrapper {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .documents-section__link {
        width: 50%;
        margin: 20px 0
    }
}

@media screen and (max-width:900px) {
    .home-section__inner {
        padding-top: 67px
    }

    .docs-section,
    .how-section {
        padding: 70px 0
    }

    .police-section,
    .rec-section {
        padding: 70px 0 90px
    }

    .action-section {
        padding: 90px 0 70px
    }


    .home-section__title {
        font-size: 38px
    }

    .home-section__subtitle {
        font-size: 18px
    }

    .section__title {
        font-size: 28px
    }

    .how-section__list-item {
        font-size: 16px;
        padding: 5px 0 5px 50px
    }

    .how-section__list-item span {
        font-size: 26px;
        top: -5px
    }

    .how-section__list {
        padding: 0 30px
    }

    .what-section__title {
        font-size: 28px
    }

    .what-section__text {
        font-size: 20px
    }

    .what-section__info {
        padding: 112px 63px 115px;
        width: 90%
    }

    .what-section__bg {
        width: 911px
    }

    .docs-section__list-item {
        font-size: 16px
    }

    .docs-section__list {
        padding: 0 30px
    }

    .police-section__list-item,
    .police-section__subtitle {
        font-size: 16px
    }

    .police-section__info {
        font-size: 14px
    }

    .action-section__list-item,
    .rec-section__info-text,
    .rec-section__subtitle {
        font-size: 16px
    }

    .action-section__info a {
        font-size: 20px
    }
}

@media screen and (max-width:768px) {
    .action-section__list {
        width: 100%;
        max-width: 100%
    }

    .action-section__inner {
        padding: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .action-section .container {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        min-height: unset
    }

    .action-section__info {
        position: relative;
        width: 100%;
        max-width: 100%;
        left: 0;
        top: 0;
        right: 0;
        padding: 20px 70px;
        margin-bottom: 20px;
        height: auto;
        background: url(/img/osago/action-section-img.jpg) center/cover no-repeat
    }

    .what-section__bg {
        height: 536px
    }

    .what-section {
        height: 663px
    }

    .what-section__info {
        padding: 42px 63px
    }
}

@media screen and (max-width:740px) {
    .home-section {
        margin-top: 0;
        background: #F7F7EF;
        padding-bottom: 300px;
        height: unset;
    }
    .home-section::after, .home-section__image {
        width: 100%;
        top: unset;
        left: 0;
        height: 300px
    }

}

@media screen and (max-width:600px) {
    .home-section__title {
        font-size: 28px
    }

    .action-section__info p,
    .home-section__subtitle,
    .what-section__text {
        font-size: 16px
    }

    .action-section__info a {
        font-size: 18px;
        padding-left: 40px
    }

    .section__title,
    .what-section__title {
        font-size: 22px
    }

    .action-section__list-item,
    .docs-section__list-item,
    .how-section__list-item,
    .police-section__list-item,
    .rec-section__info-text,
    .what-section__list-item {
        font-size: 14px
    }

    .section__title {
        margin-bottom: 40px
    }
}

@media screen and (max-width:480px) {
    .home-section__subtitle span.list-item {
        font-size: 16px;
    }
    .documents-section__link {
        width: 100%;
        margin: 10px 0
    }

    .home-section {
        padding-top: 16px
    }

    .home-section {
        min-height: unset;
    }

    .home-section__inner {
        padding-top: 50px
    }

    .home-section__title {
        font-size: 20px
    }

    .action-section__info p,
    .home-section__subtitle,
    .what-section__text {
        font-size: 14px
    }

    .what-section__info {
        padding: 20px
    }

    .what-section__bg {
        left: 11%;
        height: 400px
    }

    .section__title,
    .what-section__title {
        font-size: 18px
    }

    .action-section__list-item,
    .docs-section__list-item,
    .how-section__list-item,
    .police-section__list-item,
    .rec-section__info-text,
    .what-section__list-item {
        font-size: 12px
    }

    .what-section__text {
        margin-bottom: 15px
    }

    .what-section {
        height: 470px
    }

    .docs-section__button .btn {
        font-size: 14px;
        height: 44px;
        max-width: 286px
    }

    .police-section__list-item,
    .police-section__subtitle {
        font-size: 14px
    }

    .police-section__info {
        font-size: 12px
    }

    .police-section__list {
        margin: 0 0 28px
    }

    .action-section,
    .docs-section,
    .how-section,
    .police-section,
    .rec-section {
        padding: 50px 0
    }

    .action-section__info p {
        margin: 14px 0
    }

    .action-section__info {
        padding: 20px 27px
    }

    .documents-section__link {
        font-size: 14px;
        height: 30px
    }

    .documents-section__link svg {
        height: 30px
    }

    .documents-section__title {
        font-size: 18px
    }
    .home-section::after, .home-section__image {
        height: 220px;
    }
    .home-section {
        padding-bottom: 220px;
    }
}

@media screen and (max-width:400px) {
    .lang-wrapper {
        top: 40px
    }

    .docs-section__list,
    .how-section__list {
        padding: 0
    }
}
