@font-face {
    font-family: "RalewayExtraLight";
    src: url('/fonts/RalewayExtraLight/RalewayExtraLight.woff');
    font-weight: 300;
}

@font-face {
    font-family: "RalewayLight";
    src: url('/fonts/RalewayLight/RalewayLight.woff');
    font-weight: 400;
}

@font-face {
    font-family: "Raleway";
    src: url('/fonts/RalewayRegular/RalewayRegular.woff');
    font-weight: 500;
}

@font-face {
    font-family: "RalewayBold";
    src: url('/fonts/RalewayBold/RalewayBold.woff');
    font-weight: 600;
}

@font-face {
    font-family: "RalewayExtraBold";
    src: url('/fonts/RalewayExtraBold/RalewayExtraBold.woff');
    font-weight: 900;
}

body {
    font-size: 18px;
    font-family: "Raleway", cursive;
    font-weight: 500;
    color: #0A0E3E;
}

a {
    text-decoration: none;
    color: rgba(0, 144, 231, 1);
    transition: .3s;
}

a:hover {
    text-decoration: none;
    color:rgb(239, 200, 0);
}

p {
    color: #0A0E3E;
    margin-bottom: 0;
    line-height: 180%;
}

p strong {
    color: #0A0E3E;
    background: rgb(239, 200, 0);
    font-family: "Raleway", cursive;
    font-weight: 500;
}

.img {
    margin: 0 auto;
    display: block;
}

.mrg-top {
    margin-top: 40px;
}

p a {
    color: rgba(0, 144, 231, 1);
    border-bottom: 1px solid rgba(0, 144, 231, 0.81);
    font-family: "RalewayBold", cursive;
    transition: .3s;
}

p a:hover {
    color: rgb(239, 200, 0);
    border-bottom: 1px solid rgb(239, 200, 0);

}
/*
h1 {
    color: #0A0E3E;
    font-size: 30px;
    text-transform: uppercase;
    font-family: "RalewayExtraBold", cursive;
}*/

h1, h2 {
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #0A0E3E;
    margin-bottom: 20px;
    font-family: "RalewayBold", cursive;
    position: relative;
    line-height: 90%;
}

h1:before, h2:before {
    content: '';
    position: absolute;
    bottom: -5px;
    height: 7px;
    width: 50px;
    background: rgb(239, 200, 0);
    z-index: 0;
}

h3 {
    color: #0A0E3E;
    font-size: 20px;
    padding: 0 0;
    text-transform: uppercase;
}

img {
    /*margin: 0 auto;*/
}

.wrap {
    min-height: 100vh;
}

.logo {
    transform: translateY(0);
    transition: .3s;
    max-width: 150px;
}

.logo:hover {
    transform: translateY(-3px);
}

.btn-main, .btn-main:visited {
    background: #0090e7;
    color: #ffffff;
    display: inline-block;
    padding: 15px 55px;
    text-align: center;
    text-decoration: none;
    transition: .3s;
    border-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "RalewayBold", cursive;
}

.btn-main:hover, .btn-main:active, .btn-main:focus {
    background:rgba(255, 224, 29, 1);
    color:#0a4267 !important;
    text-decoration: none;
    cursor: pointer;
}

body {
    background: #f8f9f9;
}

.boost-top {
    margin-top: 63px;
    min-height: 1px;
}

.menu-wrap {
    background: url('/img/design/planet-contur.svg') center repeat;
    background-size: 40%;
}

.header-position {
    margin-bottom: 62px;
    background: #ffffff;
    top: 0;
    left: 0;
    z-index: 1020;
    width: 100%
}

.offcanvas.show {
    background: rgb(29 41 55) url('/img/design/bg-earth.svg') top !important;
    background-size: cover;

}
.offcanvas-end {
    background: rgb(29 41 55) url('/img/design/bg-earth.svg')top !important;
    background-size: cover;
}

.offcanvas-title {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 100%;
    color: #dcecff;
    text-transform: uppercase;
}

.offcanvas-header img {
   width: 160px;
    transform: translateY(-12px);
}
.navbar {
    padding-top: 10px;
}

.logo {
    transform: translateY(-5px);
}

.navbar-toggler {
    background: rgb(239, 200, 0);
    padding-top: 7px;
    padding-bottom: 7px;
}

.navbar-toggler-icon {
    filter: invert(90%);
}


.navbar-toggler img {
    width: 22px;
    height: 22px;
}

.navbar-expand-lg .navbar-nav .nav-item  {
   margin: 0 5px;
}

.navbar-expand-lg .navbar-nav .nav-link  {
    color: #ffffff;
    font-size: 18px;
    padding: 15px 20px;
    transition: .3s;
    border-radius: 2px;
    border-bottom: 1px solid transparent;
}

.navbar-expand-lg .navbar-nav .nav-link:hover, .navbar-expand-lg .navbar-nav .nav-link.active {
    color: rgba(255, 224, 29, 1);
    border-bottom: 1px solid transparent;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    text-align: center;
    transition: .3s;
}
.dropdown-menu.show {
    background: rgba(255, 255, 255, 0.35);
    text-align: center;
}

.dropdown-menu {
    background: transparent;
    border: none;
    top:105%;
    padding: 5px;
    margin-top: 0;
    border-radius: 5px!important;
    word-break: break-word;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.dropdown-menu[data-bs-popper] {
    top: 112%;
    left: 0;
    border-radius: 5px;
}

.dropdown-item {
    color: #ffffff;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid transparent;
}

.dropdown-item.active, .dropdown-item:hover {
    color:  rgb(239, 200, 0);
    text-decoration: none;
    background: transparent !important;

}

.dropdown-toggle::after {
    vertical-align: 2px;
}

.carousel {
    margin-bottom: 0;
}


.carousel h2:before {
    content: '';
    height: 0;
    width: 0;
}

.carousel-item {
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.carousel-item .row {
    min-height: 100%;
}

.carousel-item img {
    max-height: 500px;
}

.carousel-text > div {
    position: relative;
    z-index: 1;
}

#slider-xs .slider-title {
    margin-bottom: 30px;
}

.carousel-text > div .slider-title {
    display: block;
    font-size: 20px;
    font-family: "RalewayExtraBold", cursive;
    color: #0a4267;
    background: rgba(255, 224, 29, 1);
    padding: 15px;
    letter-spacing: 3px;
    border-radius: 5px;
    line-height: 130%;
    margin-top: 130px;
}

.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

@media (min-width: 768px) {

    .mrg-top {
        margin-top: 50px;
    }

    .btn-main, .btn-main:visited {
        font-size: 18px;
    }

    .carousel-item:before {
        content: '';
        position: absolute;
        bottom: 40px;
        right: 50%;
        transform: translateX(100%);
        width: 5px;
        height: 20%;
        background: rgba(255, 224, 29, 1);
    }

    .carousel-text > div .slider-title {
        font-size: 28px;
        margin-bottom: 45px;
        letter-spacing: 1px;
    }
}

@media (min-width: 992px) {

    h1, h2 {
        margin-bottom: 40px;
    }

    .boost-top {
        margin-top: 85px;
        min-height: 1px;
    }

    .navbar {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .logo{
        transform: translateY(-6px);
    }

    .header-wrap{
        background: #0090e7;
    }

    .offcanvas.show {
        background: transparent !important;

    }

    .offcanvas-end {
        background: transparent !important;
    }

    .navbar-expand-lg .navbar-nav .nav-link  {
        color: #0a4267;
        font-size: 14px;
        padding: 0 0 2px 0;
        border-radius: 2px;
        background-size: 0;
        text-transform: uppercase;
        font-family: "RalewayBold", cursive;
        margin-top: 2px;
        border: 2px solid transparent;
        margin-right: 25px;
        letter-spacing: 1px;
        transition: .3s;
        border-bottom: 1px solid transparent;
    }

    .navbar-expand-lg .navbar-nav > li:last-child {
        margin-right: 0;
        background: #0090e7;
        color: #ffffff!important;
        border-radius: 5px;
    }

    .navbar-expand-lg .navbar-nav li:last-child .nav-link {
        color: #ffffff!important;
        border-bottom: none;
        margin-right: 0;
        padding: 12px 20px 14px 20px;
        line-height: 90%;
        font-size: 14px;
        border-bottom: 1px solid transparent;
    }

    .navbar-expand-lg .navbar-nav li {
        transition: .3s;
    }

    .navbar-expand-lg .navbar-nav > li:last-child:hover {
       background: rgb(239, 200, 0);
    }

    .navbar-expand-lg .navbar-nav .nav-link:hover, .navbar-expand-lg .navbar-nav .nav-link.active {
        color: rgb(239, 200, 0);
        border-bottom: 1px solid rgb(239, 200, 0);
    }

    .dropdown-menu {
        background: #ffffff;
        border: 10px solid rgba(29, 50, 127, 0.1);
        top:105%;
        padding: 5px;
        margin-top: 0;
        border-radius: 5px!important;
    }

    .dropdown-menu.show {
        background: #ffffff;
    }

    .dropdown-menu[data-bs-popper] {
        top: 112%;
        left: 0;
        border-radius: 5px;
    }

    .dropdown-item {
        text-transform: uppercase;
        color: #0a4267;
        font-size: 13px;
        padding-top: 10px;
        padding-bottom: 10px;
        border: 1px solid transparent;
        font-family: "RalewayBold", cursive;
    }

    .dropdown-toggle::after {
        vertical-align: 4px;
    }

    .dropdown-item.active, .dropdown-item:hover {
        color:  rgb(239, 200, 0);
        text-decoration: none;
        background: transparent !important;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        text-align: left;
    }

    .carousel-text > div .slider-title {
        font-size: 34px;
    }

}

@media (min-width: 1200px) {

    .carousel-text > div .slider-title {
        font-size: 52px;
    }
}

.wrap-bg {
    background: #f6f9fc;
    padding-top: 40px;
    padding-bottom: 0;
}


footer {
    text-align: center;
    font-size: 16px;
    padding-top: 5px;
    background: #43535e url('/img/design/bg-earth.svg') repeat;
    background-size: cover;
}

footer > .container {
    padding-top: 25px;
    padding-bottom: 35px;
    color: #ffffff;
}

footer p {
    color: #ffffff;
    margin-top: 10px ;
    font-size: 18px;
    width: 95%;
    text-align: center;
    font-style: italic;
}

footer span {
    color:#ffffff;
    font-size: 14px;
}

.footer-logo {
    text-align: center;
}

.footer-logo img {
    width: 200px;
}

footer a {
    transition: .3s;
    display: inline-block;
    transform: translateY(0);
}

footer a:hover {
    transform: translateY(-3px);
}

footer a img {
    display: block;
    margin-left: 5px;
}

footer .social {
   margin-top: 20px;
}

footer ul{
    padding-left: 0;
}

footer ul li {
  list-style: none;
}

footer .social a {
    display: inline-block;
}

footer .social a:hover {
    opacity: .8;
}

footer .social img {
    display: block;
    width: 40px;
    height: 40px;
}

footer .footer-email {
    text-align: left;
}

footer .footer-email li {
    margin-bottom: 10px;
    text-align: left;
    position: relative;
    padding-left: 20px;
}

footer .footer-email li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-49%);
    background: rgb(239, 200, 0);
    font-size: 45px;
    line-height: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;

}

footer .footer-email a {
    color: #ffffff;
    font-size: 16px;
}

.footer-bottom {
    padding-top: 15px;
    padding-bottom: 17px;
    background: rgba(255, 255, 255, 0.1);
    border-top: 2px solid rgb(255 193 7 / 42%);
}

.footer-bottom span {
   line-height: 90%;
}

.footer-bottom img {
    display: inline-block;
    vertical-align: middle;
}

@media (min-width: 450px) {
    footer p {
        text-align: start;
        margin-bottom: 5px;
    }

}

@media (min-width: 768px) {

    footer > .container {
        padding-top: 25px;
        padding-bottom: 15px;
        color: #ffffff;
    }

    footer p {
        text-align: start;
    }

    .footer-bottom img {
        vertical-align: top;
    }

}


@media (min-width: 992px) {
    h1, h2 {
        font-size: 40px;
    }

    footer {
        padding-top: 40px;
    }

    footer > .container {
        padding-top: 15px;
        padding-bottom: 35px;
    }

    footer p {

    }
}

@media (min-width: 1200px) {

    .carousel-item {
        min-height: 600px;
    }

}

@media (min-width: 1400px) {
    .mrg-top {
        margin-top:100px;
    }

    h1, h2 {
        font-size: 62px;
    }
}

@media (min-width: 1900px) {

}

/*Main*/

.wrap-offer {
    position: relative;
    overflow: hidden;
}

.offer-header-text {
    font-size: 18px;
    text-align: center;
    display: block;
    margin: 0 auto 30px auto;
    font-weight: 400;
    font-family: "RalewayLight", cursive;
}

.offer-header-text > span {
   background: rgb(239, 200, 0);
}

.offer .row {
   text-align: center;
}

.offer .row > div {
    margin-bottom: 40px;
}

.offer h3 {
    font-size: 20px;
    letter-spacing: 2px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    position: relative;
}

.offer h3:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 40px;
    height: 3px;
    background: rgb(239, 200, 0);
}

.offer img {
    display: block;
    margin: 0 auto 0 auto;
    max-width: 130px;
}

.offer p {
    font-size: 16px;
}
.wrap-projects {
    background: rgba(22, 37, 91, 0.1) url('/img/design/bg-earth.svg');
}

.projects {
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
}

.projects-block a {
    display: block;
    background: #ffffff;
    border-radius: 5px;
    padding: 10px;
    height: 100%;
    color: #0A0E3E;
    border: 11px solid rgba(22, 37, 91, 0.2);
}

.projects-block {
    margin-bottom: 30px;
    transition: .3s;
}

.projects-block a > strong {
    display: block;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    text-align: center;
}

.projects-block:hover {
   transform: translateY(-5px);
}

.projects-block a > strong:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 5px;
    transform: translateX(-50%);
    width: 40px;
    height: 3px;
    background: rgb(239, 200, 0);
}

.wrap-counter-block {
    background: rgba(75, 103, 130, .7 ) url('/img/design/planet-drow.svg') center 30% repeat;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 40px;
}

.counter-block > div {
    text-align: center;
    padding: 20px;
    border-radius: 5px;
    position: relative;

}

@keyframes move {
   0%{
       transform:rotate(0deg)
   }

    25%{
        transform:rotate(5deg)
    }

    50%{
        transform:rotate(-5deg)
    }
    100% {
        transform:rotate(-0deg)
    }

}

.counter-block > div strong {
    font-size: 40px;
    font-weight:900;
    font-family: "RalewayExtraBold", cursive;
    color: rgb(255, 255, 255);
    z-index: 1;
    text-align: center;
    display: block;
    position: relative;
    animation: move infinite ease 3s ;
    transform-origin: top ;
    transform: rotate(30deg);
}

.counter-block:nth-child(2n) > div strong {
    animation: move infinite reverse ease 3s ;
    transform-origin: top ;
}

.counter-block > div p {
    font-size: 13px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: "RalewayBold", cursive;
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
    background: #53697a url('/img/design/bg-earth.svg') bottom left;
    background-size: cover;
    letter-spacing: 1px;
}

.counter-block > div strong:after {
    content: '';
    position: absolute;
    top:-35px;
    left: 50%;
    background: rgb(255, 255, 255);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    transform: translateX(-50%);
    border: 13px solid #c8d0d6;
}

.counter-block > div strong:before {
    content: '';
    position: absolute;
    top:-20px;
    left: 50%;
    background: rgba(255, 255, 255, 0.49);
    width: 8px;
    height: 43px;
    transform: translateX(-50%);
    z-index: -1;

}

.wrap-news {
    position: relative;
}

.wrap-news {
    position: relative;
}

#testimonials .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 50px;
    height: 50px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-clip: padding-box;
    border: 0;
    opacity: .5;
    transition: opacity .6s;
}

#testimonials .carousel-indicators button  {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 50px;
    height: 50px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    opacity: .5;
    transition: opacity .6s;
    border-radius: 50%;
}

#testimonials .carousel-indicators button:hover, .carousel-indicators button.active  {
    opacity: 1!important;
}

#testimonials .carousel-indicators img {
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    width: 50px;
    height: 50px ;
}

#testimonials .carousel-indicators img {
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    width: 50px;
    height: 50px ;
}

#testimonials .carousel-item {
    height: 300px;
}

#testimonials .carousel-text a, #testimonials .carousel-text span {
    color: rgb(239, 200, 0);
}

#testimonials .carousel-text a:hover {
    color: #0090e7;
}

#testimonials .carousel-item {
   text-align: center;
}

#testimonials {
    padding-bottom: 0;
}

#testimonials .carousel-indicators {
    bottom: 45px;
}

.wrap-partners {
    background: rgba(29, 50, 127, 0.1);
    padding-top: 50px;
    padding-bottom: 20px;
}

.wrap-partners .row > div {
    margin-bottom: 30px;
}

.wrap-partners a {
    display: block;
}

.wrap-partners a img {
   display: block;
    margin: 0 auto;
}

.wrap-partners a:hover {
    opacity: .7;
}

.wrap-partners .row > div {
    transition: .3s;
}

.wrap-partners .row > div:hover {
    transform: translateY(-5px);
}
.wrap-connection {
    padding-bottom: 50px;
}

.connection ul {
    margin: 0;
    padding: 0;
}
.connection-text ul{
    padding-left: 0;
}

.connection-text ul li {
    list-style: none;
    margin-bottom: 15px;
}

.connection ul li strong {
    display: block;
    font-size: 18px;
    color: #1d327f;
    text-transform: uppercase;
    font-family: "RalewayBold", cursive;
}

.connection ul li > a {
    color:  #1d327f;
    font-size: 18px;
    transition: .3s;
    border-bottom: 1px solid transparent;
}

.connection ul li > a:hover {
    border-bottom: 1px solid #1d327f;
}

.connection-follow {
    padding-top: 0;
    margin-top: 15px;
}

.connection-follow a  {
    display: inline-block;
    transition: .3s;
    background: rgb(239, 200, 0);
    padding: 8px;
    border-radius: 50%;
    margin-right: 10px;
}

.connection-follow a:last-child  {
    margin-right: 0;
}

.connection-follow a img {
    display: block;
    width: 25px;
    height: 25px;
    margin: 0 auto;
}

.connection-follow a:hover {
    transform: translateY(-5px);
}

.connection-form form  {
    padding: 9px 20px 20px 20px;
    background: rgba(29, 50, 127, 0.1);
    border: 3px solid rgba(255, 255, 255, 0.09);
    border-radius: 8px;
}

#form-sent {
    display: none;
    padding: 20px;
    background: rgba(29, 50, 127, 0.1);
    border: 3px solid rgba(255, 255, 255, 0.09);
    border-radius: 8px;
}

.connection-form form label {
    font-size: 14px;
    color: #04294a;
    text-transform: uppercase;
    font-family: "RalewayBold", cursive;
    line-height: 90%;
}

.connection-form form .form-control {
    background: rgba(255, 255, 255, 0.75);
    border-radius: 5px;
    box-shadow: none;
    border: none;
    resize: none;
    color: #1d327f;
}

@media (min-width: 768px) {

    .offer .row >div {
        margin-bottom: 0;
    }

    .offer-header-text {
        font-size: 22px;
        width: 90%;
    }

    #testimonials {
        padding-bottom: 0;
    }

    #testimonials .carousel-indicators {
        bottom: 45px;
    }

    #testimonials .carousel-item {
        height: 260px;
    }

    #testimonials .carousel-item:before {
        display: none;
    }

    #testimonials .carousel-text p {
       width: 80%;
        margin:  0 auto;
    }

    .wrap-connection {
        position: relative;
        overflow: hidden;
        padding-bottom: 50px;
    }

}
@media (min-width: 992px) {

    .offer-header-text {
        font-size: 26px;
        width: 77%;
    }


    .projects-block a {
        padding: 15px;
    }

    .connection-form form  {
        padding: 22px 30px 30px 25px;
    }

}

@media (min-width: 1200px) {
    #testimonials .carousel-item {
        min-height: 200px;
    }

    .counter-block > div strong {
        font-size: 45px;
    }

    .connection-follow a  {
        padding: 8px;
    }
}

@media (min-width: 1400px) {


    .offer-header-text {
        font-size: 33px;
        width: 80%;
    }

    .offer p {
        font-size: 18px;
    }

    .wrap-testimonials {
        margin-top: 55px;
    }

    .wrap-connection {
        padding-bottom: 100px;
    }
}

@media (min-width: 1900px) {


}

    /*----------Banner----------*/
.banner {
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}


.banner:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(18, 35, 49, 0.22);
    position: absolute;
    top:0;
    left: 0;
}

.banner-text{
    position: relative;
    z-index: 1;
}

.banner-text .banner-title {
    font-size: 20px;
    font-family: "RalewayExtraBold", cursive;
    color: #0a4267;
    background: rgba(255, 224, 29, 1);
    padding: 0 15px;
    letter-spacing: 3px;
    border-radius: 5px;
    display: inline-block;
    text-align: left;
}

.banner-text .banner-title:before {
   width: 0;
}

.banner-text p {
    font-size: 16px;
    color: #ffffff;
    background: rgba(0, 144, 231, 0.81);
    padding: 15px;
    letter-spacing: 1px;
    border-radius: 5px;
}

.mrg-bottom {
    margin-bottom: 50px;
}

.about-us p {
    margin-bottom: 10px;
}

.about-us-block h3 {
    font-style: italic;
    text-transform: none;
    color: rgba(0, 144, 231, 0.81);
    text-align: center;
    font-size: 25px;
    margin-top: 10px;
}

.about-us-block p {
    font-style: italic;
    text-align: center;
    font-size: 18px;
    font-family: "RalewayLight", cursive;
}

.about-us-block > div > div > img {
    border-radius: 50%;
    border: 30px solid  rgb(239, 200, 0);
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {

    .banner-text .banner-title {
        font-size: 40px;
        margin-bottom: 45px;
    }

    .banner-text p {
        width: 80%;
        font-size: 18px;
    }

    .about-text {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

}

@media (min-width: 992px) {

    .banner-text .banner-title {
        font-size: 50px;
    }

    .about-us-block p {
        font-size: 20px;
    }

    .about-us-block > div > div > img {
        border-radius: 50%;
        border: 40px solid  rgb(239, 200, 0);
    }

    .about-us p, .about-us ul li {
        font-size: 20px;
    }
}

@media (min-width: 1200px) {

    .banner {
        height: 600px;
    }

    .banner-text p {
        width: 70%;
        font-size: 18px;
    }
}

@media (min-width: 1400px) {

    .mrg-bottom {
        padding-bottom: 100px;
    }

}

.about-us ul li {
    line-height: 36px;
}

/*----------Content page------*/
.content-page {

}

.content-page h3 {
    font-family: "RalewayBold", cursive;
    border-left: 6px solid rgb(239, 200, 0);
    padding-left: 5px;
}

.content-page img {
    border-radius: 7px;
    border: 14px solid rgba(239, 200, 0, 1);
}


@media (min-width: 1200px) {

    .content-page p {
        font-size: 20px;
    }

}

/*Contacts page*/
.contacts-page .row {
    background: rgba(238, 238, 238, 0.44) url('/img/design/planet-contur.svg') center;
    background-size: cover;
    border-radius: 5px;
    margin-bottom: 40px;
    padding: 20px;
}

.contacts-page p {
    font-style: normal;
}

.contacts-page p a {
    color: rgba(0, 144, 231, 1);
    border-color: rgba(0, 144, 231, 0.81);
    text-transform: none;
}

.contacts-page .block-img img {
    border: 20px solid rgb(239, 200, 0);
}

.contacts-page p span {
    font-family: "RalewayBold", cursive;
}

.contacts-page p a:hover {
    color: rgba(239, 200, 0, 1);
    border-color: rgba(239, 200, 0, 1);
}

.contacts-page h3 {
    text-align: left;
    background:  rgba(239, 200, 0, 1);
    display: inline-block;
    color: #0A0E3E;
}

.contacts-page p {
    text-align: left;
}

.contacts-text p img {
    width: 30px;
}

@media (min-width: 1200px) {

    .contacts-page h3 {
        font-size: 30px;
    }

}

/*----------FAQ------------*/
.faq p {
    border-left: 6px solid rgba(196, 195, 192, 0.51);
    margin-bottom: 30px;
    padding-left: 15px;
}

.faq h3 {
    font-size: 17px;
    color: #0A0E3E;
}

/*----------News----------*/
.form-select {

}

select {
    /* Reset Select */
    appearance: none;
    outline: none;
    border: 0;
    box-shadow: none;
    /* Personalize */
    flex: 1;
    padding: 0 1em;
    color: #fff;
    background-color: #0a4267;
    background-image: none;
    cursor: pointer;
}


/* Custom Select wrapper */
.select {
    position: relative;
    display: flex;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    overflow: hidden;
}
/* Arrow */
.select:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    right: 10px;
    width: 30px;
    height: 30px;
    padding: 10px;
    background: url('/img/icons/icon-arrow.svg') center no-repeat;
    background-size: 80%;
    transition: .25s all ease;
    pointer-events: none;
    z-index: 1;
}

@media (min-width: 768px) {

    .select {
        width: 50%;
    }
}


@media (min-width: 1200px) {

    .select {
        width: 40%;
    }
}


/*----------404 Page----------*/
.page-404 {
    min-height: 55vh;
    border: 1px solid  #f2f4fc;
    background: #eeeeee url('/img/design/map-shape.svg') center repeat;
}

@media (min-width: 1200px) {

}

.article-content h1, .article-content h2 {
    font-size: 32px;
}

.article-content img {
    max-width: 100%;
}

.accordion-item {
    margin-bottom: 15px;
}

.accordion-header {
    border: 0!important;
    padding: 0!important;
}

.accordion-button {
    border: 0!important;
    border-left: 5px solid rgba(239, 200, 0, 1) !important;
    padding: 20px;
    border-radius: 0!important;
}

.accordion-item {
    border: 0;
    margin-bottom: 30px;
}

.accordion-button:not(.collapsed) {
    background-color: #fff;
    box-shadow: none;
}

.accordion-button:focus {
    z-index: 3;
    border: 2px solid #f6d915;
    outline: 0;
    box-shadow: none;
}

.accordion-body {
    border-left: 5px solid rgba(239, 200, 0, 1) !important;
    text-align: justify;
    padding-top: 0;
}

.accordion-body p {
    font-size: 16px;
    margin-bottom: 10px;
}

.accordion-body p:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .article-content h1, .article-content h2 {
        font-size: 22px;
        line-height: 28px;
    }
}

@media (max-width: 991px) {
    .article-content h1, .article-content h2 {
        font-size: 24px;
        line-height: 30px;
    }
}

.wrap-offer, .wrap-projects, .wrap-news, .wrap-connection, .about-us-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
}

.wrap-offer h1, .wrap-projects h1, .wrap-news h1, .wrap-connection h1, .about-us-wrap h1,
.wrap-offer h2, .wrap-projects h2, .wrap-news h2, .wrap-connection h2, .about-us-wrap h2 {
    margin-bottom: 50px!important;
}

@media (max-width: 991px) {
    .wrap-offer, .wrap-projects, .wrap-news, .wrap-connection, .about-us-wrap {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .wrap-offer h1, .wrap-projects h1, .wrap-news h1, .wrap-connection h1, .about-us-wrap h1,
    .wrap-offer h2, .wrap-projects h2, .wrap-news h2, .wrap-connection h2, .about-us-wrap h2 {
        margin-bottom: 30px!important;
    }

    .offer .row > div {
        margin-bottom: 30px;
    }

    .offer .row > div:last-child {
        margin-bottom: 0!important;
    }
}

@media (max-width: 411px) {
    #testimonials .carousel-item {
        height: 480px;
    }
}

@media (min-width: 411px) and (max-width: 545px) {
    #testimonials .carousel-item {
        height: 380px;
    }
}

@media (min-width: 546px) and (max-width: 767px) {
    #testimonials .carousel-item {
        height: 330px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #testimonials .carousel-item {
        height: 320px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #testimonials .carousel-item {
        height: 300px;
    }
}

#workcamps-iframe iframe {
    min-height: 320px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    #workcamps-iframe iframe {
        min-height: 540px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #workcamps-iframe iframe {
        min-height: 480px;
    }
}

@media (min-width: 504px) and (max-width: 767px) {
    #workcamps-iframe iframe {
        min-height: 720px;
    }
}

@media (max-width: 503px) {
    #workcamps-iframe iframe {
        min-height: 880px;
    }
}

.grecaptcha-badge {
    visibility: hidden !important;
}

.none {
    display: none !important;
}