* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    color: #1a1a1a;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.btn {
    cursor: pointer;
    transition: 0.2s;
}

.limit {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.header {
    width: 100%;
    height: 150px;
    background: red;
    color: #fff;
}

.header > .limit {
    display: flex;
    justify-content: space-between;
}

.header .left-side {
    padding: 0;
    /*transform: skewX(153deg);
    background: #fff;*/
    height: 151px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-box {
    /*transform: skewX(-153deg);*/
    width: 430px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    font-size: 38px;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 20px;
}

.logo {
    width: 430px;
    height: 90px;
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: relative;
}

.logo-text {
    display: block;
    color: #000;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.header .right-side {
    display: flex;
    flex-direction: column;
    color: #fff;
    width: 530px;
    position: relative;
    margin-right: 30px;
}

.header .phone-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0;
}

.phone-box .text {
    position: relative;
    padding-left: 20px;
}

.phone-box .text::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 3px;
    background-image: url(../img/phone.png);
}

.tel {
    color: #fff;
    font-size: 30px;
}

.tel span {
    font-weight: 900;
}

.commercial-box {
    margin-bottom: 28px;
    display: flex;
    justify-content: right;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    position: relative;
}

.commercial-box a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}

.btn-menu {
    display: none;
    position: absolute;
    bottom: -35px;
    right: 20px;
    cursor: pointer;
    width: 14px;
    height: 14px;
}

.btn-menu::after {
    display: block;
    content: '\f0c9';
    font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands';
    font-weight: 900;
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 14px;
}

.btn-menu.active::after {
    content: '\f00d';
}




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

.header .menu a {
    display: inline-block;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 50px;
    position: relative;
}

.header .menu a:hover::after {
    width: 100%;
    height: 4px;
    background-color: #fff;
    display: block;
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    display: block;
}




.exchange-rates-block .limit {
    padding-top: 80px;
}

.exchange-line:nth-of-type(6), .exchange-line:nth-of-type(7), .exchange-line:nth-of-type(8) {
    display: none;
}

.exchange-line, .commercial-line {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100px;
    padding: 0 15px;
    cursor: pointer;
}

.exchange-line:nth-of-type(1) .buy, .exchange-line:nth-of-type(1) .sell,
.commercial-line:nth-of-type(1) .buy, .commercial-line:nth-of-type(1) .sell{
    position: relative;
}

.exchange-line:nth-of-type(1) .buy::before, .exchange-line:nth-of-type(1) .sell::before,
.commercial-line:nth-of-type(1) .buy::before, .commercial-line:nth-of-type(1) .sell::before {
    display: block;
    content: 'Купівля';
    position: absolute;
    top: -40px;
    font-size: 14px;
    font-weight: 400;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    text-transform: uppercase;
}

.exchange-line:nth-of-type(1) .sell::before, .commercial-line:nth-of-type(1) .sell::before {
    content: 'Продаж';
}




.exchange-line:hover, .commercial-line:hover {
    border: 1px solid #1a1a1a;
}

.exchange-line .name-box, .commercial-line .name-box {
    display: flex;
    align-items: center;
    width: 25%;
}

.exchange-line .flag, .commercial-line .flag {
    margin-right: 30px;
    width: 38px;
    height: 24px;
}

.exchange-line .exchange-name, .commercial-line .exchange-name {
    text-transform: uppercase;
    font-size: 36px;
    color: #1a1a1a;
}

.exchange-line .buy, .exchange-line .sell, .commercial-line .buy, .commercial-line .sell {
    font-size: 48px;
    font-weight: 700;
    display: flex;
    width: 25%;
    justify-content: center;
}



.exchange-rates-block .btn-order, .commercial-rates-block .btn-order, .btn-next {
    /*transform: skewX(153deg);*/
    background-color: red;
    height: 50px;
    width: 238px;
    box-shadow: 0 4px 5px rgba(0,0,0,0.3);
    line-height: 50px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    border-radius: 30px;
}

.exchange-rates-block .btn-order:hover, .commercial-rates-block .btn-order:hover, .btn-next {
    box-shadow: none;
}

.exchange-rates-block .btn-order span, .commercial-rates-block .btn-order span, .btn-next span {
    /*transform: skewX(-153deg);*/
    display: block;
}

.btn-next {
    margin-top: 20px auto 0;
    display: none;
}

.commercial-rates-block {
    background: #e5e5e5;   
}

.commercial-rates-block .limit {
    padding: 40px 15px;
    max-width: 975px;
}

.commercial-rates-block .title {
    font-size: 30px;
    font-weight: 700;
    color: #1a1a1a;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 38px;
    text-transform: initial;
}

.commercial-rates-block .text {
font-size: 18px;
line-height: 30px;
text-align: center;
font-weight: 500;
margin-bottom: 60px;
}

.commercial-table-box {
    margin-bottom: 30px;
}


.commercial-rates-block .information-box {
    display: flex;
    justify-content: space-around;
}

.commercial-rates-block .left-side .title {
font-size: 18px;
font-weight: 700;
text-transform: uppercase;
}

.information-list li {
    list-style-type: disc;
    font-size: 18px;
    line-height: 35px;
}

.information-box .text {
    font-size: 18px;
    text-align: left;
    font-weight: 400;
    margin-top: 40px;
}

.information-box img {
    width: 424px;
    height: auto;
}

.location-block .limit {
    padding: 80px 15px;
    justify-content: space-around;
    flex-wrap: wrap;
    display: flex;
}

.location-block .limit > .title {
    width: 100%;
    font-size: 30px;
    font-weight: 700;
    color: #1a1a1a;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 35px;
}

.location-block .limit > .text {
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    margin: 0 auto 42px;
    max-width: 910px;
}

.location-block .left-side .title {
font-size: 18px;
font-weight: 700;
margin-bottom: 50px;
}

.adress-item {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.adress-item .adress {
    flex: 0 0 310px;
    font-size: 18px;
    position: relative;
    padding-left: 20px;
}

.adress-item .adress::before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
    width: 8px;
    height: 10px;
    background-image: url(../img/point.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.adress-item .schedule {
font-size: 18px;
font-weight: 500;
margin: 0 30px;
flex: 0 0 110px;
}

.adress-item .link-photo {
    text-decoration: none;
    color: #1a1a1a;
    cursor: pointer;
    transition: 0.2s;
}

.adress-item .link-photo:hover {
    text-decoration: underline;
}

.social-links-box {
    padding-top: 15px;
}

.social-item {
    display: flex;
    margin-bottom: 35px;
}

.social-item .text {
    font-size: 18px;
width: 340px;
margin-left: 20px;
}

.social-item .link {
    text-decoration: none;
    color: #337ab7;
    font-size: 18px;
    font-weight: 500;
}

.social-item .link:hover {
color: #23527c;
text-decoration: underline;
}

.subscribe-block {
    background: #e5e5e5;
}

.subscribe-block .limit {
    padding: 40px 15px 80px;
    display: flex;
    flex-wrap: wrap;
    max-width: 1100px;
    justify-content: space-around;
}

.subscribe-block .limit > .title {
    width: 100%;
    font-size: 30px;
    font-weight: 700;
    color: #1a1a1a;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 38px;
}

.subscribe-block .limit > .text {
    max-width: 970px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    margin: 0 auto 15px;
    font-weight: 500;
}

.subscribe-block .left-side {
    width: 45%;
}

.subscribe-block img {
    width: 100%;
    height: auto;
}

.subscribe-block .right-side {
    width: 45%;
    padding-left: 20px;
    justify-content: center;
    display: flex;
}

.subscribe-block .right-side .text {
font-size: 18px;
font-weight: 700;
margin-bottom: 56px;
line-height: 35px;
}

.subscribe-block input {
    border: none;
    background: transparent;
    width: 100%;
outline: none;
border-bottom: 1px solid #1a1a1a;
color: #1a1a1a;
font-size: 18px;
line-height: 26px;

}

.subscribe-block .btn-subscribe, .modal-order .btn-submit {
    /*transform: skewX(153deg);*/
    background-color: red;
    height: 50px;
    width: 238px;
    box-shadow: 0 4px 5px rgba(0,0,0,0.3);
    line-height: 50px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    margin-top: 30px;
    border-radius: 30px;
}

.subscribe-block .btn-subscribe:hover, .modal-order .btn-submit:hover {
    box-shadow: none;
}

.subscribe-block .btn-subscribe span, .modal-order .btn-submit span {
    /*transform: skewX(-153deg);*/
    display: block;
}






.copyrating {
    height: 50px;
    display: flex;
    align-items: center;
    background: #1a1a1a;
    justify-content: center;
    color: #fff;
}


.copyrating span {
    color: red;
    margin-right: 5px;
}












.popup-fade {
	background: #000;
	position: fixed; 
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%;
	opacity: 0.6;
    z-index: 800;
    display: none;
}

.modal-order {
    width: 100%;
height: 540px;
background: linear-gradient(to right, #fff 50%, #e5e5e5 50%);
padding: 22px 20px 0;
position: fixed;
top: 50%;
left: 0;
z-index: 9999;
display: none;
margin-top: -270px;
}

.modal-order .limit {
    padding: 0;
}

.modal .btn-close {
    line-height: 18px;
    font-size: 18px;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #000;
    cursor: pointer;
    transition: 0.2s;
    z-index: 13;
}

.modal-order .left-side {
    width: 50%;
    float: left;
}

.modal-order .right-side {
    width: 50%;
    float: right;
}

.modal-order::after {
    content: '';
    display: block;
    clear: both;
    height: 0;
}

.modal-order .container {
    margin: 0 auto;
    max-width: 445px;
}

.modal-order .title {
    font-size: 30px;
    font-weight: 700;
    color: #1a1a1a;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 53px;
}

.modal-order .form-item {
    display: flex;
    align-items: center;
    margin-bottom: 23px;
    justify-content: space-between;
    position: relative;
}

.form-item .error {
    position: absolute;
    left: 0;
    display: none;
    color: red;
    font-size: 12px;
}

.form-item-sum .error {
    bottom: -15px;
}

.form-item-name .error {
    top: 34px;
}

.form-item-phone .error {
    top: 34px;
}

.form-item .text {
    color: #808080;
    font-size: 14px;
    width: 50px;
    margin-right: 20px;
    font-weight: 700;
    padding-left: 10px;
}

.modal-order .form-item-branch {
    flex-direction: column;
    align-items: flex-start;
}

.form-item-branch .text {
    width: 100%;
    margin-right: 0;
    padding-left: 10px;
    margin-bottom: 10px;
}

.modal-order .form-item-service {
    margin-bottom: 30px;
}

.modal-order .form-item-sum {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
}

.modal-order .form-item-sum .text {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px;
}

.modal-order .form-item-sum input {
    outline: none;
    border: none;
    width: 100%;
    border-bottom: 1px solid #1a1a1a;
    color: #1a1a1a;
    font-size: 36px;
    padding: 0 0 6px 0;
    height: 58px;
}

.modal-order select {
    font-family: Arial;
    color: #808080;
    font-size: 18px;
    color: #333;
    text-shadow: 1px 1px #fff;
    border: none;
}

.form-item-count .count-box, .form-item-count .rate-box  {
    display: flex;
    flex-direction: column;
    align-items: left;
    line-height: 30px;
    justify-content: center;
}

.form-item-count .count-box span, .form-item-count .rate-box span  {
    margin-right: 10px;
    font-size: 30px;
}

.form-item-count .text {
    font-weight: 400;
    white-space: nowrap;
    color: #808080;
    margin-bottom: 15px;
    font-size: 14px;
}

.form-item .count, .form-item .rate {
    display: flex;
}







.modal-order .right-side .text {
    font-size: 14px;
line-height: 30px;
text-align: center;
color: #121212;
margin-bottom: 55px;
font-weight: 500;
}

.modal-order .right-side input {
    border: none;
    outline: none;
    border-bottom: 1px solid #000;
    background: transparent;
    width: 100%;
    height: 32px;
    margin-bottom: 70px;
    color: #1a1a1a;
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 6px;
}

.modal-order .form-item-email input {
    margin-bottom: 20px;
}

.modal-order .right-side input::placeholder {
    color: #444;
}

.modal-order .btn-submit {
    margin: 0 auto;
}

    

.modal-result {
    width: 500px;
    height: 480px;
    padding: 60px 0 0;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -250px;
    z-index: 9999;
    display: none;
    margin-top: -240px;
    background: #fff;
    
}

.modal-result .limit {
    max-width: 1000px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}

.modal-result .title {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 17px;
    width: 100%;
}

.modal-result .limit > .text {
    font-size: 18px;
line-height: 30px;
text-align: center;
margin-bottom: 55px;
font-weight: 500;
width: 100%;
}

.modal-result .left-side {
    width: 100%;
    margin-right: 10px;
}

.modal-result .left-side > div {
    text-align: center;
    margin: 20px 0;
}

.modal-result span {
font-weight: 700;
font-size: 18px;
margin-right: 10px;
}

.modal-result .text {
    margin-top: 40px;
    font-size: 18px;
}

.modal-result .right-side {
    
}

.modal-result .right-side img {
    max-width: 240px;
    height: auto;
}

.modal-result .time-box, .modal-result .place-box, .modal-result .operation-box, 
.modal-result .amount-box, .modal-result .rate-box {
    display: flex;
    align-items: center;
    font-size: 18px;
}


@media (max-width : 1200px) {
    .header .limit {
        /*max-width: 970px;*/
    }

    .logo-box {
        /*width: 370px;*/
    }

    .logo {
        /*width: 390px;*/
    }

    .header .right-side {
        width: 430px;
    }

    .header .phone-box {
        align-items: self-end;
        margin: 15px 0 0;
        flex-direction: column;
    }

    .tel {
        margin: 5px 0;
        font-size: 24px;
    }

    .commercial-box {
        padding-bottom: 6px;
    }

    .modal-result .left-side {
        
    }

    .modal-result img {
        max-width: 264px;
    }
    
    
    
}


@media (min-width : 980px) {
    .menu {
        display: block !important;
    }
}    


@media (max-width : 980px) {
    
    .logo-box {
        font-size: 32px;
    }

    .logo {
        width: 240px;
        height: 68px;
    }

    
    
    
    .btn-menu {
        display: block;
    }

    .menu {
        position: absolute;
        width: 320px;
        top: 151px;
        right: 0;
        z-index: 3;
        display: none;
        background: red;
    }

    .header .menu a {
        background: red;
        text-align: center;
        width: 320px;
        height: 60px;
        line-height: 60px;
        margin-left: 0;
    }

    .menu a:hover {
        border-bottom: 4px solid #fff;
    }

    .exchange-line, .commercial-line {
        height: 82px;
        margin-bottom: 50px;
    }

    .exchange-line .flag, .commercial-line .flag {
        margin-right: 15px;
    }

    .exchange-line .exchange-name, .commercial-line .exchange-name {
        font-size: 32px;
    }

    .exchange-line .buy, .exchange-line .sell, .commercial-line .buy, .commercial-line .sell {
        font-size: 32px;
        position: relative;
    }

    .exchange-line:nth-of-type(1) .buy::before, .exchange-line:nth-of-type(1) .sell::before, 
    .commercial-line:nth-of-type(1) .buy::before, .commercial-line:nth-of-type(1) .sell::before {
        top: -18px;
    }

    .exchange-line .buy::before, .exchange-line .sell::before, .commercial-line .buy::before, .commercial-line .sell::before {
        display: block;
        content: 'Купівля';
        position: absolute;
        top: -18px;
        font-size: 14px;
        font-weight: 400;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        text-transform: uppercase;
    }

    .exchange-line .sell::before, .commercial-line .sell::before {
        content: 'Продаж';
    }

    .commercial-rates-block .text {
        max-width: 720px;
        margin: 0 auto 60px;
    }

    .commercial-rates-block .information-box {
        flex-direction: column;
        align-items: center;
    }

    .commercial-rates-block .left-side {
        text-align: center;
    }

    .exchange-rates-block .btn-order, .commercial-rates-block .btn-order {
        width: 200px;
        font-size: 16px;
    }

    .information-list li {
        list-style-type: none;
    }

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

    .location-block .limit > .text {
        max-width: 720px;
    }

    .adress-item {
        justify-content: center;
    }

    .location-block .left-side .title {
        text-align: center;
    }

    .social-item {
        justify-content: center;
    }

    .social-item .text {
        width: 220px;
    }

    .subscribe-block .limit > .text {
        max-width: 600px;
    }




    .modal-order {
        background: transparent;
        height: 590px;
        padding: 0;
    }

    .modal-order .left-side {
        background: #fff;
        position: absolute;
        height: 590px;
        width: 100%;
        padding: 0 15px;
    }

    .modal-order .right-side {
        display: none;
        background: #e5e5e5;
        position: absolute;
        z-index: 3;
        bottom: 0;
        height: 590px;
        width: 100%;
        padding: 0 15px;
    }

    .btn-next {
        display: block;
        margin: 20px auto 0;
    }

    .modal-order .container {
        max-width: 650px;
        padding: 40px 0 25px;
    }

    .modal .btn-close {
        right: 15px;
        top: 15px;
    }
    
    .modal-result .left-side {
        width: 100%;
    }

    .modal-result .right-side {
        width: 100%;
    }

    .modal-result img {
        display: block;
        margin: 0 auto;
    }

}

@media (max-width : 759px) {
    .header {
        height: 228px;
    }
    
    .header > .limit {
        flex-direction: column;
        padding: 0 15px;
    }

    .header .left-side {
        height: 68px;
        margin: 0 20px;
    }

    .logo-box {
        padding-top: 13px;
        align-items: center;
        padding-left: 0;
    }

    .header .right-side {
        width: 100%;
        align-items: center;
        margin-right: 0;
    }

    .header .phone-box {
        align-items: center;
    }

    .commercial-box {
        width: 100%;
        justify-content: center;
    }
    

    

    
    
    
    .subscribe-block .left-side {
        width: 100%;
        margin-bottom: 30px;
    }

    .subscribe-block .right-side {
        width: 100%;
        padding: 0 40px;
    }

    .subscribe-block img {
        width: 325px;
        margin: 0 auto;
        display: block;
    }

    .subscribe-block .btn-subscribe {   
        margin: 40px auto 0;
    }

    .exchange-line, .commercial-line {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 165px;
        max-width: 100%;
        margin: 0 auto 50px;
        flex-wrap: wrap;
    }

    .exchange-line:hover, .commercial-line:hover {
        border: none;
    }

    .exchange-line .name-box, .commercial-line .name-box {
        width: 100%;
        justify-content: center;
        margin-bottom: 10px;
    }

    .exchange-line .exchange-name, .commercial-line .exchange-name {
        font-size: 24px;
    }

    .exchange-line .buy, .exchange-line .sell, .commercial-line .buy, .commercial-line .sell {
        width: 50%;
        justify-content: center;
        font-size: 24px;
    }

    .exchange-rates-block .btn-order, .commercial-rates-block .btn-order {
        width: 190px;
        font-size: 14px;
        height: 35px;
        line-height: 35px;
    }


    .adress-item .adress {
        flex: 0 0 210px;
    }
    
}


@media (max-width : 479px) {
    .logo {
        width: 230px;
    }

    .information-box img {
        width: 290px;
    }

    .adress-item {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .adress-item .adress {
        flex: 0 0 290px;
        margin-bottom: 10px;
    }

    .subscribe-block img {
        width: 290px;
    }

    .social-item .text {
        width: 150px;
    }
    
    .modal-result {
        width: 320px;
        height: 320px;
        margin-top: -160px;
        margin-left: -160px;
        padding: 35px 0 0;
    }
    
    .modal-result .left-side > div {
        margin: 0 0 10px; 
        font-size: 16px;
    }
    
    .modal-result .right-side img {
        max-width: 140px;
    }
    
    .modal-result .title {
    font-size: 20px;
    }
}

@font-face {
  font-family: 'Roboto', sans-serif;
  src: url('../fonts/Roboto-Regular.eot');
  src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg'),
       url('../fonts/Roboto-Regular.ttf') format('truetype'),
       url('../fonts/Roboto-Regular.woff') format('woff'),
       url('../fonts/Roboto-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto', sans-serif;
  src: url('../fonts/Roboto-Medium.eot');
  src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Roboto-Medium.svg#Roboto-Medium') format('svg'),
       url('../fonts/Roboto-Medium.ttf') format('truetype'),
       url('../fonts/Roboto-Medium.woff') format('woff'),
       url('../fonts/Roboto-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto', sans-serif;
  src: url('../fonts/Roboto-Bold.eot');
  src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg'),
       url('../fonts/Roboto-Bold.ttf') format('truetype'),
       url('../fonts/Roboto-Bold.woff') format('woff'),
       url('../fonts/Roboto-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto', sans-serif;
  src: url('../fonts/Roboto-Black.eot');
  src: url('../fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Roboto-Black.svg#Roboto-Black') format('svg'),
       url('../fonts/Roboto-Black.ttf') format('truetype'),
       url('../fonts/Roboto-Black.woff') format('woff'),
       url('../fonts/Roboto-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
}



