@charset "UTF-8";

/*========================== reset.css ==========================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, time {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

a, input, select, textarea {
    outline: none;
}

img, input {
    border: none;
    height: auto;
    max-width: 100%;
}

button {
    border: 0;
    cursor: pointer;
    outline: none;
    padding: 0;
}

input[type=submit], button[type=submit] {
    cursor: pointer;
}

* {
    box-sizing: border-box;
}

@font-face {
    font-family: 'roboto';
    src: url('../fonts/robotoregular/robotoregular.woff2') format('woff2'),
        url('../fonts/robotoregular/robotoregular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'roboto';
    src: url('../fonts/robotobold/robotobold.woff2') format('woff2'),
        url('../fonts/robotobold/robotobold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'roboto';
    src: url('../fonts/robotoblack/robotoblack.woff2') format('woff2'),
        url('../fonts/robotoblack/robotoblack.woff') format('woff');
    font-weight: 900;
    font-style: normal;

}

body {
    background: #F6F6F6;
    border: 14px solid #E4EFF6;
    color: #687076;
    font-family: 'roboto';
    font-weight: 400;
    font-size: 20px;
}

h1, .h1 {
    color: #687076;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 1.5px;
    text-align: center;
}

strong {
    font-weight: 700;
}

a {
    text-decoration: none;
}

.sprite {
    display: none;
}

.wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 60px;
    min-height: calc(100vh - 28px);
}

.wrapper__contacts {
    background: linear-gradient(90deg, #B7EEFF 0%, #0096C3 99.99%, #FFF 100%, #7FDFFC 100%);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 3vw;
}

.contacts-list__item + .contacts-list__item {
    margin-top: 20px;
}

.contacts-list__link {
    -ms-align-items: center;
    align-items: center;
    color: #687076;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    font-size: 24px;
    font-weight: 700;
    gap: 26px;
}

.contacts-list__icon {
    -ms-align-items: center;
    align-items: center;
    background: #687076;
    border-radius: 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    height: 80px;
    width: 80px;
}

.contacts-list__svg {
    fill: #fff;
    height: 50px;
    width: 50px;
}

.wrapper__my {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 17px;
    padding: 26px 0px 41px 13px;
}

.my-img {
    border: 4px solid #687076;
    border-radius: 24px;
    box-shadow: 20px 20px 70px 0px rgba(76, 76, 76, 0.50);
/*    height: 195px;*/
    margin: 0 auto;
/*    width: 195px;*/
}

.h1 {
    margin-top: 20px;
}

.content {
    line-height: 140%;
    margin-top: 34px;
    text-align: center;
}

.blueBtn {
    -ms-align-items: center;
    align-items: center;
    border-radius: 16px;
    background: linear-gradient(180deg, #66C4F9 36.46%, #007EC6 100%);
    box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.25);
    color: #FBFDFF;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
    margin: 120px auto 0;
    padding: 12px 0 12px 100px;
    position: relative;
    text-align: center;
    width: 383px;
}

.blueBtn:hover {
    background: linear-gradient(36deg, #66C4F9 36.46%, #007EC6 100%);
}

.blueBtn__black {
    font-weight: 900;
    letter-spacing: 0.5px;
}

.blueBtn__bottom {
    color: #FFF;
    font-size: 14px;
    line-height: 12px;
    text-decoration: underline;
}

.blueBtn__icon {
    height: 69px;
    left: 73px;
    position: absolute;
    top: 0;
    width: 76px;
}

@media (max-width: 992px) {
    .wrapper {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: column-reverse;
        grid-column-gap: 0;
    }
    .wrapper__contacts {
        padding: 3vw;
    }
}

@media (max-width: 535px) {
    body {
        font-size: 16px;
    }
    .contacts-list__link {
        font-size: 20px;
        gap: 13px;
    }
    .contacts-list__item + .contacts-list__item {
        margin-top: 15px;
    }
    .contacts-list__icon {
        height: 60px;
        width: 60px;
    }
    .contacts-list__svg {
        height: 30px;
        width: 30px;
    }
    .blueBtn {
        margin-top: 60px;
        padding: 12px;
        width: 280px;
    }
    .blueBtn__icon {
        display: none;
    }
}
