@charset "UTF-8";
.fancybox-container, .fancybox-thumbs, .fancybox-thumbs > ul > li {
    -webkit-tap-highlight-color: transparent
}

@font-face {
    font-family: Raleway-Light;
    src: url(../fonts/Raleway-Light.ttf)
}

@font-face {
    font-family: Raleway;
    src: url(../fonts/Raleway-Regular.ttf)
}

@font-face {
    font-family: Raleway-Medium;
    src: url(../fonts/Raleway-Medium.ttf)
}

@font-face {
    font-family: Raleway-SemiBold;
    src: url(../fonts/Raleway-SemiBold.ttf)
}

@font-face {
    font-family: Raleway-Bold;
    src: url(../fonts/Raleway-Bold.ttf)
}

@font-face {
    font-family: Raleway-ExtraBold;
    src: url(../fonts/Raleway-ExtraBold.ttf)
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    -webkit-transition-duration: inherit;
    -o-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
    -o-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .87;
    -webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
    -o-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .25s, visibility 0s linear .25s;
    -o-transition: opacity .25s, visibility 0s linear .25s;
    transition: opacity .25s, visibility 0s linear .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    -webkit-transition: opacity .25s, visibility 0s;
    -o-transition: opacity .25s, visibility 0s;
    transition: opacity .25s, visibility 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    text-align: center;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    height: 100%;
    margin-right: -.25em;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
    display: block
}

.fancybox-slide--next {
    z-index: 99995
}

.fancybox-slide--image {
    overflow: visible;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px 6px 0
}

.fancybox-slide--iframe {
    padding: 44px 44px 0
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0 0 6px;
    max-width: 100%;
    overflow: auto;
    padding: 24px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-image, .fancybox-slide--image .fancybox-content, .fancybox-spaceball {
    left: 0;
    margin: 0;
    max-width: none;
    position: absolute;
    top: 0;
    -moz-user-select: none;
    -ms-user-select: none;
    padding: 0
}

.fancybox-button, .fancybox-iframe {
    vertical-align: top
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: no-repeat;
    background-size: 100% 100%;
    overflow: visible;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.fancybox-can-drag .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-dragging .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image, .fancybox-spaceball {
    background: 0 0;
    border: 0;
    height: 100%;
    max-height: none;
    -webkit-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--html .fancybox-content {
    margin-bottom: 6px
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--video .fancybox-content {
    height: 100%;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
    height: calc(100% - 44px);
    margin-bottom: 44px
}

.fancybox-iframe, .fancybox-video {
    background: 0 0;
    border: 0;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    outline: 0;
    padding: 10px;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
    width: 44px
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
    color: #ccc
}

.fancybox-button:focus, .fancybox-button:hover {
    color: #fff
}

.fancybox-button.disabled, .fancybox-button.disabled:hover, .fancybox-button[disabled], .fancybox-button[disabled]:hover {
    color: #888;
    cursor: default
}

.fancybox-button svg {
    display: block;
    overflow: visible;
    position: relative;
    shape-rendering: geometricPrecision
}

.fancybox-button--pause svg path:nth-child(1), .fancybox-button--play svg path:nth-child(2), .fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
    display: none
}

.fancybox-button svg path {
    fill: transparent;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3
}

.fancybox-button--play svg path, .fancybox-button--share svg path, .fancybox-button--thumbs svg path {
    fill: currentColor
}

.fancybox-button--share svg path {
    stroke-width: 1
}

.fancybox-navigation .fancybox-button {
    height: 38px;
    opacity: 0;
    padding: 6px;
    position: absolute;
    top: 50%;
    width: 38px
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
    -webkit-transition: opacity .25s, visibility 0s, color .25s;
    -o-transition: opacity .25s, visibility 0s, color .25s;
    transition: opacity .25s, visibility 0s, color .25s
}

.fancybox-navigation .fancybox-button:after {
    content: "";
    left: -25px;
    padding: 50px;
    position: absolute;
    top: -25px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 6px
}

.fancybox-close-small {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #555;
    cursor: pointer;
    height: 44px;
    margin: 0;
    padding: 6px;
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    z-index: 10
}

.fancybox-close-small svg {
    fill: transparent;
    opacity: .8;
    stroke: currentColor;
    stroke-width: 1.5;
    -webkit-transition: stroke .1s;
    -o-transition: stroke .1s;
    transition: stroke .1s
}

.fancybox-close-small:focus {
    outline: 0
}

.fancybox-close-small:hover svg {
    opacity: 1
}

.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small {
    color: #ccc;
    padding: 5px;
    right: -12px;
    top: -44px
}

.fancybox-slide--iframe .fancybox-close-small:hover svg, .fancybox-slide--image .fancybox-close-small:hover svg, .fancybox-slide--video .fancybox-close-small:hover svg {
    background: 0 0;
    color: #fff
}

.fancybox-caption:after, .fancybox-caption:before {
    display: block;
    position: absolute;
    content: ""
}

.fancybox-caption {
    bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 25px 44px;
    right: 0
}

.fancybox-caption:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
    background-repeat: repeat-x;
    background-size: contain;
    bottom: 0;
    left: 0;
    pointer-events: none;
    right: 0;
    top: -25px;
    z-index: -1
}

.fancybox-caption:after {
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    left: 44px;
    right: 44px;
    top: 0
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.contactsFormContact, .fancybox-share__button, .fancybox-share__button:hover, a {
    text-decoration: none
}

.fancybox-loading {
    -webkit-animation: a .8s infinite linear;
    animation: a .8s infinite linear;
    background: 0 0;
    border: 6px solid rgba(99, 99, 99, .5);
    border-radius: 100%;
    border-top-color: #fff;
    height: 60px;
    left: 50%;
    margin: -30px 0 0 -30px;
    opacity: .6;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 60px;
    z-index: 99999
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes a {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
    -o-transition-timing-function: cubic-bezier(0, 0, .25, 1);
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    -o-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-1turn);
    -ms-transform: rotate(-1turn);
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(1turn);
    -ms-transform: rotate(1turn);
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1)
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share__button:link, .fancybox-share__button:visited, .menuItem {
    color: #fff
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: 0;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #fff;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-show-thumbs .fancybox-thumbs, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs > ul {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x > ul {
    overflow: hidden
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, .1)
}

.fancybox-thumbs > ul > li, .sectionForm {
    background-size: cover;
    background-repeat: no-repeat
}

.fancybox-thumbs > ul > li {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100px;
    background-position: 50%
}

.fancybox-thumbs > ul > li:before {
    border: 4px solid #4ea7f9;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
    -o-transition: all .2s cubic-bezier(.25, .46, .45, .94);
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.header, .menu, .navbar, .navbarTop {
    position: relative
}

.fancybox-thumbs .fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width: 800px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs > ul > li {
        max-width: calc(100% - 10px)
    }
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

.container, .container-fluid {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

/*!
 * Bootstrap Grid v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
    width: device-width
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*, ::after, ::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

#frstScreen, .contacts {
    display: -webkit-box;
    display: -ms-flexbox
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-1, .col-auto {
    -webkit-box-flex: 0
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.col-2, .col-3 {
    -webkit-box-flex: 0
}

.col-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4, .col-5 {
    -webkit-box-flex: 0
}

.col-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.col-6, .col-7 {
    -webkit-box-flex: 0
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-8, .col-9 {
    -webkit-box-flex: 0
}

.col-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10, .col-11 {
    -webkit-box-flex: 0
}

.col-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.col-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.offset-1 {
    margin-left: 8.3333333333%
}

.offset-2 {
    margin-left: 16.6666666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.3333333333%
}

.offset-5 {
    margin-left: 41.6666666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.3333333333%
}

.offset-8 {
    margin-left: 66.6666666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.3333333333%
}

.offset-11 {
    margin-left: 91.6666666667%
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.3333333333%
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.3333333333%
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.3333333333%
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.3333333333%
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.3333333333%
    }

    .offset-md-2 {
        margin-left: 16.6666666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.3333333333%
    }

    .offset-md-5 {
        margin-left: 41.6666666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.3333333333%
    }

    .offset-md-8 {
        margin-left: 66.6666666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.3333333333%
    }

    .offset-md-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.3333333333%
    }

    .offset-lg-2 {
        margin-left: 16.6666666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.3333333333%
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.3333333333%
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.3333333333%
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.3333333333%
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.3333333333%
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.3333333333%
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.3333333333%
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%
    }
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width: 576px) {
    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1200px) {
    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.bgContacts {
    background-color: #023f77;
    border-bottom: 1px solid #1172d0
}

#frstScreen {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#contacts--bottom {
    border-top: 1px solid #1172d0
}

.contacts {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width: 850px) {
    .contacts {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.contactsInfo {
    width: calc(100% - 195px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 15px
}

@media only screen and (max-width: 850px) {
    .contactsInfo .col-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 175px
    }
}

@media only screen and (max-width: 700px) {
    .contactsInfo .col-6 {
        max-width: 150px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%
    }
}

@media only screen and (max-width: 752px) {
    .contactsInfo .col-6 {
        max-width: 165px
    }
}

@media only screen and (max-width: 708px) {
    .contactsInfo .col-6 {
        max-width: 145px
    }
}

@media only screen and (max-width: 650px) {
    .contactsInfo .col-6 {
        max-width: 140px
    }
}

@media only screen and (max-width: 630px) {
    .contactsInfo {
        max-width: 430px
    }

    .contactsInfo .col-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media only screen and (max-width: 575px) {
    .contactsInfo {
        max-width: 420px
    }
}

.contactsInfo .col-6 {
    padding: 0
}

.contactsLogo {
    -ms-flex-item-align: start;
    align-self: flex-start
}

@media only screen and (max-width: 991px) {
    .contactsInfo {
        width: 100%
    }

    .contactsLogo {
        display: none
    }
}

.contactsLogo__icon {
    display: block;
    width: 100%;
    max-width: 165px
}

.contacts--icon {
    display: block;
    margin-right: 15px;
    height: 23px;
    width: 23px
}

@media only screen and (max-width: 850px) {
    .contacts--icon {
        height: 15px;
        width: 15px;
        margin-right: 7px
    }
}

.contacts--text {
    font-size: 17px;
    color: #fff;
    font-family: Raleway-Light, sans-serif;
    display: block;
    width: calc(100% - 25px)
}

.contactsPhones, .contactsPhones__item {
    display: -webkit-box;
    display: -ms-flexbox
}

@media only screen and (max-width: 850px) {
    .contacts--text {
        font-size: 15px
    }
}

@media only screen and (max-width: 725px) {
    .contacts--text {
        font-size: 13px
    }
}

@media only screen and (max-width: 682px) {
    .contacts--text {
        font-size: 12px
    }
}

@media only screen and (max-width: 630px) {
    .contacts--text {
        font-size: 16px
    }

    .contactsPhones {
        margin-bottom: 5px
    }
}

@media only screen and (max-width: 575px) {
    .contacts--text {
        font-size: 15px;
        width: calc(100% - 15px)
    }

    .contactsPhones {
        padding: 0
    }
}

@media only screen and (max-width: 400px) {
    .contacts--text {
        font-size: 14px
    }
}

@media only screen and (max-width: 375px) {
    .contacts--text {
        font-size: 13px
    }
}

.contactsPhones {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 70px
}

@media only screen and (max-width: 991px) {
    .contactsPhones {
        height: auto
    }
}

.contactsPhones__item {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px
}

.contactsEmail, .contactsWork {
    display: -webkit-box;
    display: -ms-flexbox
}

.contactsWork {
    display: flex;
    height: 70px
}

.contactsEmail {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 850px) {
    .contactsPhones__item {
        margin-bottom: 5px
    }

    .contactsWork .contacts--icon {
        -webkit-transform: translateY(2px);
        -ms-transform: translateY(2px);
        transform: translateY(2px)
    }

    .contactsEmail.col-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 27%;
        flex: 0 0 27%;
        max-width: 27%
    }
}

@media only screen and (max-width: 630px) {
    .contactsEmail.col-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media only screen and (max-width: 575px) {
    .contactsEmail, .contactsWork {
        padding: 0
    }
}

.header {
    background-color: #0D4F8B;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .5);
    z-index: 100;
    width: 100%
}

@media only screen and (max-width: 991px) {
    .contactsWork {
        height: auto
    }

    .navbar {
        max-width: 100% !important
    }
}

.navbarTop {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1B5D99), to(#0D4F8B));
    background-image: -o-linear-gradient(top, #1B5D99, #0D4F8B);
    background-image: linear-gradient(180deg, #1B5D99, #0D4F8B);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 0 5px 0 #000;
    box-shadow: 0 0 5px 0 #000;
    z-index: 101
}

@media only screen and (min-width: 992px) {
    .navbarTop {
        display: none
    }
}

.navbarTopLogo {
    width: 100px;
    padding-top: 8px;
    padding-bottom: 8px;
    cursor: pointer
}

.navbarTopLogo__img {
    width: 100%;
    height: auto;
    display: block
}

.navbarTopBurger {
    width: 75px;
    cursor: pointer;
    padding: 20px 15px;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

.navbarTopBurger__item {
    display: block;
    margin-bottom: 8px;
    height: 4px;
    width: 100%;
    border-radius: 5px;
    background-color: #fff;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

.navbarTopBurger__item:last-child {
    margin-bottom: 0
}

.navbarTopBurger.openBar {
    width: 80px;
    padding: 10px;
    -webkit-transform: translate(16px, -2px);
    -ms-transform: translate(16px, -2px);
    transform: translate(16px, -2px)
}

.navbarTopBurger.openBar .navbarTopBurger__item:nth-child(2) {
    opacity: 0;
    width: 80%;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in
}

.navbarTopBurger.openBar .navbarTopBurger__item:nth-child(1) {
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transform: rotate(45deg) translate(-1px);
    -ms-transform: rotate(45deg) translate(-1px);
    transform: rotate(45deg) translate(-1px);
    width: 80%
}

.navbarTopBurger.openBar .navbarTopBurger__item:nth-child(3) {
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transform: rotate(-45deg) translate(-7px, 6px);
    -ms-transform: rotate(-45deg) translate(-7px, 6px);
    transform: rotate(-45deg) translate(-7px, 6px);
    width: 80%
}

.menu {
    min-height: 70px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #0D4F8B
}

@media only screen and (min-width: 992px) {
    .menu {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media only screen and (max-width: 991px) {
    .menu {
        overflow-y: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        border-top: 1px solid #1172d0;
        padding: 15px 0;
        display: none;
        position: absolute;
        top: 100%;
        left: 15px;
        width: 100%;
        z-index: 10;
        border-bottom: 4px solid #1172d0
    }
}

.menuItem {
    height: 70px;
    position: relative;
    font-size: 18px
}

@media only screen and (max-width: 1199px) {
    .menuItem {
        font-size: 16px
    }
}

@media only screen and (max-width: 991px) {
    .menuItem {
        width: 100%;
        height: auto;
        padding: 10px 0;
        font-size: 18px
    }
}

.menuItem::before {
    width: 0;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    content: '';
    background-color: #fff;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out
}

.menuItem--droplist, .menuItem__link {
    position: relative
}

.droplistItem, .menuItem__link {
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    cursor: pointer
}

.menuItem:hover {
    color: #87cefa
}

.menuItem:hover::before {
    width: calc(100% - 30px);
    left: 15px
}

@media only screen and (max-width: 991px) {
    .menuItem::before {
        display: none
    }

    .menuItem:hover::before {
        width: 100%;
        left: 0
    }
}

.menuItem__link {
    color: inherit;
    font-size: inherit;
    font-family: Raleway-SemiBold, sans-serif;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    transition: .3s ease-out
}

@media only screen and (max-width: 991px) {
    .menuItem__link {
        width: 100%;
        max-width: 230px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: auto;
        margin-right: auto
    }
}

.arrowDropMenu {
    display: none;
    width: 100%;
    max-width: 350px;
    position: absolute;
    top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-right: 20px
}

@media only screen and (max-width: 991px) {
    .arrowDropMenu {
        display: block
    }
}

.arrowDropMenu .arrowDropMenu__btn {
    display: block;
    height: 100%;
    width: 24px;
    margin-left: auto
}

.arrowDropMenu .arrowDropMenu__btn.rotate {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.droplist {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background-color: #0D4F8B;
    position: absolute;
    top: 100%;
    left: 15px;
    -webkit-box-shadow: 0 -2px 5px -3px rgba(0, 0, 0, .4);
    box-shadow: 0 -2px 5px -3px rgba(0, 0, 0, .4);
    z-index: 1;
    display: none
}

@media only screen and (min-width: 992px) {
    .droplist {
        -webkit-box-shadow: 2px 3px 10px 0 rgba(0, 0, 0, .6);
        box-shadow: 2px 3px 10px 0 rgba(0, 0, 0, .6)
    }
}

@media only screen and (max-width: 991px) {
    .droplist {
        position: initial;
        border-top: 2px solid #87ceeb;
        border-bottom: 2px solid #87ceeb;
        margin-top: 15px;
        width: 100%;
        background-color: #023f77
    }

    .droplistItem__link {
        text-align: center
    }
}

.droplistItem {
    width: 100%;
    border-bottom: 1px solid #1172d0;
    transition: .3s ease-out
}

.advantageIwrap, .form__input {
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out
}

.droplistItem:hover {
    background-color: #1172d0
}

.droplistItem:last-child {
    border-bottom: none
}

.droplistItem__link {
    display: block;
    color: #fff;
    font-size: 18px;
    font-family: Raleway-Medium, sans-serif;
    padding: 10px 15px
}

a, h1, h2, h3, h4, h5, h6, li, p, span {
    font-family: Raleway, sans-serif;
    color: #0D4F8B;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

a, p, span {
    line-height: 1.36
}

a {
    outline: 0 !important
}

.container {
    max-width: 1140px
}

.bg-gray {
    background-color: #fbfcfd
}

.no-scale {
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important
}

input[type=tel] {
    font-family: Arial, Sans-Serif !important
}

.miniCaption, .miniCaption--2 {
    font-family: Raleway-Bold, sans-serif;
    display: block;
    text-align: center
}

.sectionForm_ec--1 {
    background-image: url(../img/backgrounds/form/form_ec--1.jpg);
    background-image: url(../img/backgrounds/form/form_ec--1-min.jpg);
}

.sectionForm_ec--2 {
    background-image: url(../img/backgrounds/form/form_ec--2.jpg);
    background-image: url(../img/backgrounds/form/form_ec--2-min.jpg);
}

.sectionForm_ec--3 {
    background-image: url(../img/backgrounds/form/form_ec--3.jpg);
    background-image: url(../img/backgrounds/form/form_ec--3-min.jpg);
}

.sectionForm_cartapol--1 {
    background-image: url(../img/backgrounds/form/form_cartapol--1.jpg)
}

.sectionForm_cartapol--2 {
    background-image: url(../img/backgrounds/form/form_cartapol--2.jpg)
}


.sectionForm_cartapol--3 {
    background-image: url(../img/backgrounds/form/form_cartapol--3.jpg)
}

.sectionForm_bolgarii--1 {
    background-image: url(../img/backgrounds/form/form_bolgarii--1.jpg)
}

.sectionForm_bolgarii--2 {
    background-image: url(../img/backgrounds/form/form_bolgarii--2.jpg)
}

.sectionForm_bolgarii--3 {
    background-image: url(../img/backgrounds/form/form_bolgarii--3.jpg)
}

.sectionForm_rumunii--1 {
    background-image: url(../img/backgrounds/form/form_rumunii--1.jpg)
}

.sectionForm_rumunii--2 {
    background-image: url(../img/backgrounds/form/form_rumunii--2.jpg)
}

.sectionForm_rumunii--3 {
    background-image: url(../img/backgrounds/form/form_rumunii--3.jpg)
}

.sectionForm_uslugi--1 {
    background-image: url(../img/backgrounds/form/form_uslugi--1.jpg)
}

.sectionForm_uslugi--2 {
    background-image: url(../img/backgrounds/form/form_uslugi--2.jpg)
}
.sectionForm_passrum--2{
    background-image: url(../img/backgrounds/form/form-pass-rum-2.png)
}
.miniCaption {
    margin-bottom: 50px;
    font-size: 26px
}

@media only screen and (max-width: 991px) {
    .miniCaption {
        font-size: 22px
    }
}

@media only screen and (max-width: 767px) {
    .miniCaption {
        font-size: 20px;
        margin-bottom: 30px
    }
}

.miniCaption--2 {
    margin-bottom: 50px;
    font-size: 22px
}

@media only screen and (max-width: 991px) {
    .miniCaption--2 {
        font-size: 20px
    }
}

@media only screen and (max-width: 767px) {
    .miniCaption--2 {
        font-size: 18px;
        margin-bottom: 30px
    }
}

.p-text {
    font-size: 22px;
    font-family: Raleway-Medium, sans-serif;
    margin-bottom: 35px
}

@media only screen and (max-width: 767px) {
    .p-text {
        font-size: 18px
    }
}

@media only screen and (max-width: 575px) {
    .p-text {
        font-size: 16px
    }
}

.section {
    padding-top: 100px;
    padding-bottom: 100px
}

.section__caption {
    margin-bottom: 100px;
    color: #023f77;
    text-transform: uppercase;
    font-size: 56px;
    font-family: Raleway-ExtraBold, sans-serif;
    line-height: 1.1;
    text-align: center
}

@media only screen and (max-width: 991px) {
    .section__caption {
        font-size: 42px;
        line-height: 1.1
    }
}

@media only screen and (max-width: 767px) {
    .section {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .section__caption {
        font-size: 34px;
        margin-bottom: 50px
    }
}

.section__caption--scLine {
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-family: Raleway-Medium, sans-serif;
    line-height: inherit
}

@media only screen and (max-width: 575px) {
    .section__caption {
        margin-bottom: 30px
    }

    .pb-xs-0 {
        padding-bottom: 0
    }

    .pb-xs-5 {
        padding-bottom: 5px
    }

    .pb-xs-10 {
        padding-bottom: 10px
    }

    .pb-xs-15 {
        padding-bottom: 15px
    }

    .pb-xs-20 {
        padding-bottom: 20px
    }

    .pb-xs-25 {
        padding-bottom: 25px
    }

    .pb-xs-30 {
        padding-bottom: 30px
    }

    .pb-xs-40 {
        padding-bottom: 40px
    }

    .pb-xs-50 {
        padding-bottom: 50px
    }

    .pt-xs-0 {
        padding-top: 0
    }

    .pt-xs-5 {
        padding-top: 5px
    }

    .pt-xs-10 {
        padding-top: 10px
    }

    .pt-xs-15 {
        padding-top: 15px
    }

    .pt-xs-20 {
        padding-top: 20px
    }

    .pt-xs-25 {
        padding-top: 25px
    }

    .pt-xs-30 {
        padding-top: 30px
    }

    .pt-xs-40 {
        padding-top: 40px
    }

    .pt-xs-50 {
        padding-top: 50px
    }
}

@media only screen and (max-width: 767px) {
    .pb-sm-0 {
        padding-bottom: 0
    }

    .pb-sm-5 {
        padding-bottom: 5px
    }

    .pb-sm-10 {
        padding-bottom: 10px
    }

    .pb-sm-15 {
        padding-bottom: 15px
    }

    .pb-sm-20 {
        padding-bottom: 20px
    }

    .pb-sm-25 {
        padding-bottom: 25px
    }

    .pb-sm-30 {
        padding-bottom: 30px
    }

    .pb-sm-40 {
        padding-bottom: 40px
    }

    .pb-sm-50 {
        padding-bottom: 50px
    }
}

@media only screen and (max-width: 991px) {
    .pb-md-0 {
        padding-bottom: 0
    }

    .pb-md-5 {
        padding-bottom: 5px
    }

    .pb-md-10 {
        padding-bottom: 10px
    }

    .pb-md-15 {
        padding-bottom: 15px
    }

    .pb-md-20 {
        padding-bottom: 20px
    }

    .pb-md-25 {
        padding-bottom: 25px
    }

    .pb-md-30 {
        padding-bottom: 30px
    }

    .pb-md-40 {
        padding-bottom: 40px
    }

    .pb-md-50 {
        padding-bottom: 50px
    }
}

@media only screen and (max-width: 1199px) {
    .container {
        max-width: 960px
    }

    .pb-lg-0 {
        padding-bottom: 0
    }

    .pb-lg-5 {
        padding-bottom: 5px
    }

    .pb-lg-10 {
        padding-bottom: 10px
    }

    .pb-lg-15 {
        padding-bottom: 15px
    }

    .pb-lg-20 {
        padding-bottom: 20px
    }

    .pb-lg-25 {
        padding-bottom: 25px
    }

    .pb-lg-30 {
        padding-bottom: 30px
    }

    .pb-lg-40 {
        padding-bottom: 40px
    }

    .pb-lg-50 {
        padding-bottom: 50px
    }
}

.pb-xl-0 {
    padding-bottom: 0
}

.pb-xl-5 {
    padding-bottom: 5px
}

.pb-xl-10 {
    padding-bottom: 10px
}

.pb-xl-15 {
    padding-bottom: 15px
}

.pb-xl-20 {
    padding-bottom: 20px
}

.pb-xl-25 {
    padding-bottom: 25px
}

.pb-xl-30 {
    padding-bottom: 30px
}

.pb-xl-40 {
    padding-bottom: 40px
}

.pb-xl-50 {
    padding-bottom: 50px
}

@media only screen and (max-width: 767px) {
    .pt-sm-0 {
        padding-top: 0
    }

    .pt-sm-5 {
        padding-top: 5px
    }

    .pt-sm-10 {
        padding-top: 10px
    }

    .pt-sm-15 {
        padding-top: 15px
    }

    .pt-sm-20 {
        padding-top: 20px
    }

    .pt-sm-25 {
        padding-top: 25px
    }

    .pt-sm-30 {
        padding-top: 30px
    }

    .pt-sm-40 {
        padding-top: 40px
    }

    .pt-sm-50 {
        padding-top: 50px
    }
}

@media only screen and (max-width: 991px) {
    .pt-md-0 {
        padding-top: 0
    }

    .pt-md-5 {
        padding-top: 5px
    }

    .pt-md-10 {
        padding-top: 10px
    }

    .pt-md-15 {
        padding-top: 15px
    }

    .pt-md-20 {
        padding-top: 20px
    }

    .pt-md-25 {
        padding-top: 25px
    }

    .pt-md-30 {
        padding-top: 30px
    }

    .pt-md-40 {
        padding-top: 40px
    }

    .pt-md-50 {
        padding-top: 50px
    }
}

.mb-xl-0 {
    margin-bottom: 0
}

.mb-xl-5 {
    margin-bottom: 5px
}

.mb-xl-10 {
    margin-bottom: 10px
}

.mb-xl-15 {
    margin-bottom: 15px
}

.mb-xl-20 {
    margin-bottom: 20px
}

.mb-xl-25 {
    margin-bottom: 25px
}

.mb-xl-30 {
    margin-bottom: 30px
}

.mb-xl-40 {
    margin-bottom: 40px
}

.mb-xl-50 {
    margin-bottom: 50px
}

.mb-xl-60 {
    margin-bottom: 60px
}

.mb-xl-70 {
    margin-bottom: 70px
}

@media only screen and (max-width: 1199px) {
    .pt-lg-0 {
        padding-top: 0
    }

    .pt-lg-5 {
        padding-top: 5px
    }

    .pt-lg-10 {
        padding-top: 10px
    }

    .pt-lg-15 {
        padding-top: 15px
    }

    .pt-lg-20 {
        padding-top: 20px
    }

    .pt-lg-25 {
        padding-top: 25px
    }

    .pt-lg-30 {
        padding-top: 30px
    }

    .pt-lg-40 {
        padding-top: 40px
    }

    .pt-lg-50 {
        padding-top: 50px
    }

    .mb-lg-0 {
        margin-bottom: 0
    }

    .mb-lg-5 {
        margin-bottom: 5px
    }

    .mb-lg-10 {
        margin-bottom: 10px
    }

    .mb-lg-15 {
        margin-bottom: 15px
    }

    .mb-lg-20 {
        margin-bottom: 20px
    }

    .mb-lg-25 {
        margin-bottom: 25px
    }

    .mb-lg-30 {
        margin-bottom: 30px
    }

    .mb-lg-40 {
        margin-bottom: 40px
    }

    .mb-lg-50 {
        margin-bottom: 50px
    }
}

@media only screen and (max-width: 991px) {
    .mb-md-0 {
        margin-bottom: 0
    }

    .mb-md-5 {
        margin-bottom: 5px
    }

    .mb-md-10 {
        margin-bottom: 10px
    }

    .mb-md-15 {
        margin-bottom: 15px
    }

    .mb-md-20 {
        margin-bottom: 20px
    }

    .mb-md-25 {
        margin-bottom: 25px
    }

    .mb-md-30 {
        margin-bottom: 30px
    }

    .mb-md-40 {
        margin-bottom: 40px
    }

    .mb-md-50 {
        margin-bottom: 50px
    }
}

@media only screen and (max-width: 767px) {
    .mb-sm-0 {
        margin-bottom: 0
    }

    .mb-sm-5 {
        margin-bottom: 5px
    }

    .mb-sm-10 {
        margin-bottom: 10px
    }

    .mb-sm-15 {
        margin-bottom: 15px
    }

    .mb-sm-20 {
        margin-bottom: 20px
    }

    .mb-sm-25 {
        margin-bottom: 25px
    }

    .mb-sm-30 {
        margin-bottom: 30px
    }

    .mb-sm-40 {
        margin-bottom: 40px
    }

    .mb-sm-50 {
        margin-bottom: 50px
    }
}

.mt-xl-0 {
    margin-top: 0
}

.mt-xl-5 {
    margin-top: 5px
}

.mt-xl-10 {
    margin-top: 10px
}

.mt-xl-15 {
    margin-top: 15px
}

.mt-xl-20 {
    margin-top: 20px
}

.mt-xl-25 {
    margin-top: 25px
}

.mt-xl-30 {
    margin-top: 30px
}

.mt-xl-40 {
    margin-top: 40px
}

.mt-xl-50 {
    margin-top: 50px
}

@media only screen and (max-width: 1199px) {
    .mt-lg-0 {
        margin-top: 0
    }

    .mt-lg-5 {
        margin-top: 5px
    }

    .mt-lg-10 {
        margin-top: 10px
    }

    .mt-lg-15 {
        margin-top: 15px
    }

    .mt-lg-20 {
        margin-top: 20px
    }

    .mt-lg-25 {
        margin-top: 25px
    }

    .mt-lg-30 {
        margin-top: 30px
    }

    .mt-lg-40 {
        margin-top: 40px
    }

    .mt-lg-50 {
        margin-top: 50px
    }

    .none-lg {
        display: none
    }
}

@media only screen and (max-width: 991px) {
    .mt-md-0 {
        margin-top: 0
    }

    .mt-md-5 {
        margin-top: 5px
    }

    .mt-md-10 {
        margin-top: 10px
    }

    .mt-md-15 {
        margin-top: 15px
    }

    .mt-md-20 {
        margin-top: 20px
    }

    .mt-md-25 {
        margin-top: 25px
    }

    .mt-md-30 {
        margin-top: 30px
    }

    .mt-md-40 {
        margin-top: 40px
    }

    .mt-md-50 {
        margin-top: 50px
    }

    .none-md {
        display: none
    }
}

@media only screen and (max-width: 767px) {
    .mt-sm-0 {
        margin-top: 0
    }

    .mt-sm-5 {
        margin-top: 5px
    }

    .mt-sm-10 {
        margin-top: 10px
    }

    .mt-sm-15 {
        margin-top: 15px
    }

    .mt-sm-20 {
        margin-top: 20px
    }

    .mt-sm-25 {
        margin-top: 25px
    }

    .mt-sm-30 {
        margin-top: 30px
    }

    .mt-sm-40 {
        margin-top: 40px
    }

    .mt-sm-50 {
        margin-top: 50px
    }

    .none-sm {
        display: none
    }
}

@media only screen and (max-width: 359px) {
    .section__caption {
        font-size: 26px
    }

    .none-xss {
        display: none
    }
}

.mw-40 {
    max-width: 40px !important
}

.mw-41 {
    max-width: 41px !important
}

.mw-42 {
    max-width: 42px !important
}

.mw-43 {
    max-width: 43px !important
}

.mw-44 {
    max-width: 44px !important
}

.mw-45 {
    max-width: 45px !important
}

.mw-46 {
    max-width: 46px !important
}

.mw-47 {
    max-width: 47px !important
}

.mw-48 {
    max-width: 48px !important
}

.mw-49 {
    max-width: 49px !important
}

.mw-50 {
    max-width: 50px !important
}

.mw-51 {
    max-width: 51px !important
}

.mw-52 {
    max-width: 52px !important
}

.mw-53 {
    max-width: 53px !important
}

.mw-54 {
    max-width: 54px !important
}

.mw-55 {
    max-width: 55px !important
}

.mw-56 {
    max-width: 56px !important
}

.mw-57 {
    max-width: 57px !important
}

.mw-58 {
    max-width: 58px !important
}

.mw-59 {
    max-width: 59px !important
}

.mw-60 {
    max-width: 60px !important
}

.mw-61 {
    max-width: 61px !important
}

.mw-62 {
    max-width: 62px !important
}

.mw-63 {
    max-width: 63px !important
}

.mw-64 {
    max-width: 64px !important
}

.mw-65 {
    max-width: 65px !important
}

.mw-66 {
    max-width: 66px !important
}

.mw-67 {
    max-width: 67px !important
}

.mw-68 {
    max-width: 68px !important
}

.mw-69 {
    max-width: 69px !important
}

.mw-70 {
    max-width: 70px !important
}

.mw-71 {
    max-width: 71px !important
}

.mw-72 {
    max-width: 72px !important
}

.mw-73 {
    max-width: 73px !important
}

.mw-74 {
    max-width: 74px !important
}

.mw-75 {
    max-width: 75px !important
}

.mw-76 {
    max-width: 76px !important
}

.mw-77 {
    max-width: 77px !important
}

.mw-78 {
    max-width: 78px !important
}

.mw-79 {
    max-width: 79px !important
}

.mw-80 {
    max-width: 80px !important
}

.mw-81 {
    max-width: 81px !important
}

.mw-82 {
    max-width: 82px !important
}

.mw-83 {
    max-width: 83px !important
}

.mw-84 {
    max-width: 84px !important
}

.mw-85 {
    max-width: 85px !important
}

@media only screen and (min-width: 400px) and (max-width: 575px) {
    .col-xss-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

::-webkit-input-placeholder {
    color: #bababa;
    font-size: 16px;
    font-family: Raleway-Medium, sans-serif
}

::-moz-placeholder {
    color: #bababa;
    font-size: 16px;
    font-family: Raleway-Medium, sans-serif
}

:-ms-input-placeholder {
    color: #bababa;
    font-size: 16px;
    font-family: Raleway-Medium, sans-serif
}

:-moz-placeholder {
    color: #bababa;
    font-size: 16px;
    font-family: Raleway-Medium, sans-serif
}

.footer {
    background-color: #003260;
    padding-top: 15px;
    padding-bottom: 15px
}

.footer__copyright {
    color: #fff;
    font-size: 17px;
    font-family: Raleway-Light, sans-serif;
    text-align: center
}

@media only screen and (max-width: 575px) {
    .mb-xs-0 {
        margin-bottom: 0
    }

    .mb-xs-5 {
        margin-bottom: 5px
    }

    .mb-xs-10 {
        margin-bottom: 10px
    }

    .mb-xs-15 {
        margin-bottom: 15px
    }

    .mb-xs-20 {
        margin-bottom: 20px
    }

    .mb-xs-25 {
        margin-bottom: 25px
    }

    .mb-xs-30 {
        margin-bottom: 30px
    }

    .mb-xs-40 {
        margin-bottom: 40px
    }

    .mb-xs-50 {
        margin-bottom: 50px
    }

    .mt-xs-0 {
        margin-top: 0
    }

    .mt-xs-5 {
        margin-top: 5px
    }

    .mt-xs-10 {
        margin-top: 10px
    }

    .mt-xs-15 {
        margin-top: 15px
    }

    .mt-xs-20 {
        margin-top: 20px
    }

    .mt-xs-25 {
        margin-top: 25px
    }

    .mt-xs-30 {
        margin-top: 30px
    }

    .mt-xs-40 {
        margin-top: 40px
    }

    .mt-xs-50 {
        margin-top: 50px
    }

    .none-xs {
        display: none
    }

    .footer__copyright {
        font-size: 14px
    }
}

@media only screen and (max-width: 375px) {
    .footer {
        padding-top: 7px;
        padding-bottom: 7px
    }

    .footer__copyright {
        font-size: 12px
    }
}

@media only screen and (max-width: 340px) {
    .footer__copyright {
        font-size: 11px
    }
}

.error {
    border: 1px solid red !important;
    -webkit-box-shadow: 0 0 5px 0 red !important;
    box-shadow: 0 0 5px 0 red !important
}

.sectionForm {
    background-position: center;
    -webkit-box-shadow: 0 3px 15px 0 rgba(17, 114, 208, .4);
    box-shadow: 0 3px 15px 0 rgba(17, 114, 208, .4);
    position: relative;
    z-index: 1
}

.sectionFormInfo {
    padding-top: 35px
}

.sectionFormInfo--alignCenter {
    padding-top: 0;
    margin-bottom: 0
}

@media only screen and (max-width: 767px) {
    .sectionFormInfo {
        padding-top: 0;
        margin-bottom: 35px
    }
}

.sectionFormInfo__caption {
    font-size: 56px;
    font-family: Raleway-ExtraBold, sans-serif;
    letter-spacing: -1px;
    line-height: 1;
    margin-bottom: 30px;
    display: block
}
#passport-ec .sectionFormInfo__caption, #passport-rumunii .sectionFormInfo__caption, #passport-bolgarii .sectionFormInfo__caption {
    font-size: 56px;
    font-family: Raleway-ExtraBold, sans-serif;
    margin-bottom: 30px;
    display: block;
    font-style: normal;
    font-weight: 800;
    line-height: 130%;
    color: #0D4F8B;
}
#passport-ec  .advantage, #passport-bolgarii .advantage{
    max-width: 280px;
}
#passport-rumunii .advantage{
    max-width: 285px;
}

@media only screen and (max-width: 991px) {
    .sectionFormInfo__caption {
        font-size: 42px;
        max-width: 500px
    }
}

@media only screen and (max-width: 767px) {
    .sectionFormInfo__caption {
        font-size: 34px;
        text-align: center;
        margin-left: auto;
        margin-right: auto
    }
}

@media only screen and (max-width: 359px) {
    .sectionFormInfo__caption {
        font-size: 26px
    }
}

.sectionFormInfo__caption--center {
    max-width: initial;
    text-align: center;
    margin-bottom: 70px
}

@media only screen and (max-width: 991px) {
    .sectionFormInfo__caption--center {
        margin-bottom: 30px
    }
}

.sectionFormInfo__caption--alignCenter {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    line-height: 1
}

@media only screen and (max-width: 767px) {
    .sectionFormInfo__caption--alignCenter {
        display: block;
        text-align: center
    }
}

.sectionFormInfo__advantage {
    margin-bottom: 20px;
    font-size: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 1199px) {
    .sectionFormInfo__advantage {
        font-size: 24px
    }
}

@media only screen and (max-width: 767px) {
    .sectionFormInfo__advantage {
        font-size: 20px;
        max-width: 360px;
        margin-left: auto;
        margin-right: auto
    }
}

@media only screen and (max-width: 385px) {
    .sectionFormInfo__advantage {
        font-size: 18px
    }
}

@media only screen and (max-width: 340px) {
    .sectionFormInfo__advantage {
        font-size: 16px
    }
}

.sectionFormInfo__advantage:last-child {
    margin-bottom: 0
}

.sectionFormInfo__advantage--check {
    display: block;
    margin-right: 30px;
    width: 23px
}

@media only screen and (max-width: 359px) {
    .sectionFormInfo__advantage--check {
        margin-right: 15px;
        width: 18px
    }
}

.form {
    width: 100%;
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 15px 0 rgba(17, 114, 208, .2);
    box-shadow: 0 0 15px 0 rgba(17, 114, 208, .2);
    padding: 50px;
    position: relative;
    display: block
}

.form__bookmarks, .form__bookmarks::before {
    content: '';
    position: absolute;
    display: block
}

@media only screen and (max-width: 991px) {
    .form {
        padding: 40px 25px
    }
}

@media only screen and (max-width: 575px) {
    .form {
        padding: 25px
    }
}

.form__bookmarks {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #1172d0;
    height: 4px;
    width: 22px
}

.form__bookmarks::before {
    top: 100%;
    left: 0;
    height: 1px;
    width: 100%;
    border: 10px solid transparent;
    border-top: 8px solid #1172d0
}

.form__caption {
    font-size: 36px;
    font-family: Raleway-Bold, sans-serif;
    text-align: center;
    display: block
}

.form__input, .form__input--submit {
    font-family: Raleway-SemiBold, sans-serif
}

@media only screen and (max-width: 1199px) {
    .form__caption {
        font-size: 32px
    }
}

@media only screen and (max-width: 800px) {
    .form__caption {
        font-size: 30px
    }
}

.form__caption2 {
    text-align: center;
    display: block;
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 1.1
}

@media only screen and (max-width: 940px) {
    .form__caption2 {
        font-size: 16px
    }
}

.form__input {
    padding: 15px 30px;
    border: 1px solid #d3d3d3;
    background-color: #f9f9f9;
    outline: 0;
    border-radius: 30px;
    width: 100%;
    display: block;
    margin-bottom: 10px;
    transition: .3s ease-out;
    font-size: 16px;
    color: #222;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important
}

.form__input:not(.form__input--submit) {
    padding-left: 65px;
    background-repeat: no-repeat
}

.form__input:not(.form__input--submit):focus {
    -webkit-box-shadow: 0 0 5px 0 rgba(30, 144, 255, .5);
    box-shadow: 0 0 5px 0 rgba(30, 144, 255, .5);
    background-color: #fff;
    color: #000
}

.form__input--name {
    background-image: url(../img/icon/form/form-name.png);
    background-position: 35px 13px;
    text-transform: capitalize
}

.form__input--tel {
    background-image: url(../img/icon/form/form-phone.png);
    background-position: 30px 15px
}

.form__input--email {
    background-image: url(../img/icon/form/form-mail.png);
    background-position: 30px 17px;
    margin-bottom: 0
}

.form__input--submit {
    margin-top: 30px;
    margin-bottom: 0;
    background-color: #1172d0;
    color: #fff;
    font-size: 21px;
    -webkit-box-shadow: 0 0 15px 0 rgba(17, 114, 208, .2);
    box-shadow: 0 0 15px 0 rgba(17, 114, 208, .2);
    cursor: pointer;
    outline: 0 !important;
    border: none !important
}

.form__input--submit:hover {
    -webkit-box-shadow: 0 0 5px 0 rgba(17, 114, 208, .7);
    box-shadow: 0 0 5px 0 rgba(17, 114, 208, .7);
    background-color: #1677D5
}

.form__input--submit:active {
    -webkit-box-shadow: inset 0 5px 10px -2px rgba(34, 34, 34, .5);
    box-shadow: inset 0 5px 10px -2px rgba(34, 34, 34, .5);
    background-color: #1172d0
}

@media only screen and (max-width: 767px) {
    .form {
        max-width: 330px
    }

    .contactsForm {
        max-width: 390px;
        margin-left: auto;
        margin-right: auto
    }
}

.contactsFormPhone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.contactsFormPhone__icon {
    display: block;
    margin-right: 15px;
    height: 23px;
    width: 23px
}

@media only screen and (max-width: 359px) {
    .contactsFormPhone__icon--tel {
        display: none
    }
}

.contactsFormPhoneList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% - 25px)
}

@media only screen and (max-width: 359px) {
    .contactsFormPhoneList {
        width: 100%
    }
}

.contactsFormPhoneList__item {
    font-size: 26px;
    font-family: Raleway-Medium, sans-serif;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

@media only screen and (max-width: 1199px) {
    .contactsFormPhoneList__item {
        font-size: 22px
    }
}

@media only screen and (max-width: 840px) {
    .contactsFormPhoneList__item {
        font-size: 18px
    }
}

@media only screen and (max-width: 575px) {
    .contactsFormPhone {
        margin-bottom: 20px
    }

    .contactsFormPhoneList__item {
        font-size: 15px
    }
}

@media only screen and (max-width: 319px) {
    .contactsFormPhoneList__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        margin-bottom: 15px
    }

    .contactsFormPhoneList__item:last-child {
        margin-bottom: 0
    }
}

.contactsFormPhoneList__item--link {
    font-size: inherit;
    font-family: inherit;
    text-decoration: none
}

.contactsFormContact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    font-family: Raleway-Medium, sans-serif;
    font-size: 26px;
    margin-bottom: 20px
}

.contactsFormContact:first-child {
    margin-bottom: 20px
}

@media only screen and (max-width: 1199px) {
    .contactsFormContact {
        font-size: 22px
    }
}

@media only screen and (max-width: 840px) {
    .contactsFormContact {
        font-size: 18px
    }
}

@media only screen and (max-width: 575px) {
    .contactsFormContact {
        font-size: 15px
    }
}

.contactsFormContact__icon {
    display: block;
    margin-right: 15px;
    height: 23px;
    width: 23px
}

.advantageIwrap, .listStep {
    display: -webkit-box;
    display: -ms-flexbox
}

.advantage, .advantageIwrap, .advantageIwrap__img {
    margin-left: auto;
    margin-right: auto
}

.contactsFormContact__address, .contactsFormContact__email {
    width: calc(100% - 25px);
    font-family: inherit;
    font-size: inherit;
    text-decoration: inherit
}

.advantage__text, .listStepInfo {
    font-family: Raleway-SemiBold, sans-serif
}

.advantage {
    max-width: 210px;
    width: 100%;
    margin-bottom: 30px
}

.advantage--mw-auto, .advantage--tegImg {
    max-width: initial
}

.advantageIwrap {
    margin-bottom: 30px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    transition: .3s ease-out
}
.diamond-border {
    width: 100%;
    min-height: 245px;
    padding: 40px;
    border-top: 3px solid #C2DBF1;
    border-bottom:3px solid #5794CA;
    background-image:
        linear-gradient(#5794CA, #C2DBF1),
        linear-gradient(#5794CA, #FFFFFF00)
;
    background-size:3px 100%;
    background-position:0 0, 100% 0;
    background-repeat:no-repeat;
    border-radius: 15px;
}
.advantageIwrap--circle {
    width: 125px;
    height: 125px;
    border: 4px solid #1172d0;
    -webkit-box-shadow: 0 4px 15px -3px rgba(17, 114, 208, .8);
    box-shadow: 0 4px 15px -3px rgba(17, 114, 208, .8);
    border-radius: 100%
}

.advantageIwrap--square {
    width: 240px;
    height: 206px;
    -webkit-box-shadow: 0 4px 15px -3px rgb(17 114 208 / 80%);
    box-shadow: 0 4px 15px -3px rgb(17 114 208 / 80%);
    border-radius: 15px;
    background-color: #1172d0;
}
.advantageIwrap--square:after {
    position: absolute;
    content: "";
    border: 2px solid white;
    width: 89%;
    height: 89%;
    left: 13px;
    top: 11px;
    right: 20px;
    bottom: 20px;
    border-radius: 15px;
}

.advantageIwrap--circle:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    background-color: #F7F7F7
}
.advantageIwrap--square:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.lineUnit, .lineUnit::before {
    content: '';
    position: absolute;
    left: 50%;
    background-color: #1172d0
}

@media only screen and (max-width: 575px) {
    .advantageIwrap--circle {
        width: 100px;
        height: 100px
    }
}

.advantageIwrap__icon {
    height: 100%;
    width: 100%;
    max-width: 65px;
    max-height: 65px;
    min-width: 65px;
    display: block
}

@media only screen and (max-width: 575px) {
    .advantageIwrap__icon {
        max-width: 50px;
        max-height: 50px;
        min-width: 50px
    }
}

.advantageIwrap__icon--big {
    max-height: initial;
    max-width: 205px
}

.advantageIwrap__img {
    width: 100%;
    max-width: 240px
}

.advantageIwrap__img--shadow {
    border-radius: 15px;
    -webkit-box-shadow: 0 0 15px 5px rgba(17, 114, 208, .4);
    box-shadow: 0 0 15px 5px rgba(17, 114, 208, .4)
}

.advantage__text {
    color: #023f77;
    display: block;
    font-size: 20px;
    text-align: center
}

@media only screen and (max-width: 767px) {
    .advantage__text {
        font-size: 18px
    }
}

@media only screen and (min-width: 451px) and (max-width: 575px) {
    .listStepContainer {
        padding-left: 7%
    }

    .listStepContainer--long {
        padding-left: 1%
    }
}

.listStep {
    display: flex;
    margin-bottom: 100px
}

@media only screen and (max-width: 991px) {
    .listStep {
        margin-bottom: 70px
    }
}

@media only screen and (max-width: 767px) {
    .listStep {
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 575px) {
    .advantage__text {
        font-size: 16px
    }

    .listStep {
        margin-left: -10px
    }
}

@media only screen and (max-width: 450px) {
    .listStep--long {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }
}

.listStepIwrap {
    height: 85px;
    width: 85px;
    min-width: 85px;
    margin-right: 35px;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width: 991px) {
    .listStepIwrap {
        margin-right: 15px;
        height: 60px;
        width: 60px;
        min-width: 60px
    }
}

@media only screen and (max-width: 399px) {
    .listStepIwrap {
        margin-left: 15%
    }
}

@media only screen and (max-width: 450px) {
    .listStepIwrap--long {
        margin-left: 5%
    }
}

.cardPlastic__img, .listPrice, .listStepIwrap__icon, .service, .serviceVisa, .serviceVisaIwrap {
    margin-left: auto;
    margin-right: auto
}

.listStepIwrap__icon {
    display: block;
    height: 100%;
    width: 100%;
    max-height: 85px;
    max-width: 85px;
    min-height: 50px;
    min-width: 45px
}

.listStepInfo__number {
    display: block;
    font-family: inherit;
    font-size: 34px;
    line-height: 1;
    margin-bottom: 10px
}

@media only screen and (max-width: 767px) {
    .listStepInfo__number {
        font-size: 30px
    }
}

@media only screen and (max-width: 575px) {
    .listStepInfo__number {
        font-size: 26px
    }
}

.listStepInfo__text {
    display: block;
    font-family: inherit;
    line-height: 1.2;
    font-size: 22px
}

.listRules--caption, .listRulesItem {
    font-family: Raleway-Medium, sans-serif
}

@media only screen and (max-width: 991px) {
    .listStepInfo__text {
        font-size: 20px
    }
}

@media only screen and (max-width: 767px) {
    .listStepInfo__text {
        font-size: 18px
    }

    .listStepInfo__text br {
        display: none
    }
}

@media only screen and (max-width: 575px) {
    .listStepInfo__text {
        font-size: 16px
    }
}

.cardPlastic {
    margin-bottom: 60px
}

.cardPlastic__img {
    display: block;
    width: 100%;
    max-width: 450px
}

.lineUnit {
    height: 100px;
    width: 2px;
    bottom: calc(100% + 2px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom
}

@media only screen and (max-width: 991px) {
    .lineUnit {
        display: none
    }
}

.lineUnit::before {
    display: block;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 10px;
    width: 10px;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 15px -5px rgba(17, 114, 208, .4);
    box-shadow: 0 0 15px -5px rgba(17, 114, 208, .4)
}

.lineUnit--1 {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 315px
}

.lineUnit--2 {
    height: 85px;
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg)
}

.lineUnit--3 {
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg)
}

.lineUnit--4 {
    -webkit-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
    transform: rotate(-50deg);
    height: 340px
}

.listRules {
    margin-bottom: 40px
}

.listRules--caption {
    font-size: 22px;
    margin-bottom: 35px;
    width: 100%
}

@media only screen and (max-width: 767px) {
    .listRules--caption {
        font-size: 18px
    }
}

@media only screen and (max-width: 575px) {
    .listRules--caption {
        font-size: 16px
    }
}

.listRulesItem {
    position: relative;
    padding-left: 70px;
    margin-bottom: 30px;
    font-size: 22px
}

.listRulesItem:last-child {
    margin-bottom: 0
}

@media only screen and (max-width: 767px) {
    .listRulesItem {
        font-size: 18px
    }
}

@media only screen and (max-width: 575px) {
    .listRulesItem {
        font-size: 16px
    }
}

@media only screen and (max-width: 991px) {
    .listRulesItem {
        padding-left: 45px
    }

    .serviceVisa--container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (max-width: 767px) {
    .listRulesItem {
        padding-left: 35px
    }
}

.listRulesItem__icon {
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
    width: 23px
}

@media only screen and (max-width: 359px) {
    .listRulesItem {
        padding-left: 30px
    }

    .listRulesItem__icon {
        width: 18px
    }
}

.listRulesItem__text {
    font-size: inherit;
    font-family: inherit;
    display: block
}

.infoText {
    font-size: 22px;
    font-family: Raleway-Bold, sans-serif;
    text-align: center
}

.serviceVisa__text, .service__text {
    font-family: Raleway-SemiBold, sans-serif;
    display: block;
    text-align: center
}

@media only screen and (max-width: 767px) {
    .infoText {
        font-size: 18px
    }
}

.service {
    width: 100%;
    max-width: 370px;
    display: block;
    cursor: pointer;
    margin-bottom: 50px
}

@media only screen and (max-width: 767px) {
    .service {
        margin-bottom: 30px
    }
}

.service__img {
    display: block;
    width: 100%;
    border-radius: 15px;
    margin-bottom: 30px
}

@media only screen and (max-width: 575px) {
    .infoText {
        font-size: 16px
    }

    .service__img {
        margin-bottom: 15px
    }
}

.service__text {
    font-size: 24px
}

.serviceVisa {
    max-width: 320px;
    width: 100%;
    margin-bottom: 70px
}

@media only screen and (max-width: 767px) {
    .service__text {
        font-size: 20px
    }

    .serviceVisa {
        margin-bottom: 30px
    }
}

.serviceVisaIwrap {
    width: 125px;
    height: 125px;
    margin-bottom: 25px;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out
}

.serviceVisaIwrap:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

@media only screen and (max-width: 575px) {
    .serviceVisaIwrap {
        width: 100px;
        height: 100px
    }
}

.serviceVisaIwrap__icon {
    height: 100%;
    width: 100%;
    min-width: 100%;
    display: block
}

.serviceVisa__text {
    color: #023f77;
    font-size: 22px
}

@media only screen and (max-width: 767px) {
    .serviceVisa__text {
        font-size: 18px
    }
}

@media only screen and (max-width: 575px) {
    .serviceVisa__text {
        font-size: 16px
    }
}

.listPrice {
    border-radius: 15px;
    -webkit-box-shadow: 0 0 15px 0 rgba(17, 114, 208, .4);
    box-shadow: 0 0 15px 0 rgba(17, 114, 208, .4);
    width: 100%;
    display: block;
    margin-bottom: 50px
}

.listPriceItem {
    padding: 20px 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 19px;
    font-family: Raleway-Medium, sans-serif
}

@media only screen and (max-width: 991px) {
    .listPriceItem {
        font-size: 18px
    }
}

@media only screen and (max-width: 767px) {
    .listPriceItem {
        font-size: 16px
    }
}

@media only screen and (max-width: 575px) {
    .listPriceItem {
        padding: 20px
    }
}

.listPriceItem:nth-child(even) {
    background-color: #e7eef3
}

.listPriceItem--caption {
    font-family: Raleway-Bold, sans-serif;
    font-size: 22px;
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px
}

@media only screen and (max-width: 767px) {
    .listPriceItem--caption {
        font-size: 20px
    }
}

.listPriceItem__name {
    font-size: inherit;
    font-family: inherit;
    padding-right: 25px;
    width: 100%
}

.listPriceItem__cost {
    font-size: 24px;
    font-family: Raleway-Bold, sans-serif;
    width: 125px
}

@media only screen and (max-width: 991px) {
    .listPriceItem__cost {
        font-size: 20px
    }
}

@media only screen and (max-width: 767px) {
    .listPriceItem__cost {
        font-size: 18px
    }
}

input {
    outline: none !important;
    box-shadow: none !important;
}