@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,400&display=swap');
body {
    background-color: #0B1423;
    padding: 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    color: #FFFFFF;
}
.grecaptcha-badge {
    display: none;
}

.bg {
    position: absolute;
    width: 738px;
    height: 738px;
    left: -164px;
    top: 100px;
    background: #0095FF;
    opacity: 0.2;
    filter: blur(166.5px);
    z-index: -1;
}

.bg2 {
    position: absolute;
    max-width: 738px;
    max-height: 738px;
    left: 20%;
    top: 50px;
    background: #0095FF;
    opacity: 0.2;
    filter: blur(166.5px);
    z-index: -1;
}

.bg, .bg2 {
    max-width: 100%;
    max-height: 100%;
}

a {
    color: #FFFFFF;
    text-decoration: none;
}
a:hover, .active {
    color: orange;
}

.wrapper {
    box-sizing: content-box;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}

.header, .body, .body2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.body, .body2 {
    margin-bottom: 50px;
}

.logo {
    width: 264px;
    height: auto;
    padding: 38px 0;
    border: none;
}
.menu a{
    padding: 0 20px;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 21px;
}
#mobMenu, #mobMenuList {
    display: none;
}

.lengths {
    background-color: #233451;
    width: 66px;
    height: 34px;
    border-radius: 17px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 2px;
}
.lengths span, .lengths a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    width: 30px;
    height: 30px;
    background-color: orange;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
}

.lengths a {
    background-color: #233451;
}

.lengths a:hover {
    color: #233451;
    background-color: white;
}

/*.dropdown {*/
/*    position: relative;*/
/*    display: inline-block;*/
/*}*/

/*.dropdown-content {*/
/*    display: none;*/
/*    position: absolute;*/
/*    right: 0;*/
/*    min-width: 40px;*/
/*    z-index: 2;*/
/*}*/

/*.dropdown-content a, .dropbtn {*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    border-radius: 20px;*/
/*    width: 40px;*/
/*    height: 40px;*/
/*    background-color: #233451;*/
/*    font-weight: 400;*/
/*    font-size: 15px;*/
/*    line-height: 18px;*/
/*    margin-left: 12px;*/
/*}*/

/*.dropdown-content a:hover {*/
/*    background-color: white;*/
/*    color: #0B1423;*/
/*}*/

/*!*.dropdown-content a:hover {background-color: #f1f1f1;}*!*/
/*.dropdown:hover .dropdown-content {display: block;}*/
/*.dropdown:hover .dropbtn {background-color: orange; color: #0B1423}*/

.iconMenu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.hl {
    width: 58%;
}
.hlIm {
    width: 38%;
}
.frameImg, .rpOrange img, .rpBlue img {width: 100%; height: auto}
H1 {
    font-weight: bold;
    line-height: 54px;
    font-style: normal;
    font-size: 46px;
    background: linear-gradient(194.22deg, #FFB627 9%, #FB8627 52.94%, #F7812A 61.57%, #ED7332 71.77%, #DC5C3F 81.97%, #D14D47 87.47%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}
H3 {
    font-size: 32px;
    line-height: 39px;
    background: linear-gradient(194.22deg, #FFB627 9%, #FB8627 52.94%, #F7812A 61.57%, #ED7332 71.77%, #DC5C3F 81.97%, #D14D47 87.47%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    font-weight: bold;
}
.text {
    padding-bottom: 36px;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
}
.button {
    padding: 16px 32px;
    background: #0095FF;
    border-radius: 8px;
}

.button:hover {
    color: white;
    cursor: pointer;
}

.round8 {
    position: relative;
    border-radius: 16px;
    padding: 12px;
    background-color: #233451;
}
.rpOrange {
    position: absolute;
    width: 20%;
    top: -8px;
    left: -8px;
}
.rpBlue {
    position: absolute;
    width: 20%;
    bottom: -8px;
    right: -8px;
    text-align: right;
}
.offerServices {
    margin-left: 25%;
    width: 70%;
}
.offerServicesList {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 70%;
}
.offerServicesList ul{
    width: 45%;
}
H2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
}

.center {
    display: block;
    margin: 0 auto;
}
.pd16 {
    padding: 36px;
}

.team {
    display: inline-block;
    width: 50%;
}

.margrb {
    margin-right: 16px;
}
.smblue {
    color: #0095FF;
    font-size: 14px;
    padding-left: 12px;
}

.pdb16 {
    padding-bottom: 16px;
}
.bg3 {
    position: absolute;
    bottom: -8px;
    right: -8px;
    background-image: url("/images/rpOrange2.png");
    width: 179px;
    height: 278px;
    background-size: 100%;
    background-position: bottom 0 right 0;
    background-repeat: no-repeat;
}

.error {
    border-color: #D14D47;
    background-color: #f5d3d2;
}
.errorDiv {
    background-color: #f5d3d2;
    color: red;
    padding: 8px 16px;
    border-radius: 8px;
    border: 1px solid red;
}
.errorField {
    color: red;
    padding: 1px 16px;
    margin: -16px 0px 16px 0px;
}
.successDiv {
    background-color: #dafdd1;
    color: green;
    padding: 8px 16px;
    border-radius: 8px;
    border: 1px solid green;
}

/*  Общее //////////////////////////  */
.w250 {
    width: 250px;
    margin-right: 30px;
}
.w60 {
    width: 70%;
}
.w50 {
    width: 40%;
    padding: 10px 32px;
}
.pb50 {
    padding-bottom: 50px;
}
.blueText {
    font-weight: 600;
    font-size: 24px;
    line-height: 35px;
    text-align: right;
    color: #0095FF;
}
.aiTop {
    align-items: flex-start;
}
.aiSt {
    align-items: stretch;
}
.pv50 {
    padding: 50px 0;
}
.orRight {
    display: block;
    float: right;
}
.fw {
    flex-wrap: wrap;
}
.newslist {
    padding: 16px;
    width: 48%;
    margin-bottom: 16px;
}
.newslist img {
    width: 100%; height: auto;
    border-radius: 8px;
}
.bd {
    padding: 16px 0;
}
.newsButton {
    padding: 8px 16px;
    border: white 1px solid;
    border-radius: 6px;
}
.sm {
    font-size: 12px;
    color: orange;
}
.orLinck {
    color: orange;
    font-size: 12px;
    text-transform: uppercase;
}
.fg1 {
    width: 30%;
}

.fg3 {
    padding-right: 36px;
    width: 70%;
}

input, textarea {
    width: 100%;
    border-radius: 8px;
    padding: 8px 12px;
    box-sizing: border-box;
    margin-bottom: 16px;
    background-color: #b8bfc6;
}
textarea {
    height: 150px;
}
.wh {
    width: 50%;
}

/*  Общее  */
@media (min-width: 1400px) {
    .wrapper {
        width: 1200px;
    }
}
@media (max-width: 1399px) and (min-width: 1200px) {
    .wrapper {
        width: 980px;
    }
}
@media (max-width: 1199px) and (min-width: 960px) {
    .wrapper {
        width: 890px;
    }
    .menu a{
        padding: 0 6px;
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 18px;
    }
}
@media (max-width: 959px) and (min-width: 768px) {
    .wrapper {
        width: 740px;
    }
    .menu a{
        padding: 0 4px;
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 16px;
    }
    .rpBlue {
        display: none;
    }
    .offerServicesList {
        width: 100%;
    }
    .team {
        display: block;
        width: 100%;
    }

}
@media (max-width: 768px){
    body {
        font-size: 16px;
        font-weight: normal;
        color: #b8bfc6;
    }
    .wrapper {
        width: 95%;
    }
    .header {
        justify-content: left;
    }
    .logo {
        padding: 18px;
        border: none;
    }
    #mobMenuList div#closeMenu {
        position: absolute;
        width: 34px;
        height: 34px;
        top: 0;
        right: 0;
        margin-top: 0;
        font-size: 22px;
        font-weight: bold;
    }
    #mobMenu {
        display: block;
        position: relative;
        border-radius: 6px;
        padding: 4px;
    }
    .bg3 {
        background-size: 65%;
    }
    #mobMenuList {
        position: absolute;
        background: #233451;
        border-radius: 6px;
        width: 200px;
        padding: 8px;
        top: 42px;
        left: 0px;
        font-size: 18px;
        z-index: 5;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }
    #mobMenuList a {
        display: block;
        padding: 8px 16px;
    }
    #mobMenuList div {
        background: white;
        color: gray;
        width: 132px;
        text-align: center;
        border-radius: 8px;
        margin: 8px auto 4px;
    }
    #mobMenuList div a {
        color: #233451;
        display: inline-block;
        padding: 6px 4px;
        font-weight: bold;
    }
    #mobMenuList div .active {
        color: orange;
    }
    .menu, .dropdown, .lengths {
        display: none;
    }

    .menu #mobMenu a {
        padding: 0;
        color: #233451;
    }
    .bg, .bg2 {
        max-width: 100%;
        max-height: 100%;
    }
    H1, H2, H3 {
        line-height: 34px;
        font-style: normal;
        font-size: 20px;
    }
    .text {
        line-height: 18px;
        font-size: 16px;
    }
    .button {
        padding: 8px 16px;
        background: #0095FF;
        border-radius: 6px;
    }
    .rpBlue {
        display: none;
    }
    .rpOrange {
        display: none;
    }
    .offerServicesList {
        width: 100%;
    }
    .body2 {
        display: block;
        padding: 0;
    }
    .blueText {
        text-align: left;
    }
    .w250 {
        width: 100%;
        margin-right: 0;
    }
    .w60 {
        width: 100%;
        text-align: justify;
    }

    .w50 {
        width: auto;
        margin-bottom: 50px;
    }
    .offerServices {
        margin-left: 0;
        width: 100%;
    }
    .center {
        padding-top: 36px;
    }

    .team {
        display: block;
        width: 100%;
    }
    .newslist {
        width: 100%;
    }
    .fdNews {
        flex-direction: column;
    }
    .fg3 {
        padding-right: 0;
        padding-bottom: 16px;
    }
    .margrb {
        margin-right: 0;
        margin-bottom: 16px;
    }

    .wh {
        width: auto;
    }
    .mh {
        display: none;
    }
    .offerServicesList {
        flex-direction: column;
        box-sizing: border-box;
    }
    .offerServicesList ul {
        width: 100%;
        box-sizing: border-box;
        padding: 0 25px;
        margin: 0;
    }
}
@media (max-width: 576px) {
    .bg3 {
        background-size: 45%;
    }
}


/* SLIDER///////////////////////////////////////////////// */
.slider {
    max-width: 960px;
}

/* дополнительные стили для этого fпримера */
.slider__items {
    counter-reset: slide;
}

.slider__item {
    height: 320px;
    overflow: hidden;
    position: relative;
    counter-increment: slide;
}

/*.slider__item::after {*/
/*    content: counter(slide);*/
/*    position: absolute;*/
/*    top: 10px;*/
/*    right: 20px;*/
/*    color: #fff;*/
/*    font-style: italic;*/
/*    font-size: 32px;*/
/*    font-weight: bold;*/
/*}*/

.face {
    display: inline-block;
    height: auto;
    max-width: 100%;
    border-radius: 50%;
}

.slider__item {
    background: #233451;
}

.slider__item_inner {
    position: absolute;
    left: 15%;
    right: 15%;
    top: 36px;
    bottom: 36px;
    overflow: hidden;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.slider__item_img {
    flex: 0 0 80px;
    max-width: 80px;
}

.slider__item_testimonial {
    flex: 1 0 0;
    display: flex;
    flex-direction: column;
    text-align: center;

}

@media (min-width: 576px) {
    .slider__item {
        height: 250px;
    }

    .slider__item_inner {
        flex-direction: row;
    }

    .slider__item_testimonial {
        margin-left: 15px;
    }

    .slider__item_img {
        flex: 0 0 150px;
        max-width: 150px;
    }

    .slider__item_testimonial {
        text-align: left;
    }

}

.slider__item_name {
    font-size: 20px;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.8);
}

.slider__item_post {
    font-size: 14px;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.8);
}

.slider__item_text {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
}