
h1,h2,h3,h4,h5,h6 {
  font-weight: 100;
  -webkit-font-smoothing: antialised;
}

h2 {
    font-size: 40px;
    line-height: 1.2;
    color: #016b93;
}

@media(max-width: 991px) {
    h2 {
        font-size: 37px;
    }
}

@media (max-width: 767px) {
    h1,h2,h3,h4,h5,h6,.mobile-center {
    text-align: center;
    }
    h2 {
        font-size: 34px;
    }
}

p {
  font-size: 16px;
  color: #000;
  line-height: 1.7;
  margin-top: 20px;
}

p:first-child {
  margin-top: 0;
}

.whitec, .text-white p, .text-white h1, .text-white h2, .text-white h3,
.text-white h4, .text-white h5, .text-white h6 {
    color: #fff;
}

.text-center {
  text-align: center;
}

.m-auto {
  margin: 0 auto;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.pt-60 {
    padding-top: 60px;
}

@media(max-width: 767px) {
    .pt-60 {
        padding-top: 30px;
    }
}

section {
    position: relative;
}

.bg {
    background: center / cover no-repeat;
}

.bg-top {
    background-position: center top;
}

@media(max-width: 767px) {
    .bg-none {
        background-image: none !important;
    }
}

.bg-lblue {
    background-color: #c4d6e8;
}

.bg-blue {
    background-color: #0d2e74;
}

.btn {
  display: flex;
}

@media(max-width: 991px) {
  .btn {
    justify-content: center;
  }
}

.btn__link {
    font-family: 'Helveticaneuecyr-Roman';
    font-size: 19px;
    line-height: 1.2;
    color: #fff;
    letter-spacing: 1px;
    background-color: #016b93;
    border-radius: 7px;
    text-transform: uppercase;
    padding: 17px 47px 15px 47px;
}

@media(max-width: 991px) {
    .btn__link {
        font-size: 18px;
    }
}

@media(max-width: 400px) {
    .btn__link {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.btn__link:hover {
    background-color: #0677a2;
}

.btn__link--rose {
    background-color: #ec1b54;
}

.btn__link--blue {
    background-color: #0d2e74;
}

.btn__link--blue:hover {
    background-color: #103582;
}

/*paddings*/
.pad {
    background-color: #e2e2e2;
    padding: 70px 0;
}

.pad2 {
    padding: 75px 0 90px 0;
}

@media (max-width: 767px) {
    .pad, .pad2 {
        padding: 40px 0 50px 0;
    }
    .pt-circle {
        padding-top: 70px;
    }
}

.section-top {
    position: relative;
    z-index: 200;
    height: 600px;
}

.circles {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.header-arrow, .header-diagram {
    position: absolute;
    bottom: 0;
}

@media(max-width: 460px) {
    .header-arrow, .header-diagram {
        display: none;
    }
    .circles {
        width: 90%;
    }
}

.header-arrow {
    height: 116%;
    left: -46%;
}

.header-diagram {
    height: 57%;
    right: -42%;
}

.worker {
    height: 113%;
    position: absolute;
    z-index: 200;
    bottom: -22px;
    right: -19%;
}

@media(max-width: 460px) {
    .worker {
        height: 69%;
        right: 1%;
    }
}

@media(max-width: 1260px) {
    .section-top {
        height: 500px;
    }
}

@media(max-width: 991px) {
    .section-top {
        height: 400px;
    }
}

@media(max-width: 767px) {
    .section-top {
        height: 300px;
    }
}

.consulting {
    width: 71%;
    position: absolute;
    left: 6.4%;
    top: 9%;
}

.web-studio {
    position: absolute;
    top: 62%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.web-studio h2 {
    font-family: 'Helveticaneuecyr-Roman';
    color: #fff;
    transition: .2s;
}

@media(max-width: 1260px) {
    .web-studio h2 {
        font-size: 3.1vw;
    }
}

@media(max-width: 460px) {
    .web-studio h2 {
        font-size: 6vw;
    }
}

.web-studio svg {
    width: 10%;
    fill: #fdc01a;
    margin: 0 auto;
    margin-top: 4.5%;
}

@media(max-width: 460px) {
    .web-studio svg {
        margin-top: 6%;
    }
}

.web-studio:hover h2 {
    color: #f7be1d;
    transition: .2s;
}

/*columns*/
.col--flex {
    width: 10%;
    flex: 1 1;
    padding-right: 30px;
}

.col--fix {
    width: 100%;
    max-width: 380px;
}

@media(max-width: 767px) {
    .col {
        width: 100%;
        max-width: 100%;
    }
    .col:last-child {
        margin-top: 25px;
    }
    .col--flex {
        flex: none;
        padding-right: 0;
    }
}

/*arrow*/
.arrow-down {
    position: absolute;
    z-index: 300;
    bottom: -48px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 86px;
    height: 86px;
    background-color: #fff;
    border-radius: 50%;
    padding-bottom: 20px;
}
