:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot');
    src: url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v30-latin-regular.woff') format('woff'), url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700.eot');
    src: url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), url('../fonts/roboto-v30-latin-700.woff') format('woff'), url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg');
}

html {
    min-height: 100%;
}

body {
    color: #131D4E;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

#wrapper {
    max-width: 1165px;
    margin: 16px auto;
    border: 1px solid #131D4E;
    background: #fff;
}

footer {
    padding: 40px 60px 20px;
    background: #131D4E;
    color: #fff;
    display: flex;
    justify-content: space-between;
}

footer a {
    color: #fff !important;
}

.left p {
    margin: 0 0 20px;
}

strong {
    font-weight: 700;
}

h1 {
    margin: 0 0 40px;
    font-weight: 400;
    font-size: 32px;
    line-height: 36px;
}

h2 {
    margin: 0 0 16px;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    text-transform: uppercase;
}

h3 {
    padding: 3px 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #131D4E;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #131D4E;
    text-decoration: none;
    white-space: nowrap;
}

ul {
    list-style: none;
}

ul li {
    padding-left: 25px;
    background: url('../images/icon.jpg') no-repeat 0 4px;
    margin-bottom: 18px;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

.text {
    display: flex;
    gap: 0 17px;
    margin-bottom: 15px;
    align-items: center;
}

.margin {
    margin-bottom: 30px;
}

.paddingbot {
    padding-bottom: 0 !important;
}

.section {
    background: #fab500;
    padding: 40px 60px;
}

.item {
    width: 48%;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.box {
    padding: 50px 60px;
}

.list {
    width: 48%;
    display: flex;
    align-items: flex-start;
    gap: 10px 15px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.info {
    width: calc(100% - 76px);
}

.center {
    text-align: center;
}

.ul {
    padding: 45px 20px 25px;
    border: 1px solid #000;
    position: relative;
    height: 206px;
}

.ul::before {
    content: "";
    width: 75px;
    height: 75px;
    border-top: 10px solid #fab500;
    border-left: 10px solid #fab500;
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
}

.ul::after {
    content: "";
    width: 75px;
    height: 75px;
    border-bottom: 10px solid #fab500;
    border-right: 10px solid #fab500;
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 0;
}

.conten {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.left {
    width: 50%;
    background: #fab500;
    padding: 80px 60px 150px;
}

.right {
    width: 50%;
    padding: 140px 60px 30px;
    background: url('../images/background.jpg') no-repeat 0 0;
    background-size: cover;
}

.over {
    background: #fab500;
    padding: 16px 16px 5px 255px;
    position: relative;
}

.buttom {
    display: flex;
    gap: 0 10px;
    align-items: center;
}

.buttom a {
    display: inline-block;
    padding: 8px 25px;
    text-transform: uppercase;
    background: #131D4E;
    color: #fff !important;
}

.it {
    position: absolute;
    z-index: 3;
    left: 30px;
    top: -92px;
}

.it>img {
    margin-bottom: 16px;
}

.pa {
    margin-bottom: 20px;
    padding-left: 27px;
    position: relative;
}

.pa img {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
}

footer p {
    margin-bottom: 11px;
}

.footer_right {
    text-align: right;
}

footer p a img {
    position: relative;
    top: -2px;
}

footer p a {
    margin-left: 8px;
}

.contack {
    margin-bottom: 47px;
    display: flex;
    justify-content: flex-end;
    gap: 0 15px;
}

.flex_row {
    flex-direction: row-reverse;
}

@media all and (max-width: 1164px) {
    #wrapper {
        margin: 0;
        border: none;
    }

    :is(ul, p) {
        hyphens: auto;
    }

    :is(.section, .box, .left) {
        padding: 16px;
    }

    .right {
        padding: 110px 16px 16px 16px;
    }

    .over {
        padding-left: 200px;
    }

    .it {
        left: 16px;
    }

    footer {
        padding: 16px;
    }
}

@media all and (max-width: 800px) {
    :is(.item, .left, .right, .list) {
        width: 100%;
    }
}

@media all and (max-width: 405px) {
    .contack {
        justify-content: flex-start;
        margin-bottom: 10px;
    }

    .over {
        padding: 16px;
    }

    .right {
        padding: 16px;
    }

    .it {
        position: static;
        margin-bottom: 10px;
    }

    h2 br {
        display: none;
    }

    footer p a {
        margin: 0 10px 0 0;
    }

    footer {
        display: block;
    }

    .footer_right {
        text-align: left;
    }
}