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

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-menu:before {
    content: "\e909";
    color: #ffffff;
}

.icon-sign-in:before {
    content: "\e904";
}

.icon-envelope:before {
    content: "\e907";
}

.icon-youtube:before {
    content: "\e901";
}

.icon-telegram:before {
    content: "\e908";
}

.icon-skype:before {
    content: "\e90a";
}

.icon-facebook:before {
    content: "\e905";
}

.icon-marker:before {
    content: "\e906";
}

.icon-viber:before {
    content: "\e900";
}

.icon-beautiful-right:before {
    content: "\e902";
}

.icon-beautiful-left:before {
    content: "\e903";
}

.icon-marker {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.v-centered-content {
    display: table
}

.v-center {
    display: table-cell;
    vertical-align: middle
}

.bg-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center
}

@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto/Roboto-Regular.ttf)
}

@font-face {
    font-family: 'Roboto Bold';
    src: url(../fonts/Roboto/Roboto-Bold.ttf)
}

@font-face {
    font-family: 'Roboto Medium';
    src: url(../fonts/Roboto/Roboto-Medium.ttf)
}

@font-face {
    font-family: 'Roboto Light';
    src: url(../fonts/Roboto/Roboto-Light.ttf)
}

@font-face {
    font-family: 'Roboto Thin';
    src: url(../fonts/Roboto/Roboto-Thin.ttf)
}

@font-face {
    font-family: 'PT Sans';
    src: url(../fonts/PT_Sans/PT_Sans-Web-Regular.ttf)
}

@font-face {
    font-family: 'PT Sans Bold';
    src: url(../fonts/PT_Sans/PT_Sans-Web-Bold.ttf)
}

@font-face {
    font-family: OpenSans-Bold;
    src: url(../fonts/OpenSans/OpenSans-Bold.ttf)
}

@font-face {
    font-family: OpenSans-BoldItalic;
    src: url(../fonts/OpenSans/OpenSans-BoldItalic.ttf)
}

@font-face {
    font-family: OpenSans-CondBold;
    src: url(../fonts/OpenSans/OpenSans-CondBold.ttf)
}

@font-face {
    font-family: OpenSans-CondLight;
    src: url(../fonts/OpenSans/OpenSans-CondLight.ttf)
}

@font-face {
    font-family: OpenSans-CondLightItalic;
    src: url(../fonts/OpenSans/OpenSans-CondLightItalic.ttf)
}

@font-face {
    font-family: OpenSans-ExtraBold;
    src: url(../fonts/OpenSans/OpenSans-ExtraBold.ttf)
}

@font-face {
    font-family: OpenSans-ExtraBoldItalic;
    src: url(../fonts/OpenSans/OpenSans-ExtraBoldItalic.ttf)
}

@font-face {
    font-family: OpenSans-Italic;
    src: url(../fonts/OpenSans/OpenSans-Italic.ttf)
}

@font-face {
    font-family: OpenSans-Light;
    src: url(../fonts/OpenSans/OpenSans-Light.ttf)
}

@font-face {
    font-family: OpenSans-LightItalic;
    src: url(../fonts/OpenSans/OpenSans-LightItalic.ttf)
}

@font-face {
    font-family: OpenSans-Regular;
    src: url(../fonts/OpenSans/OpenSans-Regular.ttf)
}

@font-face {
    font-family: OpenSans-Semibold;
    src: url(../fonts/OpenSans/OpenSans-Semibold.ttf)
}

@font-face {
    font-family: OpenSans-SemiboldItalic;
    src: url(../fonts/OpenSans/OpenSans-SemiboldItalic.ttf)
}


@font-face {
    font-family: Cocon-Regular;
    src: url(../fonts/Cocon/Cocon_Regular.otf)
}

body, label {
    font-family: OpenSans-Light, sans-serif
}

.page-title, .semi-title, .sub-title {
    font-family: Cocon-Regular, sans-serif
}

.page-title {
    font-size: 40px;
    color: #004fab
}

.sub-title {
    font-size: 30px
}

.semi-title {
    font-size: 22px
}

.text-white {
    color: #fff
}

@media (max-width: 480px) {
    .page-title {
        font-size: 30px
    }

    .sub-title {
        font-family: OpenSans-Light, sans-serif;
        font-size: 25px
    }

    .semi-title {
        font-size: 20px
    }
}

@media (max-width: 360px) {
    .page-title, .sub-title {
        font-size: 25px
    }

    .sub-title {
        font-family: OpenSans-Light, sans-serif;
    }

    .semi-title {
        font-size: 17px
    }
}

.bg-blue-img {
    background: url(../img/blue-bg.jpg) center !important;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .6)
}

.bg-blue-img .bg-blue-content {
    color: #fff;
    margin: 15px 0;
    padding: 0 15px 25px;
    border-radius: 5px;
    border: 1px dashed #4172b2;
    background-color: rgba(12, 67, 132, .56)
}

.form-control {
    border-radius: 20px;
    height: 38px;
    padding: 6px 18px
}

.form-control.form-control-i {
    background: rgba(12, 67, 132, .56);
    border: 1px solid #0059c1;
    color: #fff
}

.form-control.form-control-i:focus {
    box-shadow: none;
    border-color: #0c6fe2
}

.btn {
    border: none;
    background-color: #044492;
    color: #fff;
    font-family: OpenSans-Light, sans-serif;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .4);
    border-radius: 20px
}

.btn:hover {
    color: #fff
}

.btn.btn-danger {
    background: #e21668
}

.btn.btn-primary {
    background: #6963c7
}

.btn.btn-gradient {
    background: linear-gradient(45deg, #7b79fa 0, #7c519b 100%)
}

.btn.btn-lg {
    font-family: "PT Sans Bold", sans-serif;
    padding: 15px 50px;
    border-radius: 25px;
    font-size: 14px;
    text-transform: uppercase
}

.btn.btn-i {
    background: 0 0;
    border: 2px solid #7d78fa;
    box-shadow: none
}

.btn.btn-i:active, .btn.btn-i:focus {
    background: 0 0;
    color: #fff;
    border: 2px solid #6060c0
}

.btn.btn-i.btn-primary {
    color: #6963c7
}

.carousel .carousel-inner {
    border-radius: 15px
}

.carousel .carousel-control {
    color: #333;
    background: 0 0;
    width: 20px
}

.carousel .carousel-control .icon {
    position: absolute;
    top: 50%;
    margin-top: -10px
}

.carousel .carousel-control.left {
    left: -10px
}

.carousel .carousel-control.left .icon {
    left: 0
}

.carousel .carousel-control.right {
    right: -10px
}

.carousel .carousel-control.right .icon {
    right: 0
}

.carousel .carousel-indicators {
    bottom: 0;
    margin-bottom: 0
}

.carousel .carousel-indicators li {
    background: #c4c4c4
}

.carousel .carousel-indicators li.active {
    background: #034696
}

nav.socials {
    display: block;
    margin: 0 0 0 20px
}

nav.socials ul li, nav.socials ul li a {
    display: inline-block
}

nav.socials ul {
    list-style: none;
    padding: 0
}

nav.socials ul li a {
    width: 32px;
    height: 32px;
    text-align: center;
    text-decoration: none;
    background-color: #3d3d3d;
    color: #fff;
    border-radius: 50%;
    padding: 6px 0 0;
    margin: 0 3px 0 0;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .4);
    font-size: 16px;
    line-height: normal
}

nav.socials ul li a:hover {
    text-decoration: none
}

nav.socials ul li a.facebook {
    background-color: #496194
}

nav.socials ul li a.telegram {
    background-color: #2ca5e0
}

nav.socials ul li a.youtube {
    background-color: #dd4545
}

nav.socials ul li a.viber {
    background-color: #7c519b
}

nav.socials ul li a.skype {
    background-color: #01aef2
}

.blueimp-gallery > .indicator > li, .blueimp-gallery > .indicator > li:hover:after {
    background-size: cover
}

.blueimp-gallery .next, .blueimp-gallery .prev {
    display: none;
    border: none;
    background: 0 0
}

.blueimp-gallery:hover .next, .blueimp-gallery:hover .prev {
    display: block
}

.modal .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1100;
    padding: 7px 17px 20px 32px;
    font-size: 30px;
    color: #fff;
    background: #909090;
    border-radius: 0 3px 0 100%;
    opacity: 1
}

.modal.modal-success .close {
    background: #009854
}

.modal.modal-success .close:hover {
    background: #008546
}

.modal.modal-primary .close {
    background: #044492
}

.modal.modal-primary .close:hover {
    background: #043e7e
}

.modal .modal-content {
    border-radius: 4px
}

.header {
    background-color: #fff;
    position: relative;
    z-index: 100;
    margin: 0 0 120px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .6);
}

.header .top-line .lang {
    margin: 5px 30px 0;
    position: relative;
    z-index: 1000
}

.header .top-line .lang .btn.dropdown-toggle {
    color: #fff;
    padding: 0 6px 0 8px;
    background-color: #0F509E;
    border-radius: 3px;
    border: 2px solid #2665b0;
    box-shadow: none;
    display: none
}

.header .top-line .lang .btn.dropdown-toggle > i {
    font-size: 10px
}

.header .top-line .lang .dropdown-menu {
    min-width: 0;
    background-color: #0F509E;
    box-shadow: 0;
    border: 2px solid #2665b0;
    left: auto;
    right: 0;
    margin: -3px 0 0;
    padding: 0;
    border-top: none;
    border-radius: 0 0 3px 3px
}

.header .top-line .lang .dropdown-menu li a:hover, .header .top-line .lang .dropdown-menu li.active a, .header .top-line .lang .dropdown-menu li:hover a {
    background: #044492
}

.header .top-line .lang .dropdown-menu li a {
    color: #fff;
    padding: 3px 14px
}

@media (max-width: 768px) {
    .header .top-line .lang {
        margin: 5px 10px 0
    }
}

@media (max-width: 992px) {
    .header, .header .navigation .navbar .email {
        color: #ffffff;
        margin: 5px 5px 0;
    }

    .header {
        background-image: url(../img/blue-bg.jpg) !important;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 75px;
    }

    .header .navigation {
        background: 0 0;
        position: static
    }

    .header .navigation.fixed {
        position: static;
        top: 0;
        padding: 15px;
    }

    .header .navigation .navbar .navbar-header {
        width: auto;
        /*margin-top: -25px;*/
    }

    .header .navigation .navbar .navbar-header .navbar-brand {
        padding: 0;
    }

    .header .navigation .navbar .navbar-header .navbar-brand img.primary {
        display: none;
    }

    .header .navigation .navbar .navbar-header .navbar-brand img.secondary {
        display: inline-block;
    }

    .header .navigation .navbar .navbar-nav .bg-block {
        display: none;
    }

    .header .navigation .navbar .navbar-nav .dropdown .dropdown-menu {
        padding: 0 0 0 10px;
    }

    .header {
        margin: 0;
    }
}

.email, .email > i, .navigation .navbar .navbar-header .navbar-brand img.primary {
    display: inline-block
}

.email {
    font-size: 14px;
    color: #044492;
    margin: 5px 5px 0;
    font-family: Cocon-Regular, sans-serif;
}

.navigation {
    width: 100%;
    transition: box-shadow .2s;
    background-color: #fff;
    position: absolute;
    top: 30px;
}

.navigation.fixed {
    position: fixed;
    top: 0;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .4)
}

.navigation.fixed .navbar .navbar-nav .bg-block {
    height: 109px
}

.navigation .navbar {
    margin-bottom: 0
}

.navigation .navbar .navbar-header {
    width: 400px
}

@media (max-width: 1200px) {
    .navigation .navbar .navbar-header {
        width: auto
    }
}

.navigation .navbar .navbar-header .navbar-brand {
    padding: 0
}

.navigation .navbar .navbar-header .navbar-brand img {
    /*height: 70px*/
    height: 60px;
}

@media (max-width: 768px) {
    .navigation .navbar .navbar-header .navbar-brand img {
        height: 55px;
    }
}

.navigation .navbar .navbar-header .navbar-brand img.secondary {
    display: none
}

.navigation .navbar .navbar-header .contact {
    display: inline-block
}

@media (max-width: 480px) {
    .navigation .navbar .navbar-header .contact {
        display: none
    }
}

@media (max-width: 500px) {
    .navigation .navbar .navbar-header .contact .email, .navigation .navbar .navbar-header .contact .socials {
        margin-left: 8px
    }
}

.navigation .navbar .navbar-header .navbar-toggle {
    font-size: 30px;
    padding: 0 5px;
    margin: 18px 5px 0
}

.navigation .navbar .navbar-nav {
    position: relative
}

.navigation .navbar .navbar-nav .bg-block {
    position: absolute;
    left: -65px;
    top: -31px;
    width: 3500px;
    height: 160px;
    transition: height .2s;
    background: url(../img/nav_bg.jpg) no-repeat;
    z-index: 0
}

.navigation .navbar .navbar-nav li a {
    color: #fff;
    font-family: OpenSans-Regular, sans-serif;
    font-size: 14px
}

.navigation .navbar .navbar-nav li > a {
    border-radius: 4px;
    padding: 5px 10px;
    margin: 5px
}

.navigation .navbar .navbar-nav li a:active, .navigation .navbar .navbar-nav li a:focus, .navigation .navbar .navbar-nav li a:hover, .navigation .navbar .navbar-nav li.active > a, .navigation .navbar .navbar-nav li:hover > a {
    background: #0F509E
}

@media (min-width: 992px) {
    .navigation .navbar .navbar-nav .dropdown .dropdown-menu {
        border: none;
        background: #0f509e;
        top: 33px;
        left: 5px;
        right: auto
    }

    .navigation .navbar .navbar-nav .dropdown .dropdown-menu li a:active, .navigation .navbar .navbar-nav .dropdown .dropdown-menu li a:focus, .navigation .navbar .navbar-nav .dropdown .dropdown-menu li a:hover, .navigation .navbar .navbar-nav .dropdown .dropdown-menu li.active > a, .navigation .navbar .navbar-nav .dropdown .dropdown-menu li:hover > a {
        background: #044492
    }

    .navigation .navbar .navbar-nav .dropdown:hover > .dropdown-menu {
        display: block !important
    }
}

.navigation .navbar .navbar-nav.phone-numbers {
    padding: 0 0 5px
}

.navigation .navbar .navbar-nav.phone-numbers li a {
    margin: 1px 4px
}

.navigation .navbar .navbar-nav.phone-numbers li a:hover, .navigation .navbar .navbar-nav.phone-numbers li.active > a, .navigation .navbar .navbar-nav.phone-numbers li:hover > a {
    background: 0 0;
    text-decoration: underline
}

@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-nav, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: none;
        box-shadow: none;
        margin-top: 15px;
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
        padding: 10px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        /*margin-top: 7.5px;*/
    }

    .navbar-nav > li {
        float: none
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .collapse.in {
        display: block !important
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background: 0 0;
        border: 0;
        box-shadow: none
    }

    .navigation .navbar .navbar-nav li > a {
        margin: 0;
    }
}

.breadcrumbs ul li, section.descriptor .content .controls .btn {
    display: inline-block
}

.breadcrumbs {
    margin: 0
}

.breadcrumbs ul {
    list-style: none;
    color: #676767;
    padding: 10px 0
}

.breadcrumbs ul li:after {
    content: "/";
    padding: 0 0 0 4px
}

.breadcrumbs ul li:last-child:after {
    content: ""
}

.breadcrumbs ul li a {
    color: #3d3d3d
}

section.descriptor .content {
    padding: 20px 15px 0;
    background: url(../img/content-bg.png) no-repeat
}

section.descriptor .content .text {
    font-size: 17px;
    padding: 0 50px 30px 0
}

section.descriptor .content .controls {
    width: 100%;
    height: 100px;
    background: url(../img/content-bg.png) right no-repeat
}

section.descriptor .content .controls .socials {
    margin: 20px 30px
}

section.descriptor .carousel-container {
    background: url(../img/content-bg.png) no-repeat;
    padding: 110px 15px 0
}

section.descriptor .carousel-container .carousel {
    padding-bottom: 66%;
    background: 0 0;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .4);
    margin: 15px 0 40px
}

section.descriptor .carousel-container .carousel .slide img {
    width: 100% !important;
    height: 100% !important
}

@media (max-width: 1200px) {
    section.descriptor .carousel-container {
        padding: 40px 15px 0
    }
}

@media (max-width: 480px) {
    section.descriptor .content {
        padding: 30px 15px 0
    }

    section.descriptor .content .page-title {
        text-align: center
    }

    section.descriptor .content .controls {
        text-align: center;
        background-position: center
    }

    section.descriptor .carousel-container {
        background: url(../img/content-bg.png) no-repeat;
        padding: 40px 10px 0
    }
}

@media (max-width: 360px) {
    section.descriptor .content {
        padding: 10px 10px 0
    }

    section.descriptor .content .text {
        font-size: 14px
    }
}

.advantages {
    padding: 30px 0
}

.advantages .sub-title {
    margin: 15px
}

.advantages .item-container {
    padding: 30px
}

.advantages .item-container .item {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .3);
    border-radius: 8px;
    text-align: center;
    padding: 30px 15px;
    font-size: 13px
}

.advantages .item-container .item .item-icon {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    padding: 22px 0 0;
    font-size: 35px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background: #044492
}

.advantages .item-container .item .item-icon:after {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    left: -2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 84px;
    height: 84px;
    border-radius: 50%;
    border: 5px solid #d9fcc0;
    border-top-color: transparent !important
}

.advantages .item-container .item .item-icon.icon-green {
    background: linear-gradient(45deg, #e7f56b 0, #57cec1 100%)
}

.advantages .item-container .item .item-icon.icon-blue {
    background: linear-gradient(45deg, #b4adde 0, #8bd3ef 100%)
}

.advantages .item-container .item .item-icon.icon-orange {
    background: linear-gradient(45deg, #ffec7b 0, #f5a87f 100%)
}

.advantages .item-container .item .item-icon.icon-purple {
    background: linear-gradient(45deg, #ccfb77 0, #d067c6 100%)
}

.advantages .item-container .item .text {
    padding: 20px 0 0;
    font-size: 14px
}

@media (max-width: 992px) {
    .advantages {
        margin: 30px 0
    }

    .advantages .item-container {
        padding: 25px 30px
    }
}

@media (max-width: 480px) {
    .advantages .item-container {
        padding: 20px 30px 0
    }
}

.advantages.bg-blue-img .item-container .item {
    background-color: rgba(12, 67, 132, .56);
    box-shadow: none;
    border: 1px solid #005aa6
}

.advantages.bg-blue-img .item-container .item .item-icon {
    background: rgba(3, 51, 110, .8)
}

.advantages.bg-blue-img .item-container .item .item-icon:after {
    border-color: #5c4eff
}

.advantages.bg-blue-img .item-container .item .text {
    color: #fff
}

section.services {
    padding: 50px 0
}

section.services .sub-title {
    margin: 0 0 30px
}

section.services .service {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .3);
    border-radius: 8px;
    overflow: hidden;
    margin: 15px 0
}

section.services .service.sub-service .content {
    height: 200px;
    text-align: center
}

section.services .service.sub-service .content .text {
    padding: 10px 0 0
}

section.services .service .image {
    display: block;
    overflow: hidden;
    padding: 33% 0;
    position: relative
}

section.services .btn-start .btn, section.services .service .content .more-btn .btn {
    display: inline-block
}

section.services .service .image img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 8px 8px 0 0
}

section.services .service .content {
    padding: 15px;
    max-height: 310px;
    overflow: hidden;
    position: relative
}

section.services .service .content .title {
    font-size: 20px;
    color: #333;
    font-family: OpenSans-Regular, sans-serif
}

section.services .service .content .text {
    padding: 15px 0 0
}

section.services .service .content .text ul {
    padding: 0;
    margin: 0;
    list-style: none
}

section.services .service .content .text ul li:before {
    content: "- "
}

section.services .service .content .more-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 18px 10px #fff;
    border-radius: 28px
}

section.services .btn-start {
    text-align: center;
    margin: 40px 0 0
}

.main-banner {
    max-width: 850px;
    border-radius: 8px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .3);
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: row;
    background: rgb(50, 152, 223);
    background: linear-gradient(90deg, rgba(50, 152, 223, 1) 19%, rgba(255, 255, 255, 1) 80%);
}

.banner-img {
    width: 40%;
    align-self: center;
}

.banner-text {
    padding: 10px;
    width: 20%;
    align-self: flex-start;
}

.banner-button {
    width: 40%;
    align-self: center;
    font-family: Cocon-Regular, sans-serif;
    font-size: 20px;
}

.banner-button a {
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .4);
    background-color: #024cb9;
    padding: 15px 50px;
    transition: all .3s;
    border-radius: 25px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.33333;
    text-decoration: none;
}

.banner-button a:hover {
    background-color: #fd0;
    color: #4a4646;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .4);
}

/*.main-banner .ban-link {*/
/**/
/*}*/

.video-presentation {
    padding: 60px 0;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .6)
}

.video-presentation .video-carousel {
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .6);
    border-radius: 5px
}

.video-presentation .content {
    margin: 15px 0;
    padding: 0 15px 25px;
    border-radius: 5px;
    border: 1px dashed #4172b2;
    background-color: rgba(12, 67, 132, .56)
}

@media (max-width: 992px) {
    .main-banner {
        max-width: 450px;
        flex-direction: column;
        background: linear-gradient(180deg, rgba(50, 152, 223, 0.95) 31%, rgba(255, 255, 255, 1) 76%)
    }

    .main-banner .banner-img {
        width: 100%;
        max-width: 340px;
        align-self: center;
        margin-bottom: 80px;
        /*max-width: 300px;*/
    }

    .main-banner .banner-text {
        width: 100%;
        max-width: 250px;
        align-self: center;
        margin-bottom: 20px;
        padding: 10px;
    }

    .main-banner .banner-img img {
        width: 100%;
    }

    .main-banner .banner-text img {
        width: 100%;
    }

    .main-banner .banner-button {
        width: 100%;
        margin-bottom: 50px;
    }

    .header {
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .85);
        margin: 0;
    }
}

@media (max-width: 768px) {
    .video-presentation {
        padding: 20px 0
    }
}

.steps {
    padding: 30px 0
}

.steps .sub-title {
    margin: 20px 0
}

.steps .step {
    padding: 0 25px 15px
}

.steps .step .point {
    font-size: 100px;
    color: #7d78fa;
    text-shadow: 0 0 4px #7d78fa
}

@media (max-width: 360px) {
    .steps .step .point {
        font-size: 80px
    }
}

.steps .step.step-2 {
    box-shadow: -8px 0 5px -8px rgba(0, 0, 0, .5)
}

@media (max-width: 992px) {
    .steps .step.step-2 {
        box-shadow: none
    }
}

.steps .step .text {
    font-size: 14px
}

section.call-me {
    padding: 40px 0
}

section.call-me .form {
    padding: 30px 0 0
}

section.call-me .form .btn {
    margin: 20px 0 0
}

section.order {
    padding: 30px 0
}

section.order .order-package {
    background: #fff;
    border-radius: 8px;
    margin: 15px 0
}

section.order .order-package header {
    display: block;
    padding: 5px 0 0;
    text-align: center
}

section.order .order-package header .note {
    margin: 0;
    font-size: 17px
}

section.order .order-package section.info {
    background: url(../img/order-bg.jpg);
    margin: 20px 0 0;
    padding: 20px;
    color: #fff;
    font-family: OpenSans-Light, sans-serif;
    text-align: center;
    font-size: 25px
}

section.order .order-package section.info .price {
    font-size: 45px
}

section.order .order-package section.description {
    padding: 0 40px
}

section.order .order-package section.description ul {
    list-style: none;
    margin: 15px 0;
    padding: 0 0 0 20px
}

section.order .order-package section.description ul li {
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid #EBEBEB
}

section.order .order-package section.description ul li:before {
    content: "\f058";
    font: normal normal normal 14px/1 FontAwesome;
    color: #8277FB;
    font-size: 20px;
    position: absolute;
    left: -30px;
    top: 50%;
    margin-top: -9px
}

section.order .order-package footer {
    text-align: center;
    padding: 20px 0
}

section.faq {
    padding: 60px 0 10px
}

section.faq .sub-title {
    margin: 0 0 40px
}

section.faq .panel {
    box-shadow: none
}

section.faq .panel .panel-heading {
    background: 0 0;
    display: block;
    color: inherit;
    padding: 10px 0
}

section.faq .panel .panel-heading:active, section.faq .panel .panel-heading:focus {
    text-decoration: none
}

section.faq .panel .panel-heading:hover {
    text-decoration: underline
}

section.faq .panel .panel-heading .panel-title {
    position: relative;
    padding: 0 20px 0 0
}

section.faq .panel .panel-heading .panel-title .closed-icon, section.faq .panel .panel-heading .panel-title .opened-icon {
    position: absolute;
    right: 0;
    top: 0
}

section.faq .panel .panel-heading .opened-icon {
    display: none
}

section.faq .panel .panel-heading .closed-icon, section.faq .panel .panel-heading.collapsed .opened-icon {
    display: block
}

section.faq .panel .panel-heading.collapsed {
    border-bottom: 1px solid #efefef
}

section.faq .panel .panel-heading.collapsed .closed-icon {
    display: none
}

section.faq .panel .panel-body {
    background: #f6f5f9;
    border: none;
    border-radius: 5px
}

.map-text {
    text-align: center;
    padding: 30px 0;
    color: #4559d5;
    font-family: OpenSans-Light, sans-serif;
    font-size: 18px
}

.map-wrapper .map {
    margin: 50px 0;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative
}

.map-wrapper .map .marker {
    position: absolute;
    margin-top: -42px;
    margin-left: -20px
}

.map-wrapper .map .marker .icon {
    font-size: 40px;
    color: #fff;
    text-shadow: 0 0 20px #00b8ff
}

.map-wrapper .map .marker .title {
    display: none;
    position: absolute;
    top: -28px;
    text-align: center;
    width: 150px;
    margin-left: -55px;
    z-index: 9
}

.map-wrapper .map .marker .title .text {
    padding: 0 6px;
    white-space: nowrap;
    display: inline-block;
    color: #0e4f9c;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #034aa4;
    box-shadow: 0 0 10px #044694
}

.map-wrapper .map .marker.highlight .title {
    display: block
}

.map-wrapper .map .marker .hover {
    width: 25px;
    height: 30px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 7px;
    z-index: 10
}

.map-wrapper .map .marker .hover.active ~ .icon, .map-wrapper .map .marker .hover:hover ~ .icon {
    position: relative;
    z-index: 8;
    text-shadow: 0 0 20px #ffb600
}

.map-wrapper .map .marker .hover.active ~ .title, .map-wrapper .map .marker .hover:hover ~ .title {
    display: block;
    z-index: 10
}

.map-wrapper .map .marker .hover.active ~ .title {
    z-index: 9
}

.map-wrapper.map-world .container .map {
    padding: 26% 0;
    background-image: url(../img/map-clear.png)
}

.map-wrapper.map-ua .container {
    max-width: 600px !important
}

.map-wrapper.map-ua .container .map {
    padding: 35% 0;
    background-image: url(../img/map-ua.png);
    background-position: center
}

.reviews {
    padding: 20px 0 30px
}

.reviews .item {
    padding: 40px 120px 50px 230px
}

.reviews .item .review {
    position: relative;
    padding: 25px 30px 30px 100px;
    box-shadow: 0 0 30px -1px rgba(0, 0, 0, .2);
    border-radius: 8px
}

.reviews .item .review .image {
    position: absolute;
    overflow: hidden;
    width: 190px;
    height: 190px;
    top: 40px;
    left: -110px;
    border-radius: 50%;
    border: 4px solid #ddb3ff
}

.reviews .item .review .image img {
    width: 100%;
    height: 100%
}

.reviews .item .review .vote {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 30px;
    background: #044492;
    padding: 15px 15px 30px 30px;
    border-radius: 0 10px 0 100%;
    font-family: OpenSans-Light, sans-serif;
}

.reviews .item .review .vote .icon {
    color: #fcff00
}

.reviews .item .review .review-header {
    font-family: OpenSans-Light, sans-serif;
    padding: 0 60px 0 0;
    min-height: 70px
}

.reviews .item .review .review-header .title {
    font-size: 24px;
    margin: 0
}

.reviews .item .review .content {
    min-height: 170px;
    width: 100%
}

.reviews .item .review .content .text {
    padding: 18px 0;
    font-size: 16px
}

@media (max-width: 1200px) {
    .reviews .item .review .content {
        min-height: 240px
    }
}

@media (max-width: 992px) {
    .reviews .item {
        padding: 40px 30px 60px 160px
    }

    .reviews .item .review .content {
        min-height: 260px
    }
}

@media (max-width: 768px) {
    .reviews .item {
        padding: 30px 30px 50px
    }

    .reviews .item .review {
        padding: 20px
    }

    .reviews .item .review .image {
        display: none
    }
}

@media (max-width: 768px) and (max-width: 480px) {
    .reviews .item .review .content {
        min-height: 320px
    }

    .reviews .item .review .content .text {
        font-size: 14px
    }

    .reviews .item .review .review-header .title {
        font-size: 17px
    }

    .reviews .item .review .review-header .note {
        font-size: 12px
    }
}

@media (max-width: 768px) and (max-width: 360px) {
    .reviews .item {
        padding: 30px 10px 50px
    }

    .reviews .item .review .content {
        min-height: 340px
    }
}

section.contact {
    padding: 50px 0
}

section.contact .sub-title {
    margin: 10px 0 40px
}

section.contact .map-frame {
    width: 100%;
    height: 400px
}

section.contact .contacts-block {
    box-shadow: 0 0 30px -1px rgba(0, 0, 0, .2);
    padding: 25px
}

section.contact .contacts-block .phones ul {
    list-style: none;
    padding: 0;
    margin: 10px 0
}

section.contact .contacts-block .phones ul li {
    padding: 2px 0
}

section.contact .contacts-block .phones ul li a {
    color: #333
}

section.contact .contacts-block .email {
    margin: 10px 0 5px
}

section.contact .contacts-block .skype-link {
    margin: 0 0 10px;
    color: #00aff0;
    font-size: 16px;
}

section.contact .contacts-block .skype-link a {
    text-decoration: none;
    color: #00aff0;
}

section.contact .contacts-block .skype-link a:hover {
    color: #017dac;
}

section.contact .contacts-block .socials {
    margin: 0
}

@media (max-width: 360px) {
    section.contact .map-frame {
        height: 300px
    }
}

footer.footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0
}

footer.footer .navigation {
    position: static
}

footer.footer .navigation .contact {
    display: inline-block
}

footer.footer .navigation .contact .email {
    color: #fff;
    margin-top: 15px
}

footer.footer .navigation .contact .email > i {
    background-color: #fff;
    color: #044492
}

footer.footer .navigation .contact .text {
    font-size: 10px
}

footer.footer .navigation .contact .text a {
    color: #fff
}

@media (max-width: 1200px) {
    footer.footer .navigation .contact {
        display: block !important
    }

    footer.footer .navigation .contact .text {
        font-size: 12px;
        margin: 0 0 0 20px
    }
}

@media (max-width: 480px) {
    footer.footer .navigation .contact .email {
        padding-top: 10px;
        padding-left: 15px;
        padding-right: 100px
    }
}

.order-success .image {
    padding: 20px
}

.order-success .image img {
    width: 100%;
    height: auto
}

.order-success .content {
    padding: 20px 10px 0 0
}

@media (max-width: 992px) {
    .order-success .content {
        padding: 0 10px 0 0
    }
}

.page-content {
    padding: 30px 0 50px;
    font-size: 17px;
    line-height: 25.5px
}

.page-content p {
    margin: 0 0 16px
}

.page-content .page-title {
    margin: 10px 0 30px
}

.page-content img.article-img {
    display: block;
    margin: 10px auto;
    height: auto;
    width: 100%
}

.page-content img.article-img.big {
    max-width: 1000px
}

.page-content img.article-img.small, .youtube-video {
    max-width: 600px
}

.youtube-video {
    display: block;
    margin: 10px auto 30px;
    width: 100%
}

.youtube-video .iframe-container {
    width: 100%;
    padding: 30% 0;
    position: relative
}

.youtube-video .iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.gallery-wrapper .gallery-item {
    width: 100%;
    position: relative;
    padding: 55% 0;
    margin: 0 0 30px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .4);
    border-radius: 4px;
    z-index: 10;
    overflow: hidden
}

.gallery-wrapper .gallery-item img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0
}

.gallery-wrapper .gallery-item .text {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 5px 0
}

section.article-mini {
    padding: 20px 0;
    overflow: hidden;
    position: relative
}

section.article-mini .image {
    display: block;
    width: 100%;
    padding: 50% 0;
    border-radius: 6px;
    background-position: center;
    background-size: cover
}

section.article-mini .content {
    height: 125px;
    overflow: hidden
}

section.article-mini .content .title {
    text-decoration: none;
    color: inherit
}

section.article-mini .content .title .article-title {
    margin: 0 0 15px;
    font-size: 24px
}

section.article-mini .control {
    padding: 3px 10px
}

.articles-slider {
    padding: 50px 0 30px
}

.articles-slider .sub-title {
    margin: 10px 0 5px
}

.articles-slider .carousel {
    padding: 0 0 20px
}

html {
    height: 100%
}

body {
    overflow-x: hidden;
    position: relative;
    min-height: 100%;
    padding: 0 0 100px;
    color: #101010
}

@media (max-width: 992px) {
    body {
        padding: 0 0 400px
    }

    footer.footer .footer-links {
        margin-top: 20px;
    }
}

@media (max-width: 480px) {
    body {
        padding: 0 0 520px
    }
}

.secret {
    color: red
}