@font-face {
    font-display: swap;
    font-family: 'primore-utp';
    src:  url('fonts/primore-utp.eot?bxqxf0');
    src:  url('fonts/primore-utp.eot?bxqxf0#iefix') format('embedded-opentype'),
    url('fonts/primore-utp.ttf?bxqxf0') format('truetype'),
    url('fonts/primore-utp.woff?bxqxf0') format('woff'),
    url('fonts/primore-utp.svg?bxqxf0#primore-utp') format('svg');
    font-weight: normal;
    font-style: normal;
}

.advantages [class^=""],
.advantages [class*=" "] {
    font-family: 'primore-utp';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.advantages {
    display: block;
    position: absolute;
    top: 145px;
    left: 0;
    right: 0;
    max-width: 587px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background-color: rgba(96, 145, 202, 0.75);
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: default;
    opacity: 1;
    transition: all 1s ease;
    z-index: 30;
}

.advantages.hide-out {
    box-sizing: border-box;
    opacity: 0;
    pointer-events: none;
    transition: all 1.2s ease;
    z-index: 10;
}

.advantages-pointer {
    position: absolute;
    top: -11px;
    right: calc(100% - 50% - 11px);
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #0198AB;
}

.advantages-header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 56px;
    font: bold 16px/19px  'Fira Sans', sans-serif;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
    background: #0198AB;
}

.advantages-content {
    position: relative;
    display: block;
    font: 14px/17px 'Fira Sans', sans-serif;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #0198AB;
    color: #565B6B;
    padding: 36px 22px 45px 36px;
}

.advantages-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.advantages-row:not(:last-child) {
    margin-bottom: 28px;
}

.advantages-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    align-items: center;
    justify-content: space-between;
}

.advantages-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 0;
}

.advantages-item:before {
    margin-right: 14px;
    font-size: 25px;
}

@font-face {
    font-display: swap;
    font-family: 'primore-utp';
    src:  url('fonts/primore-utp.eot?vd03q3');
    src:  url('fonts/primore-utp.eot?vd03q3#iefix') format('embedded-opentype'),
    url('fonts/primore-utp.ttf?vd03q3') format('truetype'),
    url('fonts/primore-utp.woff?vd03q3') format('woff'),
    url('fonts/primore-utp.svg?vd03q3#primore-utp') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'primore-utp';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-congress:before {
    content: "\e900";
    color: #0198AB;
}
.icon-beach:before {
    content: "\e901";
    color: #0198AB;
}
.icon-pool:before {
    content: "\e902";
    color: #0198AB;
}
.icon-child:before {
    content: "\e903";
    color: #0198AB;
}
.icon-inmap:before {
    content: "\e904";
    color: #0198AB;
}

.advantages-item__text {
    font: normal 14px/17px  'Fira Sans', sans-serif;
}