@import url('./reset.css');

@font-face {
    font-family: 'bpg_arial';
    src: url('../fonts/bpg-arial-webfont/bpg-arial-webfont.eot');
    src: local('☺'), url('../fonts/bpg-arial-webfont/bpg-arial-webfont.woff') format('woff'), url('../fonts/bpg-arial-webfont/bpg-arial-webfont.ttf') format('truetype'), url('../fonts/bpg-arial-webfont/bpg-arial-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BPG_Nino_Mtavruli_Bold';
    src: url('../fonts/bpg-nino-mtavruli-bold-master/bpg-nino-mtavruli-bold-webfont.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/bpg-nino-mtavruli-bold-master/bpg-nino-mtavruli-bold-webfont.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/bpg-nino-mtavruli-bold-master/bpg-nino-mtavruli-bold-webfont.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/bpg-nino-mtavruli-bold-master/bpg-nino-mtavruli-bold-webfont.woff') format('woff'),
        /* Pretty Modern Browsers */
        url('../fonts/bpg-nino-mtavruli-bold-master/bpg-nino-mtavruli-bold-webfont.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/bpg-nino-mtavruli-bold-master/bpg-nino-mtavruli-bold-webfont.svg#bpg_nino_mtavrulibold') format('svg');
    /* Legacy iOS */
}


.main {
    padding: 20px;
    width: 100%;
    overflow: hidden;
}

.main_img {
    width: 100%;

}

.centerCoumn {
    width: 200px;
    float: left;
    padding: 10px 0;
    position: relative;
}

.leftCoumn {
    width: 380px;
    overflow: hidden;
    float: left;
    padding: 0 20px;
}

.rightCoumn {
    width: 380px;
    overflow: hidden;
    float: left;
    padding: 0 10px;
}

.Maintitle {
    font-family: 'BPG_Nino_Mtavruli_Bold';
    padding: 50px 0;
    font-size: 19px;
    line-height: 24px;
}

.item {
    padding-top: 10px;
}

.item>h2 {
    font-size: 19px;
    font-family: 'BPG_Nino_Mtavruli_Bold';
    color: #004b91;
}

.item p {
    font-family: 'bpg_arial';
    font-size: 18px;
    color: #848484;
    line-height: 24px;
    padding: 10px 0;
    margin-top: 50px;
}

.mt-174 {
    margin-top: 80px;
}

.item img {
    margin: 40px 60px;
}

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

.float-right {
    float: right;
}

.cls {
    clear: both;
}

.clock {
    width: 199px;
    height: 197px;
    background-image: url('https://images11.cosmopolitan.ru/upload/verstka_io/628111/f28d34a07b0c3104a10ec7b95696998b.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
}

.bigArrow {
    background-image: url('https://images11.cosmopolitan.ru/upload/verstka_io/628111/6228d43d336df3d419aadc67786195c3.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 143px;
    position: absolute;
    left: 0;
    top: 30px;
    right: 0;
    margin: auto;
    transform-origin: 50% 50% 0px;
}

.smallArrow {
    background-image: url('https://images11.cosmopolitan.ru/upload/verstka_io/628111/3a30e9efe313c58cdaeced1052173c5a.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 94px;
    position: absolute;
    left: 0;
    top: 53px;
    right: 0;
    margin: auto;
    transform-origin: 50% 50% 0px;
}