@import url('http://constructor.biz.ua/unbounce/fonts/raleway/raleway.css');

body {
    background-color: #FFFFFF;
    margin: 0;
}


.wrapper {
    margin: 30px;
    box-shadow: 0 0 26.1px 3.9px rgba(255,255,255,.8);
    min-height: 100vh;
}

.header {
    background-color: #fff;
    display: flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap: wrap;
    height: 80px;
    position: relative;
}
.header:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #ededed;
}

.header--logo img {
    width: 201px;
    height: 35px;
    display: flex;
    align-items: center;
    margin-left: 35px;
}

.title--font{
    font-family: 'Raleway', sans-serif;
    font-size: 19px;
    color: #171718;
    font-weight: 600;
}
.bottom--font{
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
}
.main .gray--font{
    font-weight: bold;
    margin-top: 50px;
}
.blue-bold--font{
    font-weight: 700;
    color: #0066cc;
    text-decoration: none;
}

.header--text__main {
    font-size: 1.4rem;
    font-weight: 800;
}

.header--text__bottom a {
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    font-family: 'Open Sans';
    color: #c6c6c6;
}

.header--text__bottom a:visited{
    color: #c6c6c6;
}

.header--text{
    display: flex;
    flex-direction:column;
    align-items:flex-end;
    margin-right: 35px;

}

.main {
    background-color: #fff;
    padding: 3% 25% 5% 25%;
    line-height: 1.5;
}

.h2__main{
    font-family: 'Raleway';
    line-height: 1.3;
}

.footer{
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 25px 35px;
    border-top: 2px solid #f7f7f8;
    font-family: 'Open Sans';
}
.footer__headline{
    font-family: 'Raleway';
    font-weight: 600;
    font-size: 16px;
    color: #929292;
    margin-right: 35px;
}
.footer__label {
    font-weight: 300;
    font-size: 13px;
    color: #c1c1c1;
    margin-right: 25px;
}


@media (max-width: 767px){
    .wrapper{
        width: 100%;
        height: 100%;
        margin: 0;
        overflow-x: hidden;
    }
    .header--text{
        display: none;
    }
    .main {
        padding: 3% 5% 6% 5%;
    }
    .header{
        justify-content: flex-start;
        padding: 0;
    }

    .header--logo img {
        margin: 0 0;
    }
    .bottom--font{
        font-size: 16px;
    }
    .footer{
        flex-direction:column;
        justify-content: flex-start;
        align-items:flex-start;
        padding: 3% 5%;
    }
    .main p {
        font-size: 16px;
    }
}

@media (max-width: 1024px){
    .main {
    padding: 3% 5%;
    }
    .h2__main{
        line-height: 1;
    }
    .header--text{
        display: none;
    }
    .header{
        justify-content: flex-start;
        padding: 0;
    }
    .header--logo{
        margin: 0;
        margin: 0 5%;
    }
    .main p {
        font-size: 16px;
    }
}

@media(width:1024px) {
    .main p{
        font-size: 20px;
    }
}

.links {
    display: flex;
    flex-wrap: wrap;
    width: 520px;
}

.links__title {
    margin-bottom: 15px;
}

@media(max-width: 768px){
    .links {
        width: 100%;
    }
}

footer {
    font-family: 'Open Sans', sans-serif;
}

.footer-col-title {
    font-size: 16px;
    color: #CDCDCD;
    margin-bottom: 15px;
}

.list-footer {
    list-style-type: none;
    font-size: 14px;
    color: #3A3A3A !important;
    margin-bottom: 15px;

}

.list-footer a {
    text-decoration: none;
    color: #3A3A3A;
    border-bottom: 1px solid #F2F2F2;
}

.footer__content {
    align-items: flex-start !important;
    justify-content: space-between;
}

.container .footer__content:nth-child(1) {
    margin-bottom: 45px;
}


.footer-img {
    display: flex;
}

.footer-img img {
    width: 18px;
    margin-right: 13px;
}

.footer--contacts {
    line-height: 21px;
    color: #8D8D8D !important;
    display: flex;
    align-items: flex-start !important;
}

.footer--contacts img {
    margin-right: 16px;
    width: 12px;
    height: 13.8px;
}

.footer {
    border-top: 1px solid #ececea;
    padding: 4rem 0 1rem;
}

.container {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 2rem;
}

.footer__content {
    display: flex;
    align-items: flex-start !important;
    justify-content: space-between;
    max-width: 920px;
    margin: 0 auto;
}

.foter-foter {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #CDCDCD;
    padding-top: 29px;
    padding-bottom: 29px;
    border-top: 1px solid #E2E2E2;
    width: 100%;
}

@media(max-width:768px) {
    .footer {
        padding-left: 35px;
    }

    .footer .container {
        padding: 0;
        padding-top: 43px;
    }

    .footer-col-list.desktop {
        display: none;
    }

    .footer-col-list-mobile {
        display: flex !important;
    }

    .footer-col-list-mobile ul {
        display: flex !important;
        flex-direction: row;
        align-items: center;
    }

    .footer-col-list-mobile li:nth-child(1) {
        margin-left: 0px;
    }

    .footer-col-list-mobile li {
        margin-left: 39px;
        align-items: center;
    }

    .footer-col {
        margin-bottom: 30px;
    }

    .foter-foter p.desktop {
        display: none;
    }

    .foter-foter p.mobile {
        display: block !important;
    }

    .container .footer__content:nth-child(1) {
        margin-bottom: 0;
    }

    .foter-foter .desktop {
        display: none;
    }

    .foter-foter .mobile {
        display: block !important;
    }
}

footer.footer {
    background: #FFFFFF;
}

.footer-col-title {
    font-weight: 600;
}

.list-footer a:hover {
    border-bottom: 1px solid #06c;
    color: #06c;
    transition: .2s ease-in-out;
}

.list-footer a {
    text-decoration: none;
}

.footer-img img {
    height: 19px;
}

.h2__main {
    font-size: 1.5em;
    font-weight: bold;
    margin: 20px 0;
    text-align: center;
}

.main p {
    margin-bottom: 25px;
}

@media (max-width: 768px) {
    .container .footer__content:nth-child(1) {
        margin-bottom: 0;
    }

    .footer__content {
        flex-direction: column;
    }

    .footer .container {
        padding-top: 0;
    }
}

b {
    font-weight: bold;
}

.main li {
    margin-left: 30px;
    list-style: disc;
}

@media(max-width: 768px) {
    .links {
        margin-bottom: 40px;
    }
}