  .desktop-only { display: block; }
  .mobile-only  { display: none; }


@media (max-width: 1000px) {
  .desktop-only { display: none; }
  .mobile-only  { display: block; }
}


html, body {
    height: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
    color: #2A2A2A;
}

.wrapper {

}

.wrapper h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 40px;
}

.wrapper h4 {
    margin-bottom: 30px;
}

a, a:hover {
    color: #1393C5;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    display: inline-block;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/*input::-webkit-input-placeholder {*/
/*  color: #e0a800;*/
/*  opacity: 1;*/
/*}*/

/*input::-moz-placeholder {*/
/*  color: #e0a800;*/
/*  opacity: 1;*/
/*}*/

/*input:-moz-placeholder {*/
/*  color: #e0a800;*/
/*  opacity: 1;*/
/*}*/

/*input:-ms-input-placeholder {*/
/*  color: #e0a800;*/
/*  opacity: 1;*/
/*}*/

.form-control::-webkit-input-placeholder {
    color: #888888 !important;
}

.form-control::-moz-placeholder {
    color: #888888 !important;
}

.form-control:-ms-input-placeholder {
    color: #888888 !important;
}

.form-control::placeholder {
    color: #888888 !important;
}

button:active,
button:hover,
button:focus {
    outline: 0;
    outline-offset: 0;
    box-shadow: none !important;
}

.btn:active,
.btn:hover,
.btn:focus {
    outline: 0;
    outline-offset: 0;
    box-shadow: none !important;
}

.form-control:active,
.form-control:hover,
.form-control:focus {
    outline: 0;
    outline-offset: 0;
    box-shadow: none;
    border-color: #1393C5;
}

.custom-file-input:focus ~ .custom-file-label {
    border-color: #ced4da;
    box-shadow: none;
}

.btn-primary {
    display: inline-block;
    font-size: 20px;
    color: #ffffff;
    background-color: #1393C5;
    border: 1px solid #1393C5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 0.6em 1.8em;
    -webkit-box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.15);
    box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.15);
}

.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:hover {
    text-decoration: none;
    background-color: #1a87ad;
    border: 1px solid #1a87ad;
}

.btn-default {
    display: inline-block;
    font-size: 20px;
    background-color: #ffffff;
    border: 1px solid #1393C5;
    color: #1393C5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 0.6em 1.8em;
}

.btn-default:hover {
    background-color: #1393C5;
    border: 1px solid #1393C5;
    color: #ffffff;
}

.form-control {
    background-color: #F7F7F7;
    border-color: #2A2A2A;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.form-group {
    margin-bottom: 20px;
}

.form-control {
    background-color: #ffffff;
    border-color: #1393C5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.form-control::placeholder {
    color: #2A2A2A;
}

.form-control::-webkit-input-placeholder {
    color: #2A2A2A;
}

.form-control::-ms-input-placeholder {
    color: #2A2A2A;
}

.form-control:-moz-placeholder {
    color: #2A2A2A;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #2A2A2A;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #2A2A2A;
}

.invalid-feedback {
    position: absolute;
    margin: 2px;
}

.color-blue {
    color: #1393C5 !important;
}

.color-orange {
    color: #FB8C00 !important;
}

.bg-custom {
    border: 2px solid #FB8C00;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
}

.bg-white {
    background-color: #ffffff;
}

.bg-gray {
    background-color: #F7F7F7;
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border-left: 5px solid #eee;
}

.bs-callout-info {
    border-left-color: #1393C5;
}

.fancybox-bg {
    background: #ffffff;
}

.fancybox-image {
    border: 1px solid #1393C5;
}

.header {

}

.header .navbar {
    background-color: #fff;
    padding: 5px 0;
    box-shadow: 0 4px 9px rgba(0, 0, 0, 0.05);
}

.header .navbar-nav .nav-item {
    margin-left: 45px;
}

.header .navbar-nav .nav-item:first-child {
    margin-left: 0;
}

.header .navbar-expand-md .navbar-nav .nav-link {
    font-size: 17px;
    color: #1393C5;
    padding: 2px;
    border-bottom: 1px solid transparent;
}

.header .navbar-nav .nav-link.active,
.header .navbar-nav .nav-link:hover {
    border-bottom: 1px solid #1393C5;
}

.header .navbar-brand img {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: inline-block;
    width: 162px;
    height: 84px;
    padding: 0;
    margin: 0;
}

.header .nav-collapse .navbar-brand img {
    width: 130px;
    height: 67px;
    background-size: 130px 67px;
}

.header .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(20,157,204, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.header-banner {
    margin-top: 104px;
    background-color: #F8FDFF;
    display: flex;
    align-items: center;
}

.header-banner .row {
    align-items: center;
}

.header-banner .img-wrap {
    padding: 100px 0;
    min-height: 460px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-banner .img-wrap .banner-img {
    width: 380px;
    height: auto;
}

.header-banner .banner-meta .main-heading {
    text-align: center;
    font-size: 37px;
    margin-bottom: 0;
    color: #1393C5;
    line-height: 40px;
    font-weight: normal;
}

.header-banner .banner-meta p {
    margin: 30px 0;
}

.header-banner .banner-meta .btn-primary {
    width: 100%;
    max-width: 420px;
}

.header-banner .img-wrap-other {
    display: flex;
    align-items: center;
    min-height: 250px;
}

.header-banner .img-wrap-other img {
    width: 150px;
    height: auto;
    flex: 0 0 150px;
}

.header-banner .banner-meta-other h1 {
    font-size: 48px;
    margin-bottom: 0;
    color: #1393C5;
    line-height: 51px;
    margin-left: 55px;
    font-weight: normal;
}

.table-contents {
    padding: 100px 0;
}

.table-contents ul {
    color: #1393C5;
    padding-left: 20px;
}

.table-contents ul.two-column {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.table-contents ul li {
    margin-bottom: 7px;
}

.table-contents ul li a {
    display: inline-block;
    line-height: 18px;
    text-decoration: underline;
}

.table-contents ul li a:hover {
    text-decoration: none;
}

.content-items {
    overflow: hidden;
}

.main-item {

}

.content-items > div:nth-child(odd) {
    border-top: 1px solid #1393C5;
    border-bottom: 1px solid #1393C5;
    background-color: #F8FDFF;
    position: relative;
    z-index: 5;
}

.content-items > div:nth-child(odd) .clip {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    height: calc(100% + 4px);
    background-color: #ffffff;
    clip-path: polygon(0 0, 45% 0%, 60% 100%, 0% 100%);
}

.main-item .container {
    padding: 80px 15px;
    position: relative;
    z-index: 10;
}

.content-items > div:nth-child(even) {
    position: relative;
    z-index: 2;
}

.main-item .item-body {
    display: flex;
}

.main-item .item-body .img {
    margin-right: 60px;
}

.main-item .item-body .img img {
    width: 150px;
    height: auto;
}

.main-item .item-body .descr {
    flex: 1 1 auto;
}

.main-item .item-body ul,
.main-item .item-body ol {
    padding-left: 20px;
}

.main-item .item-body ol ul {
    list-style-type: disc !important;
}

.main-item .item-body ul li {
    color: #1393C5;
    margin-bottom: 10px;
}

.main-item .item-body ol li {
    margin-bottom: 10px;
}

.main-item .item-body ul li span,
.main-item .item-body ol li span {
    color: #2A2A2A;
}

.main-item .item-bottom {
    position: relative;
    margin-top: 20px;
    display: flex;
}

.main-item .item-bottom .btns {
    margin-left: auto;
    text-align: right;
}

.main-item .item-bottom .btns a:nth-child(1) {
    margin-right: 40px;
}

.main-item .item-bottom .btns .btn-default {
    width: 280px;
    padding: 12px 0;
    box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, .15);
}

.main-item .item-bottom .dropdown .btn-default {
    width: 380px;
}

.main-item .item-bottom .dropdown-toggle::after {
    vertical-align: 0.1em;
    border-top: 0.5em solid;
}

.main-item .item-bottom .dropdown.show .dropdown-toggle::after {
    border-bottom: 0.5em solid;
    border-top: 0;
}

.main-item .item-bottom .dropdown-menu {
    border: 1px solid #1393C5;
    padding: 7px 7px;
    text-align: left;
    background-color: #fff;
    width: 100%;
}

.main-item .item-bottom .dropdown-menu ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.main-item .item-bottom .dropdown-menu ul li {
    font-size: 16px;
    color: #2A2A2A;
    margin-bottom: 5px;
}

.main-item .item-bottom .dropdown-menu ul li:last-child {
    margin-bottom: 0;
}

.main-item .item-bottom .dropdown-menu ul li span {
    color: #1393C5;
}

.main-item .video {
    width: 100%;
    max-width: 900px;
    margin-top: 50px;
    margin-left: auto;
    height: 0;
    position: relative;
    padding-bottom: 46.25%;
    border: 2px solid #1393C5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.main-item .video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/*.service-list {*/
/*padding: 100px 0;*/
/*}*/
/*.service-list .row {*/
/*justify-content: center;*/
/*}*/
/*.service-list .first-row {*/
/*display: flex;*/
/*justify-content: space-between;*/
/*}*/
/*.service-list .second-row {*/
/*display: flex;*/
/*justify-content: center;*/
/*}*/
/*.service-list .item {*/
/*text-align: center;*/
/*align-items: center;*/
/*margin-bottom: 70px;*/
/*}*/
/*.service-list .item .img {*/
/*height: 153px;*/
/*display: flex;*/
/*align-items: center;*/
/*justify-content: center;*/
/*margin-bottom: 10px;*/
/*}*/
/*.service-list .item a {*/
/*display: block;*/
/*}*/

.script {
    padding: 80px 0;
}

.script .container {
    position: relative;
    z-index: 10;
}

.script-header {
    margin-bottom: 40px;
}

.script .script-header p {
    font-size: 16px;
}

.script .script-list {
    position: relative;
}

.script .script-list:before {
    content: '';
    position: absolute;
    top: 0;
    left: 23px;
    height: 85%;
    border-width: 3px;
    border-style: solid;
    -webkit-border-image: -webkit-gradient(linear, 0 100%, 0 0, from(rgb(20, 157, 204)), to(rgba(20, 157, 204, 0))) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(bottom, rgb(20, 157, 204), rgba(20, 157, 204, 0)) 1 100%;
    -moz-border-image: -moz-linear-gradient(bottom, rgb(20, 157, 204), rgba(20, 157, 204, 0)) 1 100%;
    -o-border-image: -o-linear-gradient(bottom, rgb(20, 157, 204), rgba(20, 157, 204, 0)) 1 100%;
    border-image: linear-gradient(to top, rgb(20, 157, 204), rgba(20, 157, 204, 0)) 1 100%;
    border-right: none;
}

.script .script-item {
    margin-bottom: 30px;
}

.script .script-item-wrap:last-child .script-item {
    margin-bottom: 0;
}

.script .script-item-wrap {
    padding-left: 100px;
    position: relative;
}

.script .script-item-wrap:before {
    position: absolute;
    top: -8px;
    left: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #1393C5;
    background-color: #ffffff;
    border: 1px solid #1393C5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.script .script-item-wrap:nth-child(1):before {
    content: '1';
}

.script .script-item-wrap:nth-child(2):before {
    content: '2';
}

.script .script-item-wrap:nth-child(3):before {
    content: '3';
}

.script .script-item-wrap:nth-child(4):before {
    content: '4';
}

.script .script-item-wrap:nth-child(5):before {
    content: '5';
}

.script .script-item h3 {
    font-size: 30px;
    margin-bottom: 25px;
    color: #1393C5;
}

.script .script-item p {
    font-size: 16px;
    margin-bottom: 0;
}

.request {
    padding: 80px 0;
}

.request > .container {
    position: relative;
    z-index: 10;
}

.request p {
    font-size: 20px;
    text-align: center;
    margin-bottom: 35px;
}

.request .btn-primary {
    width: 100%;
    margin-top: 30px;
}

.request .policy {
    font-size: 14px;
    margin-bottom: 15px;
}

.partners {
    padding: 80px 0;
}

.partners .container {
    position: relative;
    z-index: 10;
}

.partners .partners-slider-wrap {
    position: relative;
}

.partners .partners-slider {
    padding: 0 60px;
}

.partners .partners-slider .partners-item {

}

.partners .partners-slider .partners-img {
    padding: 25px 0;
    margin: 40px 20px;
    border: 1px solid #1393C5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
}

.partners .partners-slider .partners-img img {
    margin: 0 auto;
}

.partners .partners-slider-wrap .partners-slider-btn {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.partners .partners-slider-wrap .partners-slider-btn img {
    width: 40px;
    height: 40px;
    opacity: 1;
}

.partners .partners-slider-wrap .partners-slider-btn:hover img {
    opacity: .8;
}

.partners .partners-slider-wrap .partners-btn-prev {
    left: 0;
}

.partners .partners-slider-wrap .partners-btn-next {
    right: 0;
}

.partners .link {
    display: inline-block;
    border-bottom: 1px solid #1393c5;
    line-height: 18px;
}

.partners .link:hover {
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

.faq {
    background-color: #ffffff;
    padding: 80px 0;
}

.faq .container {
    position: relative;
    z-index: 10;
}

.faq h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 40px;
}

.faq .card {
    margin-bottom: 10px;
    border-top: none;
    border-left: none;
    border-right: none;
    border: 1px solid #1393c5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.faq .card-header {
    background-color: #ffffff;
    position: relative;
    cursor: pointer;
    padding: 15px 60px 15px 30px;
    border-bottom: none;
}

.faq .card-header:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 1px;
    width: 100%;
    border-bottom: 1px solid #1393c5;
}

.faq .card-title {
    font-size: 18px;
    font-weight: 500;
}

.faq .card-header::after {
    display: inline-block;
    content: '';
    width: 15px;
    height: 15px;
    background: url('../images/icons/plus.svg') no-repeat center center;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    right: 30px;
    transition: transform 0.2s ease-out;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.faq .card-header.collapsed::after {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.faq .card-body {
    font-size: 16px;
    padding: 30px 30px 15px 30px;
}

.faq .card-body h5 {
    margin: 0 0 15px 0;
}

.faq .card-body ul {
    padding-left: 20px;
    margin-bottom: 0;
}

.faq .card-body ul li {
    color: #1393C5;
    margin-bottom: 25px;
}

.faq .card-body ul li > p {
    color: #1393C5;
    font-weight: 500;
    margin-bottom: 10px;
}

.faq .card-body ul li div {
    color: #2A2A2A;
}

.faq .card-body ul li a {
    text-decoration: underline;
}

.faq .card-body ul li a:hover {
    text-decoration: none;
}

.content-item {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.content-item .container {
    padding: 80px 15px;
    position: relative;
    z-index: 10;
}

.content-item .flag {
    width: 84%;
    position: relative;
    border: 1px solid #1393C5;
    border-right: 1px solid transparent;
    box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, .15);
    background-color: #fff;
    padding: 17px 40px 17px 20px;
    margin-bottom: 30px;
}

.content-item .flag:after {
    content: '';
    position: absolute;
    top: 0;
    right: -13px;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-image: url('../images/flag.jpg');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 44px 100%;
}

.content-item ul {
    padding-left: 20px;
    list-style-type: disc;
}

.content-item ul li {
    color: #1393C5;
    margin-bottom: 10px;
}

.content-item ul li span {
    color: #2A2A2A;
}

.content-item .img-wrap {
    text-align: center;
    padding-top: 10px;
}

.content-item .img-wrap a {
    display: inline-block;
    position: relative;
}

.content-item .img-wrap a:after {
    content: '';
    position: absolute;
    top: 15px;
    right: 15px;
    width: 18px;
    height: 18px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDYxMi4zNjMgNjEyLjM2MyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGc+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+Cgk8ZyBpZD0iX3gzNV8iPgoJCTxnPgoJCQk8cGF0aCBkPSJNMjEwLjQ5OCwzNDQuNDU5TDkwLjgwNCw0NjYuNTI2bC00MS43NDItNDEuNzQyYy05LjAzNC05LjAzMy0xOC4yMDEtMTguNjQxLTI5LjEyOS0xOC42NiAgICAgYy0xMC45MjgtMC4wMTktMTkuNzcsOC44MjMtMTkuNzUxLDE5Ljc1MWwwLjIyOSwxNjUuMDM0YzAsNS44MzcsMi42NDEsMTAuOTI4LDYuNjYxLDE0LjU2NGMzLjYzNiw0LjAxOSw4Ljc0Niw2LjY0MSwxNC41NjQsNi42NiAgICAgbDE2NS4wNTMsMC4yMjljMTAuOTI4LDAuMDIsMTkuNzctOC44MjMsMTkuNzUxLTE5Ljc1MWMtMC4wMTktMTAuOTI5LTEyLjc2Ni0yMy4yMTYtMTguMjM5LTI4LjY4OWwtNDEuNzQyLTQxLjc0MSAgICAgbDEyMS40NTUtMTIwLjMwN0wyMTAuNDk4LDM0NC40NTl6IE02MTEuOTUyLDIxLjk1MmMwLTUuOTcyLTIuNjgtMTEuMTk2LTYuNzc1LTE0LjkwOWMtMy42OTMtNC4xMTUtOC44OC02Ljc5NC0xNC44MTMtNi44MTMgICAgIEw0MjIuNTM2LDBjLTExLjEwMS0wLjAyLTIwLjA5Niw5LjAzMy0yMC4wOTYsMjAuMjFjMC4wMTksMTEuMTc3LDEyLjk3NiwyMy43NywxOC41NDUsMjkuMzU5bDQyLjQ1LDQyLjcxOEwzNDQuNDY5LDIxMC40NjkgICAgIGw1Ny40MTYsNTcuNDE2bDExOC4xNDQtMTE4LjY0MWw0Mi40NSw0Mi43MThjOS4xODcsOS4yNDQsMTguNTA3LDE5LjA4MiwyOS42MDcsMTkuMTAxYzExLjEyLDAuMDE5LDIwLjA5Ni05LjAzNCwyMC4wOTYtMjAuMjEgICAgIEw2MTEuOTUyLDIxLjk1MnoiIGZpbGw9IiMxMzkzYzUiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIHN0eWxlPSIiIGNsYXNzPSIiPjwvcGF0aD4KCQk8L2c+Cgk8L2c+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPC9nPjwvc3ZnPg==');
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: 18px 18px;
    background-size: 18px 18px;
}

.content-item .img-wrap img {
    max-width: 360px;
    height: auto;
    border: 1px solid #1393C5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.content-item .code-block,
.content-item .code-block2 {
    border: 1px solid #1393C5;
}

.content-item .code-block code:first-child {
    margin-left: -90px;
}

.content-item .code-block2 code:first-child {
    margin-left: -105px;
}

.table {
    font-size: 14px;
    margin-bottom: 30px;
}

.table th {
    background-color: rgb(244, 245, 247);
}

.table th,
.table td {
    padding: 0.6rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table thead th {
    border-bottom: 1px solid #1393C5;
}

.table td {
    background-color: #fff;
}

.table-bordered th, .table-bordered td {
    border: 1px solid #1393C5;
}

.table hr {
    border-top: 1px solid #1393C5;
}

.content-item .form-horizontal .control-label {
    margin-right: 15px;
    color: #1393C5;
}

.content-item .form-horizontal .form-group {
    position: relative;
}

.content-item .form-horizontal .form-control {
    width: 500px;
    flex: none;
}

.content-item .form-horizontal .input-group-append .btn-secondary {
    background-color: #fff;
    border: 1px solid #1393C5;
    width: 50px;
    position: relative;
}

.content-item .form-horizontal .input-group-append .btn-secondary:after {
    content: '';
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 11;
    width: 27px;
    height: 25px;
    background-image: url('../images/icons/search.svg');
    background-repeat: no-repeat;
    background-position: 0 0;
}

.content-item .form-horizontal .input-group-append .btn-secondary:hover {
    background-color: #1393C5;
}

.content-item .form-horizontal .input-group-append .btn-secondary:hover:after {
    background-image: url('../images/icons/search-active.svg');
}

.content-item form .btn {
    padding: 6px 12px;
    height: calc(1.5em + 0.75rem + 2px);
    font-size: 16px;
}

.content-item .custom-file-label {
    margin-left: 28px;
    width: 340px;
}

.content-item .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Выберите файл";
}

.content-item .custom-file-label::after {
    color: #ffffff;
    background-color: #1393C5;
    cursor: pointer;
}

.content-item ul.partnership-list {
    list-style: none;
    padding-left: 0;
}

.partnership-list li {
    position: relative;
    padding-left: 25px;
}

.partnership-list li:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDQ0OC44IDQ0OC44IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIiBjbGFzcz0iIj48Zz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KCTxnIGlkPSJkb25lIj4KCQk8cG9seWdvbiBwb2ludHM9IjE0Mi44LDMyMy44NSAzNS43LDIxNi43NSAwLDI1Mi40NSAxNDIuOCwzOTUuMjUgNDQ4LjgsODkuMjUgNDEzLjEsNTMuNTUgICAiIGZpbGw9IiMxMzkzYzUiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIHN0eWxlPSIiIGNsYXNzPSIiPjwvcG9seWdvbj4KCTwvZz4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8L2c+PC9zdmc+');
    background-repeat: no-repeat;
    background-size: 12px;
    height: 12px;
    width: 12px;
}

.partnership-certificate {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.partnership-certificate:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.partnership-certificate:hover:before {
    background-color: rgba(0, 0, 0, 0);
}

.partnership-certificate:after {
    content: '';
    position: absolute;
    top: 15px;
    right: 15px;
    width: 18px;
    height: 18px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDYxMi4zNjMgNjEyLjM2MyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGc+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+Cgk8ZyBpZD0iX3gzNV8iPgoJCTxnPgoJCQk8cGF0aCBkPSJNMjEwLjQ5OCwzNDQuNDU5TDkwLjgwNCw0NjYuNTI2bC00MS43NDItNDEuNzQyYy05LjAzNC05LjAzMy0xOC4yMDEtMTguNjQxLTI5LjEyOS0xOC42NiAgICAgYy0xMC45MjgtMC4wMTktMTkuNzcsOC44MjMtMTkuNzUxLDE5Ljc1MWwwLjIyOSwxNjUuMDM0YzAsNS44MzcsMi42NDEsMTAuOTI4LDYuNjYxLDE0LjU2NGMzLjYzNiw0LjAxOSw4Ljc0Niw2LjY0MSwxNC41NjQsNi42NiAgICAgbDE2NS4wNTMsMC4yMjljMTAuOTI4LDAuMDIsMTkuNzctOC44MjMsMTkuNzUxLTE5Ljc1MWMtMC4wMTktMTAuOTI5LTEyLjc2Ni0yMy4yMTYtMTguMjM5LTI4LjY4OWwtNDEuNzQyLTQxLjc0MSAgICAgbDEyMS40NTUtMTIwLjMwN0wyMTAuNDk4LDM0NC40NTl6IE02MTEuOTUyLDIxLjk1MmMwLTUuOTcyLTIuNjgtMTEuMTk2LTYuNzc1LTE0LjkwOWMtMy42OTMtNC4xMTUtOC44OC02Ljc5NC0xNC44MTMtNi44MTMgICAgIEw0MjIuNTM2LDBjLTExLjEwMS0wLjAyLTIwLjA5Niw5LjAzMy0yMC4wOTYsMjAuMjFjMC4wMTksMTEuMTc3LDEyLjk3NiwyMy43NywxOC41NDUsMjkuMzU5bDQyLjQ1LDQyLjcxOEwzNDQuNDY5LDIxMC40NjkgICAgIGw1Ny40MTYsNTcuNDE2bDExOC4xNDQtMTE4LjY0MWw0Mi40NSw0Mi43MThjOS4xODcsOS4yNDQsMTguNTA3LDE5LjA4MiwyOS42MDcsMTkuMTAxYzExLjEyLDAuMDE5LDIwLjA5Ni05LjAzNCwyMC4wOTYtMjAuMjEgICAgIEw2MTEuOTUyLDIxLjk1MnoiIGZpbGw9IiMxMzkzYzUiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIHN0eWxlPSIiIGNsYXNzPSIiPjwvcGF0aD4KCQk8L2c+Cgk8L2c+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPC9nPjwvc3ZnPg==');
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: 18px 18px;
    background-size: 18px 18px;
}

.partnership-certificate img {
    max-width: 180px;
    height: auto;
    border: 1px solid #1393C5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.reviews {
    list-style: none;
    padding-left: 0;
}

.reviews .item {
    color: #2A2A2A;
    padding: 15px;
    background-color: #F8FDFF;
    box-shadow: 4px 4px 15px rgba(19, 147, 197, 0.3);
    margin-bottom: 35px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.reviews > [class*=col-]:nth-child(even) {
    margin-left: auto;
}

.reviews .item .descr {
    padding-bottom: 15px;
}

.reviews .item .descr p {
    margin-bottom: 0;
}

.reviews .item .media {
    align-items: center;
    flex-wrap: wrap;
    border-top: 1px solid #1393C5;
}

.reviews .item .media img {
    max-width: 160px;
    height: auto;
}

.reviews .item .media-body {
    padding-top: 7px;
}

.reviews .item .media-body h4 {
    font-size: 16px;
    margin-bottom: 8px;
}

.reviews .item .media-body p {
    margin-bottom: 0;
    color: #1393C5;
}

.reviews .item .media-body p a {
    color: #007bff;
}
.table-reviews th {
    text-align: center;
}
.table-reviews p.contacts {
    margin-bottom: 0;
}
.table-reviews p.contacts a {
    color: #007bff;
}
.table-reviews tr td:nth-child(1) p {
    white-space:nowrap;
}
.table-reviews tr td:nth-child(4) p {
    white-space:nowrap;
}
.table-reviews tr td:nth-child(5) {
    max-width: 300px;
}
.table-reviews tr td:nth-child(6) {
    max-width: 180px;
}

.feedback-list-item {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, .1);
    padding: 16px;
    margin-bottom: 20px !important;
}

.feedback-list-item .feedback-wrapper {
    display: inline-flex;
}

.feedback-list-item .image-wrapper {
    width: 126px;
    border: 1px solid #1393C526;
    border-radius: 50%;
    padding: 10px;
    height: 126px;
    display: inline-block;
    position: relative;
}

.feedback-list-item .image-wrapper img {
    top: 50%;
    /* width: 90px; */
    /* height: 90px; */
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    padding: 0.25rem;
    /* background-color: #fff; */
    /* border: 1px solid #dee2e6; */
    border-radius: 0.25rem;
    max-width: 100%;
    max-height: 100px;
}

.feedback-list-item .col div {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 10px;
    color: #2A2A2A;
    word-break: normal;
}

.feedback-list-item .col div:nth-of-type(1) {
    font-size: 18px;
    font-weight: 700;
    line-height: 21.09px;
    color: #1393C5;
}

.feedback-list-item .col div:nth-of-type(2) {
}

.feedback-list-item .col div:nth-of-type(3) {
    color: #6E6E6E;
}

.feedback-list-item .col div:nth-of-type(4) {
    font-size: 16px;
    font-weight: 700;
    line-height: 18.75px;
    color: #1393C5;
}

.feedback-list-item .col div:nth-of-type(5) {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}

.footer-wrap {
    background-color: #1393C5;
    margin-top: -1px;
    position: relative;
    z-index: 11;
}

.footer {
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
}

.footer h4 {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 10px;
}

.footer p {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 22px;
}

.footer p:last-child {
    margin: 0;
}

.footer p a {
    color: #ffffff;
}

.footer p a:hover,
.footer p a:active {
    color: #ffffff;
}

.footer img {
    width: 160px;
    height: auto;
    margin-bottom: 15px;
}

.footer .copyright {
    line-height: 20px;
}

.footer .footer-block {
    min-width: 20%;
}

.footer .footer-block p {
    font-size: small;
}

.top-link {
    display: none;
    position: fixed;
    /*bottom: 100px;*/
    bottom: 40px;
    right: 20px;
    width: 40px;
    height: 40px;
    z-index: 100;
    cursor: pointer;
    background-color: #1393C5;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.top-link .icon-top-link {
    width: 16px;
    height: 16px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDI1NiAyNTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGNsYXNzPSIiPjxnPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgoJPGc+CgkJPHBvbHlnb24gcG9pbnRzPSIxMjgsNDguOTA3IDAsMTc2LjkwNyAzMC4xODcsMjA3LjA5MyAxMjgsMTA5LjI4IDIyNS44MTMsMjA3LjA5MyAyNTYsMTc2LjkwNyAgICIgZmlsbD0iI2ZmZmZmZiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgc3R5bGU9IiIgY2xhc3M9IiI+PC9wb2x5Z29uPgoJPC9nPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjwvZz48L3N2Zz4=');
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: 16px 16px;
    background-size: 16px 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 101;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.top-link:hover {
    background-color: #1a87ad;
}

.top-link:hover .icon-top-link {
    fill: #0041C2;
}

 @media (min-width: 992px) and (max-width: 1199px) {

    .header .navbar-brand img {
        width: 130px;
        height: 67px;
    }

    .header .navbar-nav .nav-item {
        margin-left: 30px;
    }

    .header .navbar-expand-md .navbar-nav .nav-link {
        font-size: 16px;
    }

    .header-banner {
        margin-top: 87px;
    }

    .header-banner .banner-img {
        width: 100%;
        height: auto;
    }

    .header-banner .img-wrap-other img {
        width: 120px;
        flex: 0 0 120px;
    }

    .header-banner .banner-meta .main-heading {
        font-size: 32px;
        line-height: 35px;
    }

    .header-banner .banner-meta-other h1 {
        font-size: 32px;
        line-height: 35px;
    }

    .table-contents ul.two-column {
        -webkit-column-gap: 2em;
        column-gap: 2em;
    }

    .main-item .item-bottom .btn-default {
        font-size: 18px;
        width: auto;
        padding: 12px 40px;
    }

    .btn-primary {
        font-size: 18px;
    }

    .main-item .item-bottom .btns {
        display: flex;
        flex-direction: column;
    }

    .main-item .item-bottom .btns a:nth-child(1) {
        margin: 0 0 15px 0;
    }

    .content-item .flag {
        width: 100%;
    }

    .footer h4 {
        font-size: 14px;
    }

    .footer p {
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-brand {
        margin-right: 0;
    }

    .header .navbar-brand img {
        width: 120px;
        height: 62px;
    }

    .header .nav-collapse .navbar-brand img {
        width: 120px;
        height: 62px;
    }

    .header .navbar-nav .nav-item {
        margin-left: 10px;
    }

    .header .navbar-expand-md .navbar-nav .nav-link {
        font-size: 12px;
    }

    .header-banner {
        margin-top: 82px;
    }

    .wrapper.main .header-banner {
        padding: 60px 0;
    }

    .header-banner .img-wrap {
        text-align: center;
        margin-bottom: 35px;
        padding: 0;
        min-height: auto;
    }

    .header-banner .img-wrap img {
        width: 260px;
    }

    .header-banner .banner-meta .main-heading {
        font-size: 34px;
        line-height: 37px;
    }

    .header-banner .img-wrap-other img {
        width: 120px;
        flex: 0 0 120px;
    }

    .header-banner .banner-meta-other h1 {
        font-size: 32px;
        line-height: 35px;
        margin-left: 40px;
    }

    .table-contents ul.two-column {
        -webkit-column-gap: 2em;
        column-gap: 2em;
    }

    .main-item .item-body {
        display: block;
    }

    .main-item .item-body .img {
        text-align: center;
        margin: 0 0 60px 0;
    }

    .main-item .item-bottom {
        flex-direction: column-reverse;
    }

    .main-item .item-bottom .btn-default {
        width: 285px;
    }

    .main-item .item-bottom .btns {
        margin: 0 auto 25px 0;
    }

    .script .script-list:before {
        height: 81%;
    }

    .partners {
        background-image: none;
        background-color: #F8FDFF;
    }

    .content-item .flag {
        width: 100%;
    }

    .footer {
        flex-direction: column;
    }

    .footer > div {
        margin-bottom: 22px;
    }

    .footer > div:last-child {
        margin-bottom: 0;
    }

    .footer h4 {
        font-size: 14px;
    }

    .footer p {
        font-size: 14px;
    }

    .footer p br {
        display: none;
    }

    .footer img {
        width: 150px;
        margin-bottom: 22px;
    }

}

@media (min-width: 576px) and (max-width: 767px) {
    .navbar-expand-md > .container, .navbar-expand-lg > .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }

    .header .navbar-brand img {
        width: 100px;
        height: 52px;
        background-size: 100px 52px;
    }

    .header .navbar-nav {
        margin-top: 10px;
    }

    .header .navbar-nav .nav-item {
        margin-left: 0;
        padding: 4px 0;
    }

    .header .navbar-expand-md .navbar-nav .nav-link {
        display: inline-block;
        font-size: 16px;
    }

    .header-banner {
        margin-top: 72px;
        padding: 60px 0;
    }

    .header-banner .img-wrap {
        text-align: center;
        margin-bottom: 35px;
        padding: 0;
        min-height: auto;
    }

    .header-banner .img-wrap img {
        width: 260px;
    }

    .header-banner .banner-meta .main-heading {
        font-size: 32px;
        line-height: 35px;
    }

    .header-banner .img-wrap-other {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .header-banner .img-wrap-other img {
        margin-bottom: 35px;
        width: 120px;
        flex: 0 0 120px;
    }

    .header-banner .banner-meta-other h1 {
        font-size: 32px;
        line-height: 35px;
        margin-left: 0;
        text-align: center;
    }

    .header-banner .banner-img {
        width: 100%;
        max-width: 100%;
    }

    .table-contents ul.two-column {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .main-item .item-body {
        display: block;
    }

    .main-item .item-body .img {
        text-align: center;
        margin: 0 0 60px 0;
    }

    .main-item .item-bottom {
        flex-direction: column-reverse;
    }

    .main-item .item-bottom .btn-default {
        width: auto;
        padding: 12px 30px;
    }

    .main-item .item-bottom .dropdown .btn-default {
        width: auto;
    }

    .main-item .item-bottom .dropdown-menu {
        width: auto;
    }

    .main-item .item-bottom .btns a:nth-child(1) {
        margin: 0 0 25px 0;
    }

    .main-item .item-bottom .btns {
        margin: 0 auto 25px 0;
        text-align: left;
    }

    .service-list .first-row,
    .service-list .second-row {
        flex-direction: column;
    }

    .service-list .item {
        margin-bottom: 40px;
    }

    .script .script-list:before {
        height: 83%;
    }

    .content-item .flag {
        width: 100%;
    }

    .content-item .form-horizontal .form-control {
        width: auto;
    }

    .footer {
        flex-direction: column;
    }

    .footer > div {
        margin-bottom: 22px;
    }

    .footer > div:last-child {
        margin-bottom: 0;
    }

    .footer h4 {
        font-size: 14px;
    }

    .footer p {
        font-size: 14px;
    }

    .footer p br {
        display: none;
    }

    .footer img {
        width: 150px;
        margin-bottom: 22px;
    }

}

@media (min-width: 0) and (max-width: 575px) {

    a, .color-blue {
        word-break: break-all;
    }

    .navbar-expand-md > .container, .navbar-expand-lg > .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }

    .header .navbar-brand img {
        width: 100px;
        height: 52px;
        background-size: 100px 52px;
    }

    .header .navbar-nav {
        margin-top: 10px;
    }

    .header .navbar-nav .nav-item {
        margin-left: 0;
        padding: 4px 0;
    }

    .header .navbar-expand-md .navbar-nav .nav-link {
        display: inline-block;
        font-size: 16px;
    }

    .btn-default {
        font-size: 16px;
    }

    .header-banner {
        margin-top: 72px;
        padding: 50px 0;
    }

    .header-banner .img-wrap {
        text-align: center;
        margin-bottom: 35px;
        padding: 0;
        min-height: auto;
    }

    .header-banner .img-wrap img {
        width: 200px;
    }

    .header-banner .banner-meta h1 {
        text-align: center;
    }

    .header-banner .img-wrap-other {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .header-banner .img-wrap-other img {
        margin-bottom: 35px;
        width: 120px;
        flex: 0 0 120px;
    }

    .header-banner .banner-meta-other h1 {
        font-size: 30px;
        line-height: 33px;
        margin-left: 0;
        text-align: center;
    }

    .header-banner .banner-img {
        width: 100%;
        max-width: 100%;
    }

    .header-banner .banner-meta .main-heading {
        font-size: 30px;
    }

    .header-banner .banner-meta h1 span {
        font-size: 24px;
    }

    .table-contents {
        padding: 50px 0;
    }

    .table-contents ul.two-column {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .wrapper h2 {
        font-size: 30px;
    }

    .main-item .container {
        padding: 50px 15px;
    }

    .main-item .item-body {
        display: block;
    }

    .main-item .item-body .img {
        text-align: center;
        margin: 0 0 30px 0;
    }

    .main-item .item-bottom {
        flex-direction: column-reverse;
    }

    .main-item .item-bottom .btns a {
        width: 100% !important;
        padding: 12px 30px;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .main-item .item-bottom .dropdown .btn-default {
        width: 100%;
    }

    .main-item .item-bottom .btns a:nth-child(1) {
        margin-right: 0;
    }

    .main-item .item-bottom .btns {
        margin-left: 0;
    }

    .main .btn-primary {
        font-size: 16px;
        width: 100%;
    }

    .service-list .first-row,
    .service-list .second-row {
        flex-direction: column;
    }

    .service-list .item {
        margin-bottom: 40px;
    }

    .script .script-list:before {
        display: none;
    }

    .script .script-item-wrap:before {
        display: none;
    }

    .script .script-item-wrap {
        padding-left: 0;
    }

    .script .script-item h3 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .request p {
        font-size: 16px;
    }

    .feedback-list-item .feedback-wrapper {
        display: block;
    }

    .feedback-list-item .image-wrapper {
        width: 126px;
        border: 1px solid #1393C526;
        border-radius: 50%;
        padding: 10px;
        height: 126px;
        display: inline-block;
        position: relative;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .partners .partners-slider {
        padding: 0 20px;
    }

    .partners .partners-slider-wrap .partners-slider-btn {
        width: 20px;
        height: 20px;
    }

    .partners .partners-slider-wrap .partners-slider-btn img {
        width: 20px;
        height: 20px;
    }

    .faq .card-header {
        padding: 15px 45px 15px 14px;
    }

    .faq .card-header::after {
        right: 15px;
    }

    .faq .card-title {
        font-size: 16px;
    }

    .faq .card-body {
        padding: 15px;
    }

    .content-item .flag {
        width: 100%;
        border: 1px solid #1393C5;
        word-break: break-all;
    }

    .content-item .form-horizontal .control-label {
        width: 100%;
        display: block;
    }

    .content-item .form-horizontal .form-control {
        width: auto;
    }

    .content-item ul li {
        word-break: break-all;
    }

    .content-item .custom-file-label {
        width: 280px;
    }

    .footer {
        flex-direction: column;
    }

    .footer > div {
        margin-bottom: 22px;
    }

    .footer > div:last-child {
        margin-bottom: 0;
    }

    .footer h4 {
        font-size: 14px;
    }

    .footer p {
        font-size: 14px;
    }

    .footer p br {
        display: none;
    }

    .footer img {
        width: 150px;
        margin-bottom: 22px;
    }

    .tab_tasks {
        background-color: cornflowerblue;
        border: 0;
  
    }
    .tab_tasks th {
        background-color: cornflowerblue;
        padding: 10px;
    }
    .tab_tasks td {
        background-color: white;
        padding: 10px;
    }

}
