﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@400;700&display=swap');

body {
    font-size: 16px;
    line-height: normal;
    color: #323437;
    margin: 0px;
    background: #fff;
    font-family: 'Akrobat';
}

a {
    text-decoration: underline;
    color: #323437;
}

a:hover {
    text-decoration: none;
    color: #323437;
}

.clear {
    clear: both;
}

p,
img {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    line-height: normal;
    font-weight: normal;
    font-weight: 600;
    line-height: 130%;
    color: #0B3B65;
    position: relative;
    margin: 10px 0px;
}

h1,
.h1 {
    font-size: 30px;
    line-height: 140%;
}

h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    color: #0B3B65;
}

h3,
.h3 {
    font-size: 25px;
}

h4,
.h4 {
    font-size: 22px;
}

h5,
.h5 {
    font-size: 16px;
}

* {
    box-sizing: border-box;
}

table {
    border-spacing: 0px;
}

header,
nav,
section,
article,
aside,
footer {
    display: block
}

input,
button,
textarea,
select {
    outline: none;
    resize: none;
    font-family: 'Akrobat';
    font-size: 16px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

img {
    max-width: 100%;
    height: auto;
}

.tgb__site-width {
    width: 100%;
    max-width: 1310px;
    position: relative;
    margin: 0 auto;
    padding: 0 10px;
}

.tgb__logo {
    padding: 30px 0 13px 0;
}

.tgb__logo a {
    display: block;
    text-decoration: none;
    width: 172px;
    height: 36px;
    background: url(https://i.imgur.com/9U5fGYv.png) no-repeat;
}

.tgb__section-1 {
    margin: 0 0 80px 0;
}

.tgb__section-1 .tgb__site-width {
    background: url(../images/section1-bg.png) no-repeat;
    min-height: 392px;
    padding: 133px 0 0 70px;
}

.tgb__section-1 .tgb__title {
    margin: 0 0 25px 0;
    font-weight: 800;
    font-size: 48px;
    line-height: 58px;
    color: #FFFFFF;
}

.tgb__section-1 .tgb__desc {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}

.tgb__tabs__content {
    display: none;
}

.tgb__tabs__content.active {
    display: flex;
    flex-wrap: wrap;
}

.tgb__tabs__caption {
    display: flex;
    list-style: none;
    margin: 0px 0 40px 0;
    padding: 0px 0 0px 0;
    border-bottom: 1px #F2F2F2 solid;
}

.tgb__tabs__caption li {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: rgba(10, 11, 16, 0.4);
    margin: 0 25px 0 0;
    cursor: pointer;
    position: relative;
    padding: 0 0 11px 0;
}

.tgb__tabs__caption li.active {
    color: #0A0B10;
}

.tgb__tabs__caption li.active:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 2px;
    background: #FFDE52;
}

.tgb__tabs__content .tgb__item {
    width: 23.5%;
    padding: 0 10px;
    margin: 0 2% 30px 0;
}

.tgb__tabs__content .tgb__item:nth-child(4n) {
    margin: 0 0 30px 0;
}

.tgb__tabs__content .tgb__item .images {
    
    overflow: hidden;
    margin: 0 -10px 25px -10px;
}

.tgb__tabs__content .tgb__item .name {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #0A0B10;
    margin: 0 0 15px 0;
}

.tgb__tabs__content .tgb__item .field {
    margin: 0 0 10px 0;
    display: flex;
    justify-content: space-between;
}

.tgb__tabs__content .tgb__item .field span {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #828282;
}

.tgb__tabs__content .tgb__item .field span:last-child {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: right;
    color: #0A0B10;
    padding: 0 0 0 10px;
}

.tgb__tabs__content .tgb__item b {
    font-weight: 800;
    font-size: 24px;
    line-height: 29px;
    text-align: right;
    color: #0A0B10;
}

.tgb__tabs__content .tgb__item .btn {
    text-decoration: none;
    margin: 25px 0 0 0;
    background: #FFDE52;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #0A0B10;
    cursor: pointer;
    display: block;
}

.tgb__section-3 {
    margin: 60px 0 100px 0;
}

.tgb__section-3 .tgb__title-section {
    font-weight: 800;
    font-size: 32px;
    line-height: 38px;
    color: #000000;
    margin: 0 0 40px 0;
}

.tgb__section-3 .tgb__block {
    background: #344584;
    border-radius: 20px;
    padding: 27px 70px;
    position: relative;
}

.tgb__section-3 .tgb__block:before {
    content: "";
    width: 730px;
    height: 526px;
    background: url(../images/section3-bg.png) no-repeat;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.tgb__section-3 .tgb__item {
    position: relative;
    margin: 0 0 25px 0;
    display: flex;
    align-items: center;
}

.tgb__section-3 .tgb__item .counter {
    margin: 0 10px 0 0;
    font-weight: 800;
    font-size: 66px;
    line-height: 79px;
    color: #FFFFFF;
}

.tgb__section-3 .tgb__item .bl {
    flex: 1;
}

.tgb__section-3 .tgb__item .name {
    font-weight: 800;
    font-size: 24px;
    line-height: 29px;
    margin: 0 0 3px 0;
    color: #FFFFFF;
}

.tgb__section-3 .tgb__item .desc {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #E0E0E0;
}

.tgb__footer {
    padding: 0 0 50px 0;
}

.tgb__footer .tgb__site-width {
    display: flex;
}

.tgb__footer .tgb__menu {
    flex: 1;
    display: flex;
}

.tgb__footer .tgb__menu a {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: rgba(10, 11, 16, 0.4);
    margin: 0 25px 0 0;
    text-decoration: none;
}

.tgb__footer .tgb__copyright {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #BDBDBD;
}

@media screen and (max-width:1400px) {
    .tgb__section-1 .tgb__site-width {
        margin: 0 10px;
        width: auto;
    }
}

@media screen and (max-width:1000px) {
    .tgb__section-3 .tgb__title-section {
        padding: 0 10px;
    }

    body {
        max-width: 460px;
        margin: 0 auto;
    }

    .tgb__section-1 .tgb__site-width {
        min-height: inherit;
        padding: 0px;
        background: none;
    }

    .tgb__section-1 {
       
        background: url(../images/section1-bg-mobile.png) no-repeat;
        padding: 20px 0;
        margin: 0 0 30px 0;
        background-size: cover;
    }

    .tgb__section-1 .tgb__title {
        font-weight: 800;
        font-size: 28px;
        line-height: 34px;
        color: #FFFFFF;
        margin: 0 0 20px 0;
    }

    .tgb__section-1 .tgb__desc {
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
        color: #FFFFFF;
    }

    .tgb__logo {
        padding: 20px 0;
    }

    .tgb__tabs__caption li {
        font-size: 15px;
        line-height: 19px;
        margin: 0 15px 0 0;
    }

    .tgb__tabs__caption {
        margin: 0 0 25px 0;
    }

    .tgb__tabs__content.active {
        display: block;
    }

    .tgb__tabs__content .tgb__item {
        width: 100%;
        margin: 0 0 25px 0;
    }

    .tgb__tabs__content .tgb__item .field span,
    .tgb__tabs__content .tgb__item .name {
        font-size: 16px;
        line-height: 19px;
    }

    .tgb__section-3 {
        margin: 30px 0 30px 0;
        font-size: 24px;
        line-height: 29px;
    }

    .tgb__section-3 .tgb__title-section {
        margin: 0 0 25px 0;
    }

    .tgb__section-3 .tgb__block:before {
        display: none;
    }

    .tgb__section-3 .tgb__block {
        padding: 20px;
        border-radius: 0px;
    }

    .tgb__section-3 .tgb__site-width {
        padding: 0px;
    }

    .tgb__section-3 .tgb__item {
        margin: 0 0 15px 0;
    }

    .tgb__section-3 .tgb__item .counter {
        font-size: 48px;
        line-height: 58px;
    }

    .tgb__section-3 .tgb__item .name {
        font-size: 16px;
        line-height: 19px;
    }

    .tgb__section-3 .tgb__item .desc {
        font-size: 14px;
        line-height: 17px;
    }

    .tgb__footer .tgb__site-width {
        display: block;
    }

    .tgb__footer .tgb__menu {
        display: block;
    }

    .tgb__footer .tgb__menu a {
        font-size: 16px;
        line-height: 19px;
        display: table;
        margin: 0 0 25px 0;
    }

    .tgb__footer .tgb__copyright {
        font-size: 16px;
        line-height: 19px;
        margin: 30px 0 0 0;
    }

    .tgb__tabs__content .tgb__item .images {
        text-align: center;
    }
}
@media screen and (max-width:360px) {

    .tgb__tabs__caption li {
        font-size: 13px;
    }

}