/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

@font-face {
    font-family: FiraSans-Black;
    src: url(../fonts/FiraSans-Black.otf);
}
@font-face {
    font-family: FiraSans-BlackItalic;
    src: url(../fonts/FiraSans-BlackItalic.otf);
}
@font-face {
    font-family: FiraSans-Bold;
    src: url(../fonts/FiraSans-Bold.otf);
}
@font-face {
    font-family: FiraSans-BoldItalic;
    src: url(../fonts/FiraSans-BoldItalic.otf);
}
@font-face {
    font-family: FiraSans-ExtraBold;
    src: url(../fonts/FiraSans-ExtraBold.otf);
}
@font-face {
    font-family: FiraSans-ExtraBoldItalic;
    src: url(../fonts/FiraSans-ExtraBoldItalic.otf);
}
@font-face {
    font-family: FiraSans-ExtraLight;
    src: url(../fonts/FiraSans-ExtraLight.otf);
}
@font-face {
    font-family: FiraSans-ExtraLightItalic;
    src: url(../fonts/FiraSans-ExtraLightItalic.otf);
}
@font-face {
    font-family: FiraSans-Italic;
    src: url(../fonts/FiraSans-Italic.otf);
}
@font-face {
    font-family: FiraSans-Light;
    src: url(../fonts/FiraSans-Light.otf);
}
@font-face {
    font-family: FiraSans-LightItalic;
    src: url(../fonts/FiraSans-LightItalic.otf);
}
@font-face {
    font-family: FiraSans-Medium;
    src: url(../fonts/FiraSans-Medium.otf);
}
@font-face {
    font-family: FiraSans-MediumItalic;
    src: url(../fonts/FiraSans-MediumItalic.otf);
}
@font-face {
    font-family: FiraSans-Regular;
    src: url(../fonts/FiraSans-Regular.otf);
}
@font-face {
    font-family: FiraSans-SemiBold;
    src: url(../fonts/FiraSans-SemiBold.otf);
}
@font-face {
    font-family: FiraSans-SemiBoldItalic;
    src: url(../fonts/FiraSans-SemiBoldItalic.otf);
}
@font-face {
    font-family: FiraSans-Thin;
    src: url(../fonts/FiraSans-Thin.otf);
}
@font-face {
    font-family: FiraSans-ThinItalic;
    src: url(../fonts/FiraSans-ThinItalic.otf);
}
@font-face {
    font-family: Lobster;
    src: url(../fonts/Lobster.otf);
}
@font-face {
    font-family: Ubuntu-Light;
    src: url(../fonts/Ubuntu-Light.otf);
}
body {
    font-size: 14px;
}
p {
    line-height: 1;
    margin: 0;
    font-family: FiraSans-Regular;
}
a:hover {
    text-decoration: none;
}
header {
    background-color: #0059b4;
    z-index: 2;
}
.nav-and-social {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
header .social-links {
    display: flex;
}
@media (max-width: 991px) {
    .nav-and-social {
        justify-content: flex-start;
    }
    header .social-links {
        position: absolute;
        right: 0;
        top: 3px;
    }
}
.navbar {
    padding: 0;
}
.navbar a {
    color: #ffffff;
    text-transform: uppercase;
}
.navbar a:hover {
    background-color: #004b97;
}
.navbar-toggler-icon {
    content: url("../img/icons/menu-icon.png");
}
.nav-link {
    padding: 20px 15px !important;
    font-family: FiraSans-Light;
    text-align: center;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    min-width: 205px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 1;
    white-space: nowrap;
}
.dropdown-content a {
    background-color: #004b97;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover {
    background-color: #0059b4;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown:hover .dropbtn {
    background-color: #004b97;
}


.social-links a {
    padding: 5px;
    opacity: 0.5;
}
.social-links a:hover {
    padding: 5px;
    opacity: 1;
}
.social-links a img {
    width: 20px;
}
.banner {
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url("../img/banner.jpg");
    background-size: cover;
    color: #ffffff;
    position: relative;
    z-index: 0;
}
.banner #mask {
    background-color:rgba(0,0,0,.3);
    height:100%;
    position: absolute;
    width:100%;
    top: 0;
    left:0;
    bottom: 0;
    right: 0;
}
.banner a {
    color: #ffffff;
}
.banner .logo-and-feedback {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    position: relative;
    z-index: 2;
}
.banner .feedback {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.banner .feedback .address-and-phone {
    justify-content: space-between;
    align-items: center;
}
@media (min-width: 600px) {
	.banner .feedback .address-and-phone {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
	}
}
@media (min-width: 991px) {
	.banner .logo-and-feedback .logo{
		position: relative;
	}
	.banner .logo-and-feedback .logo a {
		left: 40px;
		position: absolute;
		top: -50px;
	}
}
@media (max-width: 991px) {
    .banner .logo-and-feedback,
    .banner .feedback {
        justify-content: center;
        padding: 20px 0;
    }
    .banner .logo-and-feedback .logo p {
        text-align: center;
    }
    .banner .feedback .address-and-phone {
    }
}
.banner p {
    font-family: FiraSans-Light;
}
.banner .logo p span {
    font-family: Lobster;
    font-size: 3em;
    line-height: 1.2;
    margin-left: -10px;
}
.banner .address {
    padding: 15px;
    text-align: center;
}
.banner .address p {
    line-height: 1.5;
}
.banner .address p span {
    font-size: 1.3em;
}
@media (max-width: 600px) {
    .banner .address p,
    .banner .address p span {
        font-size: 1.1em;
    }
}
.banner .email {
    text-decoration: underline;
}
.banner .phones {
    line-height: 1.1;
    padding: 10px 15px 15px 15px;
}
@media (max-width: 991px) {
    .banner .address {
        padding: 15px 10px 15px 0;
        text-align: center;
    }
    .banner .phones {
        padding: 15px 15px 15px 10px;
        text-align: center;
    }
}
@media (max-width: 455px) {
    .banner .phones {
        padding: 15px 0 15px 10px;
    }
}
.banner  .phones .phone {
    font-family: FiraSans-Bold;
    font-size: 1.7em;
    line-height: 1.3;
	display: block;
}
@media (max-width: 600px) {
    .banner .phones .phone {
        font-size: 1.3em;
    }
}
@media (max-width: 991px) {
    .banner .form {
        //display: none;
    }
}
.banner .form img {
    max-width: 750px;
    width: 100%;
}
.form-show-small {
    padding: 20px;
    display: none;
}
@media (max-width: 991px) {
    .form-show-small {
        display: block;
    }
}
.form-show-small img {
    max-width: 750px;
    width: 100%;
}
.blue-btn {
    background-color: #0059b4;
    color: #ffffff;
    width: 175px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: FiraSans-Light;
    font-size: 1.2em;
}
.blue-btn:hover {
    background-color: #003f80;
    color: #ffffff;
}
.banner .main-text,
.banner .form {
    position: relative;
    z-index: 2;
    text-align: center;
}
.main-text h1 {
    font-family: FiraSans-SemiBold;
    font-size: 3em;
    margin: 40px 0 15px 0;
}
.main-text h2 {
    font-family: FiraSans-Light;
    font-size: 2em;
    padding-bottom: 60px;
}
@media (max-width: 991px) {
    .banner .main-text h1 {
        font-size: 2em;
    }
    .banner .main-text h2 {
        font-size: 1.6em;
    }
}
.banner .form {
    padding: 0 0 150px 0;
}
.countries {
    padding: 15px;
}
.countries .container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
.countries .container .country {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    padding: 15px;
}
.countries .container .country a {

}
.countries .container .country p {
    margin: 0 10px;
    font-family: FiraSans-Medium;
    font-size: 1.4em;
    color: #000000;
}
.countries .container .country p:after {
    content: url("../img/icons/arrow-grey.png");
    position: relative;
    left: 10px;
    /*top: 1px;*/
}
.countries .container .country p:hover {
    color: #0059b4;
}
.countries .container .country p:hover:after {
    content: url("../img/icons/arrow-blue.png");
}
.advantages {
    background-color: #cde6ff;
    padding: 70px 0;
}
.advantages .container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
.advantages .container .advantage {
    text-align: center;
    max-width: 220px;
}
@media (max-width: 991px) {
    .advantages .container .advantage {
        margin-bottom: 40px;
    }
}
.advantages .container .advantage img {
    margin-bottom: 30px;
}
.advantages .container .advantage p {
    font-family: FiraSans-Light;
    font-size: 1.4em;
}
@media (max-width: 600px) {
    .advantages .container {
        flex-direction: column;
        align-items: flex-start;
    }
    .advantages .container .advantage {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        max-width: 100%;
        padding: 0 25px;
    }
    .advantages .container .advantage p {
        text-align: left;
    }
    .advantages .container .advantage img {
        margin-bottom: 0;
        margin-right: 25px;
    }
    .advantages .container .advantage .hide-small {
        display: none;
    }

}
.offers {
    padding: 85px 0 65px 0;
}
@media (max-width: 600px) {
    .offers .container {
        padding: 0;
    }

}
.offers h3 {
    font-family: FiraSans-Medium;
    font-size: 3em;
    margin-bottom: 50px;
    text-align: center;
}
.offers-list .offer:nth-child(odd) {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}
.offers-list .offer:nth-child(even) {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-around;
}
.offers-list .offer {
    margin-bottom: 60px;
}
.offers-list .offer img {
    max-width: 510px;
    width: 100%;
    height: 100%;
    margin: 40px;
}
.offers-list .offer:nth-child(odd) img {
    margin: 0 40px 0 0;
}
.offers-list .offer:nth-child(even) img {
    margin: 0 0 0 40px;
}
@media (max-width: 1188px) {
    .offers-list .offer img {
        margin: 0 !important;
    }
}
.offers-list .offer .text {
    max-width: 550px;
    margin: 40px 0;
    padding: 0 20px;
}
.offers-list .offer .text h4 {
    font-family: FiraSans-Medium;
}
.offers-list .offer .text p {
    font-family: FiraSans-Light;
    line-height: 2;
}
.offers-list .offer .text .blue-btn {
    margin-top: 20px;
}
.feedback-block {
    background-image: url("../img/feedback-block-bg.jpg");
    background-size: cover;
    color: #ffffff;
    padding: 35px 0;
    position: relative;
    z-index: 2;
}
@media (max-width: 991px) {
    .feedback-block {
        padding: 35px 0 0 0;
    }
}
.feedback-block #mask-2 {
    background-color:rgba(0,0,0,.3);
    height:100%;
    position: absolute;
    width:100%;
    top: 0;
    left:0;
    bottom: 0;
    right: 0;
}
.feedback-block .text-and-form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    position: relative;
    z-index: 2;
}
.feedback-block .text {
    max-width: 480px;
}
.feedback-block .text h5 {
    margin: 40px 0 20px 0;
    font-family: FiraSans-SemiBold;
    font-size: 3em;
}
.feedback-block .text p {
    font-family: FiraSans-Light;
    font-size: 2em;
    line-height: 1.3;
    margin-bottom: 45px;
}
.feedback-block .text hr {
    width: 200px;
}
.feedback-block .form {
	padding: 40px;
	background-color: rgba(255,255,255,0.8);
}
.feedback-block .form h5 {
    color: #000;
    font-family: FiraSans-Light;
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 1em;
}
.hot-sale {
    background-image: url("../img/a-star-bg.png");
    background-size: cover;
    padding-bottom: 120px;
}
.hot-sale h5 {
    margin: 85px 0 40px 0;
    font-family: FiraSans-Medium;
    font-size: 3em;
    text-align: center;
}
.modul img {
    width: 100%;
}
.how-do-we {
    background-image: url("../img/how-do-we-bg.jpg");
    background-size: cover;
    position: relative;
    z-index: 2;
    padding: 80px 0;
}
.how-do-we #mask-3 {
    background-color:rgba(0,0,0,.3);
    height:100%;
    position: absolute;
    width:100%;
    top: 0;
    left:0;
    bottom: 0;
    right: 0;
}
.how-do-we h5 {
    font-family: FiraSans-Medium;
    color: #ffffff;
    text-align: center;
    font-size: 3em;
    position: relative;
    z-index: 2;
    margin-bottom: 90px;
}
.how-do-we-items {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    position: relative;
    z-index: 2;
}
@media (max-width: 991px) {
    .how-do-we-items {
        flex-direction: column;
        align-items: center;
    }
}
.how-do-we-item {
    background-color: #0059b4;
    border-radius: 50%;
    color: #ffffff;
    width: 220px;
    height: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 60px;
}
@media (max-width: 991px) {
    .how-do-we-item {
        margin-right: 0;
        margin-bottom: 60px;
    }
}
.how-do-we-item img {
    margin-top: 35px;
}
.how-do-we-item:last-child img {
    margin-top: -5px;
}
.how-do-we-item:last-child {
    margin-right: 0;
}
.how-do-we-item:after {
    content: url("../img/icons/how-do-we-arrow.png");
    position: relative;
    top: -200px;
    right: -145px;
}
.how-do-we-item:nth-child(3):after {
    top: -200px;
}
@media (max-width: 991px) {
    .how-do-we-item:nth-child(odd):after {
        top: 50px;
        right: -120px;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
    }
    .how-do-we-item:nth-child(even):after {
        top: 50px;
        right: 120px;
        transform: scale(1, -1) rotate(-90deg);
    }
    .how-do-we-item:nth-child(3):after {
         top: 50px;
    }
}
.how-do-we-item:last-child:after {
    content: none;
}
.how-do-we-item .text {
    font-family: FiraSans-Light;
    font-size: 1.2em;
    max-width: 165px;
    text-align: center;
    margin-top: 10px;
}
.partners h5 {
    font-family: FiraSans-Medium;
    font-size: 3em;
    margin-top: 50px;
    text-align: center;
}
.partners h6 {
    font-family: FiraSans-Light;
    text-align: center;
    margin: 20px 0;
}
.partners .operators {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin: 50px 0 80px 0;
}
@media (max-width: 347px) {
    .partners .operators {
        flex-direction: column;
    }

}
.partners .operators a {
    padding: 15px;
}
.reviews {
    padding: 80px 0;
    background-image: url("../img/reviews-bg.png");
    background-size: cover;
}
.reviews h5 {
    font-family: FiraSans-Medium;
    font-size: 3em;
    text-align: center;
    margin-bottom: 60px;
}
.reviews-list {
    margin-bottom: 60px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}
#carouselExampleControls {
    display: none;
}
@media (max-width: 1199px) {
    .reviews-list {
        display: none;
    }
    #carouselExampleControls {
        display: block;
        max-width: 380px;
        width: 100%;
        margin: 45px auto;
    }
    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        width: 35px;
        height: 50px;
    }
    .carousel-control-next-icon {
        background-image: url("../img/icons/review-arrow-right.png");
    }
    .carousel-control-prev-icon {
        background-image: url("../img/icons/review-arrow-left.png");
    }
}
.review {
    max-width: 315px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.review img {
    margin-bottom: 40px;
}
.review h6 {
    font-family: FiraSans-Medium;
    font-size: 1.6em;
}
.review p {
    font-family: FiraSans-Light;
    font-size: 1.2em;
    line-height: 1.8;
}
.btn-center {
    margin: 0 auto;
}
.links-and-contacts {
    background-color: #0059b4;
    color: #ffffff;
    padding: 60px 0 40px 0;
}
.blue-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}
@media (max-width: 444px) {
    .blue-block {
        flex-direction: column;
        align-items: center;
    }
}
.blue-block p {
    font-family: FiraSans-SemiBold;
}
.blue-block .links-1 p,
.blue-block .links-2 p {
    margin: 15px 0;
    font-size: 1.5em;
}
@media (max-width: 444px) {
    .blue-block .links-1,
    .blue-block .links-2 {
        max-width: 320px;
        width: 100%;
    }
}
.blue-block .links {
    display: flex;
    flex-direction: column;
    line-height: 2;
}
.blue-block a {
    font-family: FiraSans-Light;
    color: #ffffff;
    font-size: 1.15em;
}
.blue-block .links a:hover {
    text-decoration: underline;
    color: #ffffff;
}
.blue-block hr.show-small {
    display: none;
}
@media (max-width: 444px) {
    .blue-block hr.show-small {
        width: 100%;
        margin-top: 40px;
        display: block;
        background-color: #337ac3;
    }
    .blue-block .contacts {
        max-width: 320px;
        width: 100%;
        margin-top: 20px;
    }
}
.blue-block .contacts h6 {
    font-family: FiraSans-Medium;
    font-size: 2.3em;
    margin: 5px 0;
}
.blue-block .phone {
    margin: 25px 0 5px 0;
}
.blue-block .phone a {
    font-family: FiraSans-Bold;
    font-size: 1.9em;
}
.blue-block .address {
    line-height: 3;
}
.blue-block .address a {
    text-decoration: underline;
}
.blue-block .address a,
.blue-block .address p {
    font-size: 1em;
    font-family: FiraSans-Regular;
}
.blue-block .social-links {
    margin: 30px 0;
}
.map img {
    width: 100%;
}
footer {
    padding: 50px 0;
}
footer .copyright-and-counter {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}
@media (max-width: 767px) {
    footer .copyright-and-counter {
        flex-direction: column;
        justify-content: flex-start;
    }
    footer .counter {
        margin-top: 25px;
    }
}
footer .copyright-and-counter .copyright p {
    font-family: Ubuntu-Light;
}
#top {
    background-image: url("../img/icons/arrow-to-the-top.png");
    cursor: pointer;
    position: fixed;
    right: 25px;
    bottom: 25px;
    width: 80px;
    height: 80px;
}

.content {
    margin: 50px 0;
    font-family: FiraSans-Light;
	font-size: 16px;
}

.content h5 {
    font-family: FiraSans-Medium;
    font-size: 3em;
    text-align: center;
}

.content .B_crumbBox {
    display: block;
    margin: 10px 0;
}

.content p {
    margin-bottom: 10px;
    font-family: FiraSans-Light;
	font-size: 16px;
}
