@charset "utf-8";
@import "bootstrap.min.css";
@import "normalize.css";
@import "../node_modules/slick-carousel/slick/slick.css";
@import "../node_modules/magnific-popup/dist/magnific-popup.css";
@import "callback-btn.css";
@import "callback-modal.css";
@import "typography.css";

/* Класс для увеличения картинки */

.zoom-img {}

.contentLineBody .disabled {
    background: #ccc;
}


/* Класс для галлереи */

.gallery {}


/* Класс для формы */

.form-submit-toggle {}


/* Класс для кнопки заказать звонок */

.callback-toggle {}


/******** Magnific-Popup *********/

.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}


/******* Image Cover ********/

.img-cover {
    background-size: cover;
    background-position: center;
}

.img-cover_inited>img {
    visibility: hidden;
}


/**********************************/

.main {
    display: flex;
}

.component {
    width: 100%;
}

.left,
.right {
    width: 30%;
}

@font-face {
    font-family: 'ProximaNova-Black';
    src: url(../fonts/ProximaNova-Black.otf) format('opentype');
}

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

@font-face {
    font-family: 'ProximaNova-Extrabold';
    src: url(../fonts/ProximaNova-Extrabold.otf) format('opentype');
}

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

@font-face {
    font-family: 'ProximaNova-Regular';
    src: url(../fonts/ProximaNova-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'ProximaNova-Semibold';
    src: url(../fonts/ProximaNova-Semibold.ttf) format('truetype');
}

body {
    color: #000;
    font-size: 16px;
    font-family: "ProximaNova-Regular";
}

body p {
    margin-top: 0;
    margin-bottom: 10px;
}

p.h1,
h1 {
    text-align: left;
    font-family: "ProximaNova-Black";
    font-size: 35px;
    margin-bottom: 60px;
    line-height: 1;
    margin-top: 0;
    text-transform: uppercase;
}

.title h1,
.title .h1 {
    margin-bottom: 0;
}

.wrapper {
    max-width: 1920px;
    margin: 0 auto;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    /* min-width: 1200px; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


/* .wrapper .container{
    width: 1170px;
} */

.wrapLabel {
    position: relative;
}

.wrapLabel input {
    width: 10px !important;
    height: 10px !important;
    left: 0 !important;
    top: 0 !important;
    position: absolute !important;
    opacity: 0 !important;
}

.wrapLabel label {
    position: relative;
    font-weight: normal;
    padding-left: 40px;
}

.flexSA {
    display: flex;
    justify-content: space-around;
}

.flexSB {
    display: flex;
    justify-content: space-between;
}

.flexCenter {
    display: flex;
    justify-content: center;
}

.flexAI {
    display: flex;
    align-items: center;
}

.flexW {
    display: flex;
    flex-wrap: wrap;
}

.flexColumn {
    display: flex;
    flex-direction: column;
}

.flexStart {
    display: flex;
    justify-content: flex-start;
}

.flexEnd {
    display: flex;
    justify-content: flex-end;
}


/*header*/

header {
    position: absolute;
    z-index: 50;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.wrapHeader {
    padding: 20px 0;
}

.wrapHeader .lk {
    font-size: 15px;
    font-family: "ProximaNova-Semibold";
    text-transform: uppercase;
    color: #000;
    line-height: 1;
    display: block;
    padding: 18px 25px 18px 60px;
    border: 1px dashed #87a2b1;
    border-radius: 26px;
    transition: all 0.4s;
    background: url(../images/lkIcon.png) no-repeat 5px 5px;
}

.wrapHeader .lk:hover {
    text-decoration: none;
    background: url(../images/lkIcon.png) no-repeat 5px 5px, #00dca9;
}

.wrapHeader .sertAct {
    font-size: 15px;
    text-transform: uppercase;
    font-family: "ProximaNova-Semibold";
    color: #fff;
    line-height: 1;
    display: block;
    position: relative;
    z-index: 2;
    overflow: hidden;
    padding: 18px 25px 18px 60px;
    border-radius: 26px;
    transition: all 0.4s;
}

.wrapHeader .sertAct:after {
    content: url(../images/sertActIcon.png);
    left: 5px;
    top: 5px;
    position: absolute;
}

.wrapHeader .sertAct:before {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 200%;
    content: '';
    background: linear-gradient(to right, #003f74, #00bfa9, #003f74);
    z-index: -1;
    transition: all 0.6s;
}

.wrapHeader .sertAct:hover:before {
    left: -100%;
}

.wrapHeader .sertAct:hover {
    text-decoration: none;
    background: url(../images/sertActIcon.png) no-repeat 5px 5px, linear-gradient(to right, #00bfa9, #003f74);
}

.wrapHeader .phoneBlock {
    padding: 4px 0 4px 60px;
    background: url(../images/phoneIconH.png) no-repeat left center;
    text-align: right;
}

.wrapHeader .phoneBlock a {
    font-size: 28px;
    color: #000;
    line-height: 1;
    display: block;
}

.wrapHeader .phoneBlock p {
    font-size: 14px;
    color: #596b75;
    line-height: 1;
    margin-bottom: 0;
}


/*End header*/


/*topBannerBlock*/

.topBannerBlock {
    position: relative;
}

.topBannerBlock .txtBlock {
    position: absolute;
    left: calc((100% - 1140px) / 2);
    top: 260px;
}

.topBannerBlock .name {
    font-size: 50px;
    text-transform: uppercase;
    font-family: "ProximaNova-Extrabold";
    color: #003f74;
    line-height: 1;
    margin-bottom: 45px;
}

.topBannerBlock .serv {
    padding: 25px 0 15px 110px;
    font-size: 22px;
    margin-bottom: 50px;
    background: url(../images/servTBIcon.png) no-repeat left center;
    line-height: 1;
}

.topBannerBlock .serv span {
    font-family: "ProximaNova-Bold";
}

.topBannerBlock button {
    font-size: 15px;
    font-family: "ProximaNova-Semibold";
    line-height: 1;
    border-radius: 30px;
    border: none;
    color: #003f74;
    transition: all 0.4s;
}

.topBannerBlock .messUs {
    padding: 22px 48px 22px 80px;
    background: url(../images/messUs.png) no-repeat 5px 5px, #00bfa9;
    margin-right: 30px;
}

.topBannerBlock .telToggle {
    padding: 22px 30px 22px 80px;
    background: url(../images/telToggle.png) no-repeat 5px 5px, #00bfa9;
}

.topBannerBlock .messUs:hover {
    background: url(../images/messUs.png) no-repeat 5px 5px, #00dca9;
}

.topBannerBlock .telToggle:hover {
    background: url(../images/telToggle.png) no-repeat 5px 5px, #00dca9;
}


/*End topBannerBlock*/


/*mainBlock*/

.mainBlock {
    background: #003f74;
    padding: 23px 0 25px;
    border-bottom: 4px solid #64c8b4;
    margin-bottom: 115px;
}

.mainBlock ul {
    display: flex;
    justify-content: space-between;
}

.mainBlock ul li {
    flex: auto;
}

.mainBlock ul a {
    display: block;
    color: #fff;
    position: relative;
    font-size: 20px;
    text-align: center;
    line-height: 1;
    transition: all 0.4s;
}

.mainBlock ul .current>a {
    color: #00dca9;
}

.mainBlock ul a:hover {
    color: #00dca9;
}

.mainBlock ul a:before {
    position: absolute;
    right: 0;
    content: '/';
    top: 0;
    color: #00bfa9;
}

.mainBlock ul li:last-child a:before {
    display: none;
}


/*End mainBlock*/


/*servicesBlock*/

.servicesBlock {
    margin-bottom: 115px;
}

.wrapServBlock {
    align-items: flex-start;
}

.servicesBlock .leftBlock {
    width: 255px;
    background: #dbe7f5;
    border-radius: 20px;
    padding: 15px 15px 20px;
}

.servicesBlock .leftBlock p {
    font-size: 15px;
}

.servicesBlock .sert {
    margin-bottom: 20px;
    display: block;
    box-shadow: 0 10px 12px 0 rgba(0, 0, 0, .15);
}

.servicesBlock .sert img {
    max-width: 100%;
}

.servicesBlock button {
    font-size: 15px;
    font-family: "ProximaNova-Semibold";
    line-height: 1;
    text-align: center;
    background: #00bfa9;
    border: none;
    color: #fff;
    text-transform: uppercase;
    padding: 17px 10px;
    border-radius: 25px;
    width: 100%;
    margin-top: 30px;
    transition: all 0.4s
}

.servicesBlock button:hover {
    background: #00dca9;
}

.wrapServ {
    width: calc(100% - 280px);
    display: grid;
    position: relative;
    grid-template-columns: repeat(3, calc(100% / 3));
}

.userContent .wrapServ {
    width: auto;
}

.wrapServ:before {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    content: '';
    background: #fff;
    height: 1px;
}

.wrapServ:after {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    content: '';
    background: #fff;
    height: 1px;
}

.wrapServ .wrapNucServ {
    position: relative;
}

.wrapServ .wrapNucServ:hover {
    z-index: 10;
}

.wrapServ .wrapNucServ:hover .nucServ {
    position: relative;
    /* z-index: 6; */
}

.wrapServ .wrapNucServ:hover .readmeNucServ {
    top: 100%;
}

.wrapServ .wrapNucServ:hover .more {
    transform: rotate(90deg);
}

.wrapServ .wrapNucServ .readmeNucServ {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    background: #003f74;
    padding: 15px;
    border-radius: 0 0 15px 15px;
    color: #fff;
    transition: .4s;
}

.wrapServ .nucServ {
    padding: 20px 20px 40px;
    border: 1px solid #dbe7f5;
    background: #fff;
    transition: all 0.4s;
    z-index: 6;
    position: relative;
    height: 100%;
}

.wrapServ .nucServ .more {
    transition: .4s;
}

.wrapServ .nucServ:hover {
    text-decoration: none;
    background: #dbe7f5;
}

.wrapServ .nucServ .imgW {
    margin-bottom: 35px;
    height: 43px;
    display: block;
}

.wrapServ .nucServ .imgW img {
    max-height: 100%;
}

.wrapServ .nucServ .name {
    font-size: 15px;
    display: block;
    color: #000;
    width: calc(100% - 30px);
}

.wrapServ .wrapNucServ:nth-child(3n+1) .nucServ {
    border-left: none;
}

.wrapServ .wrapNucServ:nth-child(3n+3) .nucServ {
    border-right: none;
}


/*end servicesBlock*/


/*programClinickBlock*/

.programClinickBlock {
    margin-bottom: 120px;
}

.programClinickBlock h1,
.programClinickBlock .h1 {
    margin-bottom: 0;
}

.programClinickBlock .title {
    margin-bottom: 55px;
}

.programClinickBlock .more {
    color: #596b75;
    padding-right: 35px;
    transition: all 0.4s;
    background: url(../images/moreClientsBlock.png) no-repeat right center;
    height: 24px;
}

.programClinickBlock .more:hover {
    color: #00bfa9;
}

.pcSlide {
    padding: 8px;
}

.pcSlide .imgW {
    position: relative;
    padding-bottom: 22px;
    margin-bottom: 20px;
}

.pcSlide .imgW:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 4px;
    width: 12px;
    background: #64c8b4;
}

.pcSlide .imgW img {
    max-width: 100%;
    max-height: 100%;
}

.wrapPC {
    border: 1px solid #dbe7f5;
    border-radius: 20px;
    padding: 15px 20px 5px;
}

.pcSlide p {
    font-size: 15px;
}

.slider {
    position: relative;
    text-align: center;
}

.slider :not(ul) {
    text-align: left;
}

.slider .slick-arrow {
    position: absolute;
    bottom: 0;
    font-size: 0;
    border: none;
    width: 46px;
    height: 14px;
}

.slider .slick-prev {
    background: url(../images/prevArr.png) no-repeat;
    left: calc(50% - 206px);
}

.slider .slick-next {
    background: url(../images/nextArr.png) no-repeat;
    right: calc(50% - 206px);
}

.slider .slick-prev:hover {
    background: url(../images/prevArrA.png) no-repeat;
}

.slider .slick-next:hover {
    background: url(../images/nextArrA.png) no-repeat;
}

.slider .slick-dots {
    margin: 30px auto 0;
    display: inline-flex;
    justify-content: center;
}

.slider .slick-dots button {
    margin: 0 12px;
    padding: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    font-size: 0;
    border: none;
    background: #003f74;
}

.slider .slick-dots .slick-active button {
    background: #00bfa9;
}


/*End programClinickBlock*/


/*preBlock*/

body .preBlock {
    padding: 0 0 55px;
    margin-bottom: 110px;
    background: url(../images/preBlockBg.jpg) no-repeat center top;
}

body.insidepage .preBlock {
    padding: 0 0 55px;
    margin-bottom: 110px;
    background: 0;
}

.wrapPre {
    margin-bottom: 60px;
}

.nucPre {
    width: 24%;
    border-radius: 20px;
    background: linear-gradient(10deg, #003f74, #00bfa9);
    padding: 20px 10px 0 25px;
}

.nucPre p {
    font-size: 18px;
    margin-bottom: 0;
    color: #fff;
    line-height: 1;
}

.nucPre .num {
    font-size: 75px;
    font-family: "ProximaNova-Black";
    line-height: 65px;
    text-align: right;
    margin-top: 20px;
}

.razdPre .name {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 45px;
    line-height: 1;
}

.razdPre .name span {
    font-size: 35px;
    font-family: "ProximaNova-Black";
    color: #003f74;
}

.clientsPre,
.partnersPre {
    width: 480px;
}

.insidepage .clientsPre,
.insidepage .partnersPre {
    width: 100%;
}

.insidepage .preBlock {
    padding: 0 15px 55px;
}

.insidepage .preBlock .wrapButt {
    text-align: center;
    width: 100%;
}

.insidepage .preBlock .wrapButt a {
    display: inline-block;
}

.clientsPre .name {
    padding-left: 95px;
    background: url(../images/clientsPre.png) no-repeat left center;
}

.partnersPre .name {
    padding-left: 90px;
    background: url(../images/partnersPre.png) no-repeat left center;
}

.razdPre .leftBlock p,
.razdPre .rightBlock p {
    font-size: 15px;
    margin-bottom: 30px;
    line-height: 1.2;
}

.razdPre .leftBlock,
.razdPre .rightBlock {
    width: 48%;
}

.razdPre .leftBlock p span,
.razdPre .rightBlock p span {
    color: #00bfa9;
}

.preBlock .wrapButt {
    width: 480px;
    padding-top: 30px;
}

.wrapButt button {
    font-size: 15px;
    text-transform: uppercase;
    font-family: "ProximaNova-Semibold";
    color: #fff;
    line-height: 1;
    display: block;
    border: none;
    padding: 18px 25px 18px 60px;
    border-radius: 26px;
    transition: all 0.4s;
    background: url(../images/sertActIcon.png) no-repeat 5px 5px, linear-gradient(to right, #003f74, #00bfa9);
}


/*End preBlock*/


/*questionsBlock*/

.questionsBlock {
    padding-bottom: 120px;
}

.questionsBlock .leftBlock {
    width: 580px;
    position: relative;
}

.questionsBlock .leftBlock:before {
    position: absolute;
    content: url(../images/decQuestBg.png);
    left: calc(100% + 30px);
    top: -55px;
    z-index: -1;
}

.question {
    border: 1px solid #00bfa9;
    border-radius: 20px;
    margin-bottom: 25px;
    padding: 20px 25px;
}

.question p {
    color: #596b75;
    line-height: 1;
}

.question .openHid {
    position: relative;
}

.question .openHid:before {
    position: absolute;
    right: -15px;
    top: -7px;
    content: url(../images/openInfo.png);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to right, #003f74, #00bfa9);
    transition: all 0.4s;
}

.question.active .openHid:before {
    transform: rotate(180deg);
}

.question .openHid p {
    margin-bottom: 0;
    font-family: "ProximaNova-Bold";
}

.hidP {
    display: none;
    padding-top: 25px;
}

.hidP p {
    font-size: 15px;
    margin-bottom: 20px;
}

.questionsBlock .rightBlock {
    width: 295px;
    position: relative;
    z-index: 3;
}

.questionsBlock .rightBlock p {
    font-family: "ProximaNova-Regular";
    font-size: 19px;
    line-height: 1;
}

.questionsBlock .rightBlock .nonQuest {
    font-size: 28px;
    font-family: "ProximaNova-Bold";
    color: #003f74;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.questionsBlock .orCB p {
    position: relative;
    margin-bottom: 20px;
}

.questionsBlock .phoneBlock a {
    font-size: 25px;
    color: #000;
    line-height: 1;
}

.questionsBlock .phoneBlock {
    padding: 8px 0 4px 60px;
    background: url(../images/orPhone.png) no-repeat left center;
    width: 263px;
}

.questionsBlock .phoneBlock p {
    line-height: 1;
    margin-bottom: 0;
    text-align: right;
    color: #596b75;
    font-size: 14px;
}

.questionsBlock .orCB p:before {
    content: url(../images/orCB.png);
    left: -40px;
    top: 15px;
    position: absolute;
}

.questionsBlock button {
    font-size: 15px;
    text-transform: uppercase;
    font-family: "ProximaNova-Semibold";
    color: #fff;
    line-height: 1;
    display: block;
    border: none;
    background: url(../images/messAsAC.png) no-repeat 6px 6px, linear-gradient(to right, #003f74, #00bfa9);
    padding: 23px 35px 23px 75px;
    border-radius: 31px;
    transition: all 0.4s;
}

.questionsBlock .orCall {
    margin-bottom: 15px;
}

.questionsBlock .phone {
    font-size: 24px;
    color: #d20646;
    background: url(../images/iconPhone2.png) no-repeat left center;
    padding: 2px 0 2px 35px;
    display: block;
}


/*End qiestionsBlock*/


/*aboutCompanyBlock*/

.aboutCompanyBlock {
    background: url(../images/bgAC.jpg) no-repeat center;
    background-size: cover;
    padding: 65px 0 80px;
}

.aboutCompanyBlock .txtBlock {
    width: 725px;
}

.aboutCompanyBlock .txtBlock p:not(.h1) {
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 1.3;
    color: #596b75;
}

.aboutCompanyBlock .buttonsBlock {
    padding-top: 10px;
}

.aboutCompanyBlock button {
    font-size: 15px;
    text-transform: uppercase;
    font-family: "ProximaNova-Semibold";
    color: #fff;
    line-height: 1;
    display: block;
    border: none;
    padding: 23px 45px 23px 80px;
    border-radius: 31px;
    transition: all 0.4s;
}

.aboutCompanyBlock .messAC {
    background: url(../images/messAsAC.png) no-repeat 6px 6px, linear-gradient(to right, #003f74, #00bfa9);
}

.aboutCompanyBlock .telAC {
    margin-left: 30px;
    background: url(../images/telCBAC.png) no-repeat 6px 6px, linear-gradient(to right, #003f74, #00bfa9);
}


/*End aboutCompanyBlock*/


/*jobBlock*/

.jobBlock {
    position: relative;
    margin-bottom: -50px;
    padding: 50px 0 95px;
    background: url(../images/jobBlockBg.png) no-repeat center bottom;
}

.jobBlock h1,
.jobBlock .h1 {
    margin-bottom: 40px;
}

.jobBlock .txtBlock {
    width: 620px;
    transform: skewX(37deg);
}

.jobBlock .nucTxtWrap {
    transform: skewX(-37deg);
    margin-bottom: 40px;
}

.jobBlock .nucTxtWrap:last-child {
    margin-bottom: 0;
}

.jobBlock .nucTxt p {
    font-size: 15px;
    line-height: 1;
    margin: 0;
}

.jobBlock .nucTxt p.name {
    font-size: 28px;
    color: #003f74;
    margin-bottom: 6px;
}

.jobBlock .nucTxt .phone {
    font-size: 20px;
    font-family: "ProximaNova-Semibold";
    color: #000;
}

.jobBlock .bigNum {
    line-height: 1;
    font-size: 60px;
    color: #fff;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00bfa9;
    position: relative;
    margin-right: 30px;
    font-family: "ProximaNova-Bold";
    margin-bottom: 0;
}

.jobBlock .nucTxtWrap .bigNum:before {
    position: absolute;
    top: calc(100% - 10px);
    left: 85px;
    content: url(../images/bigNumDec.png);
}

.jobBlock .nucTxtWrap:last-child .bigNum:before {
    display: none;
}


/*End jobBlock*/


/*rewBlock*/

.rewBlock {
    padding: 115px 0 55px;
    background: url(../images/rewBlockBg.jpg) no-repeat center bottom;
    background-size: cover;
}

.rewBlock h1,
.rewBlock .h1 {
    color: #fff;
}

.rewBlock .all {
    padding: 3px 40px 3px 0;
    background: url(../images/allRev.png) no-repeat right center;
    display: block;
    color: #fff;
}

.rewBlock .title {
    margin-bottom: 20px;
}

.rewBlock .aftTitle {
    font-size: 25px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1;
    margin-bottom: 35px;
}

.sliderRev {
    margin: 0 -15px;
}

.revSlide {
    padding: 15px 15px 25px;
}

.wrapRev {
    background: #fff;
    position: relative;
    width: 100%;
    z-index: 1;
    border-radius: 20px;
    box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.15);
    padding: 43px 25px 25px;
}

.wrapRev:before {
    position: absolute;
    border: 1px solid #dbe7f5;
    border-radius: 20px;
    left: 7px;
    top: 7px;
    right: 7px;
    bottom: 7px;
    content: '';
}

.wrapRev p {
    font-size: 15px;
    color: #596b75;
    line-height: 1;
}

.wrapRev .topLine {
    margin-bottom: 40px;
}

.wrapRev .topLine p {
    margin-bottom: 0;
    font-size: 16px;
}

.wrapRev .topLine .name {
    font-family: "ProximaNova-Bold";
}

.wrapRev .more,
.wrapRev .rtPopup {
    display: inline-block;
    margin-top: 25px;
    color: #00bfa9;
    font-family: "ProximaNova-Bold";
    line-height: 1;
}

.sliderRev.slider .slick-dots .slick-active button {
    background: #fff;
}

.sliderRev.slider .slick-dots {
    margin-top: 10px;
}

.sliderRev.slider .slick-prev:hover {
    background: url(../images/prevArrRA.png) no-repeat;
}

.sliderRev.slider .slick-next:hover {
    background: url(../images/nextArrRA.png) no-repeat;
}

.rewBlock .inpRev {
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    line-height: 1;
    border-radius: 18px;
    padding: 10px;
    width: 195px;
    font-size: 15px;
    font-family: "ProximaNova-Semibold";
    text-transform: uppercase;
    margin-top: -24px;
    transition: all 0.4s;
    position: relative;
    z-index: 5;
}

.rewBlock .inpRev:hover {
    background: #fff;
    color: #17b09d;
    text-decoration: none;
}


/*End rewBlock*/


/*partnersBlock*/

.partnersBlock {
    padding: 50px 0 30px;
    background: #e5eaed;
}

.partSlide {
    padding: 0 2.5px;
}

.wrapPart .nucPart:first-child {
    margin-bottom: 5px;
}

.wrapPart .nucPart {
    background: #fff;
    display: flex;
    align-items: center;
    height: 165px;
    justify-content: center;
}

.wrapPart .nucPart img {
    max-width: 100%;
    max-height: 100%;
}

.slider.sliderPart .slick-dots {
    margin-top: 40px;
}


/*End partnersBlock*/


/*partnersPage*/

.tabs__caption {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.tabs__caption li {
    padding: 5px 20px 5px 20px;
    white-space: nowrap;
    border: 1px dashed transparent;
    transition: all .4s ease;
    line-height: 1.38;
    margin: 0 3px;
    list-style: none;
    display: block;
    margin-bottom: 5px;
}

.tabs__caption li.active {
    border-color: #00bfa9;
    color: #00bfa9;
    border-radius: 16px;
}

.tabs__caption li:hover {
    border-color: #00bfa9;
    color: #00bfa9;
    border-radius: 16px;
}

.bigTextPartners {
    margin-bottom: 25px;
}

.bigTextPartners .tabs__content {
    display: none;
}

.bigTextPartners .tabs__content.active {
    display: block;
}

.wrapPartners .wrapButt {
    display: flex;
    justify-content: center;
}

.wrapPartners .partnersPre {
    width: 100%;
    margin-bottom: 25px;
}

.wrapPartners .name {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 45px;
    line-height: 1;
}

.wrapPartners .name span {
    font-size: 35px;
    font-family: "ProximaNova-Black";
    color: #003f74;
}

.wrapPartners .partnersPre p span {
    color: #00bfa9;
}


/*End partnersPage*/


/*sotrBlock*/

.sotrBlock {
    padding: 45px 0 60px;
    background: #e5eaed;
}

.wrapSotrBlock {
    padding: 40px 10px 10px;
    border: 1px solid #fff;
    border-radius: 20px;
}

.wrapSotrBlock .h1 {
    padding-left: 65px;
    margin-bottom: 40px;
}

.wrapSotrBlock .choiceSotr {
    padding-left: 65px;
    width: 770px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.choiceSotr p {
    font-family: "ProximaNova-Bold";
    color: #596b75;
    padding: 9px 20px;
    display: flex;
    justify-content: left;
    align-items: center;
    min-width: 150px;
    border: 0px solid #fff;
    border-radius: 20px;
    margin-right: 12px;
    line-height: 1;
    width: calc((100% / 3) - 12px);
}

.sotrBlock .formWrap {
    background: #fff;
    position: relative;
    border-radius: 20px;
    padding: 25px 65px 15px;
    z-index: 1;
}

.sotrBlock .formWrap:before {
    position: absolute;
    content: url(../images/sotrBlockDec.png);
    right: 0;
    bottom: 100%;
    z-index: -1;
    line-height: 0;
}

.sotrBlock .formWrap .h1 {
    margin-bottom: 0;
    margin-right: 30px;
    white-space: nowrap;
    padding-left: 0;
}

.sotrBlock .formWrap .topLine {
    margin-bottom: 30px;
}

.formWrap .topLine p {
    margin: 0;
    line-height: 1;
}

.sotrBlock .formWrap label {
    text-align: center;
    display: block;
}

.sotrBlock .formWrap label,
.sotrBlock .formWrap label a {
    font-size: 14px;
    color: #afaebf;
    font-family: "ProximaNova-Light"
}

.sotrBlock input {
    font-family: "ProximaNova-Light";
    color: #000;
    border: none;
    border-radius: 25px;
    padding: 16px 15px 15px 45px;
    line-height: 1;
    width: 290px;
}

input.mailI {
    background: url(../images/mailI.png) no-repeat 13px center, #e5eaed;
}

input.phoneI {
    background: url(../images/phoneI.png) no-repeat 20px center, #e5eaed;
}

.sotrBlock .wrapInputs {
    margin-bottom: 10px;
}

.sotrBlock button {
    text-transform: uppercase;
    background: #00bfa9;
    font-family: "ProximaNova-Semibold";
    color: #fff;
    width: 350px;
    border: none;
    text-align: center;
    border-radius: 25px;
    padding: 16px 15px 15px 15px;
    line-height: 1;
}


/*End sotrBlock*/


/*newsBlock*/

.newsBlock {
    padding: 60px 0 120px;
}

.newsBlock .title {
    margin-bottom: 55px;
}

.newsBlock .all {
    color: #596b75;
    padding-right: 35px;
    transition: all 0.4s;
    background: url(../images/moreClientsBlock.png) no-repeat right center;
    height: 24px;
}

.sliderNews {
    margin: 0 -15px;
}

.newsSlide {
    padding: 0 15px;
}

.newsSlide .imgW {
    margin-bottom: 20px;
    border-radius: 20px;
}

.newsSlide .imgW img {
    max-width: 100%;
}

.newsSlide p {
    line-height: 1;
    color: #596b75;
    font-size: 15px;
    margin-bottom: 20px;
}

.newsSlide .date {
    font-size: 16px;
}

.newsSlide .name {
    font-size: 17px;
    font-family: "ProximaNova-Bold";
    color: #00bfa9;
    height: 34px;
    margin-bottom: 20px;
}


/*End newsBlock*/


/*newsBlockPage*/

.PageNewsWrap .sliderNews {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.PageNewsWrap .newsBlock {
    padding: 0;
}

.PageNewsWrap .title {
    display: none;
}

.PageNewsWrap .sliderNews .newsSlide {
    width: calc((100% / 3) - 20px);
    margin: 10px;
}


/*End newsBlockPage*/


/*formBlock*/

.formBlock {
    background: url(../images/formBlockBg.jpg) no-repeat center;
    background-size: cover;
    padding: 55px 0 80px;
    position: relative;
}

.formBlock:before {
    position: absolute;
    content: url(../images/formBlockDec.png);
    bottom: 0;
    line-height: 0;
    left: calc(50% + 150px);
}

.formBlock .container {
    position: relative;
    z-index: 2;
}

.formBlock .h1 {
    margin-bottom: 30px;
}

.formBlock p:not(.h1) {
    font-size: 25px;
    color: #003f74;
    margin-bottom: 40px;
    line-height: 1;
}

.formBlock label,
.formBlock label a {
    font-size: 14px;
    color: #afaebf;
    font-family: "ProximaNova-Light"
}

.formBlock input {
    font-family: "ProximaNova-Light";
    color: #000;
    border: none;
    border-radius: 25px;
    padding: 16px 15px 15px 45px;
    line-height: 1;
    width: 290px;
}

.formBlock input.nameI {
    background: url(../images/nameI.png) no-repeat 13px center, #fff;
}

.formBlock input.phoneI {
    background: url(../images/phoneI2.png) no-repeat 20px center, #fff;
}

.formBlock .wrapInputs {
    margin-bottom: 30px;
}

.formBlock form {
    width: 810px;
}

.formBlock button {
    text-transform: uppercase;
    background: #00bfa9;
    font-family: "ProximaNova-Semibold";
    color: #fff;
    width: 160px;
    border: none;
    text-align: center;
    border-radius: 25px;
    padding: 16px 15px 15px 15px;
    line-height: 1;
}


/*End formBlock*/


/*footer*/

footer {
    background: #003f74;
    padding: 50px 0 35px;
    border-top: 3px solid #64c8b4;
}

footer .main ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

footer .main ul li {
    flex: auto;
}

footer .main ul a {
    display: block;
    color: #fff;
    position: relative;
    font-size: 20px;
    text-align: center;
    line-height: 1;
    transition: all 0.4s;
}

footer .main ul a:hover {
    color: #00dca9;
}

footer .main ul li:last-child a:before {
    display: none;
}

footer .main ul a:before {
    position: absolute;
    right: 0;
    content: '/';
    top: 0;
    color: #00bfa9;
}

.wrapFooter {
    padding: 65px 0;
}

.wrapFooter .infoBlock {
    padding-left: 67px;
    background: url(../images/infoBlockF.png) no-repeat left center;
}

.wrapFooter .phone {
    font-size: 31px;
    color: #fff;
    line-height: 1;
    margin-bottom: 4px;
    font-family: "ProximaNova-Bold";
    display: block;
}

.wrapFooter .mail {
    font-size: 18px;
    line-height: 1;
    color: #00bfa9;
    display: block;
}

.wrapFooter button {
    font-size: 15px;
    font-family: "ProximaNova-Semibold";
    line-height: 1;
    border-radius: 30px;
    border: none;
    color: #003f74;
    transition: all 0.4s;
}

.wrapFooter .phoneCB {
    padding: 20px 28px 19px 78px;
    background: url(../images/telToggle.png) no-repeat 5px 5px, #00bfa9;
    border: 2px solid #00bfa9;
    transition: all 0.4s;
}

.wrapFooter .phoneCB:hover {
    background: url(../images/telToggle.png) no-repeat 5px 5px, #003f74;
    color: #00bfa9;
}

.wrapFooter .messCB {
    padding: 20px 46px 19px 78px;
    background: url(../images/messUs.png) no-repeat 5px 5px, #00bfa9;
    border: 2px solid #00bfa9;
    transition: all 0.4s;
}

.wrapFooter .messCB:hover {
    background: url(../images/messUs.png) no-repeat 5px 5px, #003f74;
    color: #00bfa9;
}

footer .copyrightBlock p,
footer .copyrightBlock p a {
    font-size: 13px;
    margin-bottom: 0;
    line-height: 1;
    color: #548dcf;
}


/*End footer*/


/*insidepage*/

.insidepage header {
    position: static;
}

.insidepage .mainBlock {
    margin-bottom: 70px;
}

.breadcrumbs {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.breadcrumbs a span {
    color: #a3b0b5;
}

.breadcrumbs a span,
.breadcrumbs span {
    font-size: 15px;
    font-family: "ProximaNova-Regular";
}

.breadcrumbs span {
    color: #00bfa9;
}

.breadcrumbs span.divider {
    color: #a3b0b5;
    margin: 0 15px 0 10px;
}

.breadcrumbs li:first-child {
    display: none;
}

.item-page {
    padding-bottom: 30px;
}

.item-page ul li {
    list-style-type: disc;
    list-style-position: inside;
}

.modalF.callback-modal {
    width: 950px;
    max-width: 950px;
    background: #00b6a3;
    border-radius: 20px;
    padding: 40px 0 20px 35px;
    height: 450px;
}

.modalF .callback-modal__headline {
    font-size: 35px;
    text-align: left;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1;
    font-weight: normal;
    font-family: "ProximaNova-Black";
    text-transform: uppercase;
}

.modalF p {
    font-size: 25px;
    line-height: 1;
    color: #fff;
}

.modalF:before {
    position: absolute;
    content: url(../images/modalDecor.png);
    bottom: 0;
    right: -65px;
    line-height: 0;
}

.modalF .callback-modal__form {
    width: 610px;
    position: relative;
    z-index: 2;
}

.modalF input {
    font-family: "ProximaNova-Light";
    line-height: 1;
    color: #000;
    padding: 16px 10px 15px 45px;
    border-radius: 25px;
    width: 290px;
    margin-bottom: 10px;
    border: none;
}

.modalF input.polis {
    width: 100%;
}

.modalF textarea {
    padding: 16px 10px;
    border-radius: 25px;
    background: #fff;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    max-height: 100px;
    min-height: 100px;
    margin-bottom: 20px;
    border: none;
}

.modalF input.nameI {
    background: url(../images/nameI.png) no-repeat 13px center, #fff;
}

.modalF input.phoneI {
    background: url(../images/phoneI2.png) no-repeat 13px center, #fff;
}

.modalF label {
    width: 320px;
}

.modalF label,
.modalF label a {
    font-size: 14px;
    color: #fff;
    font-family: "ProximaNova-Light";
}

.modalF label a {
    text-decoration: underline;
}

.modalF .callback-modal__button {
    font-size: 15px;
    font-family: "ProximaNova-Semibold";
    text-transform: uppercase;
    color: #fff;
    line-height: 1;
    padding: 16px 10px;
    width: 160px;
    border: 1px solid #003f74;
    background: #003f74;
    border-radius: 26px;
    text-align: center;
    transition: all 0.4s;
}

.modalF .callback-modal__button:hover {
    background: #fff;
    color: #003f74;
}

p.glavn {
    display: flex;
    flex-direction: column;
    position: relative;
}


/* Преимущества на странице "о компании" */

.wrapInsidePagePreim {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}

.wrapInsidePagePreim .h2 {
    width: 100%;
}

.itemWrapInsidePagePreim {
    width: calc((100% / 3) - 80px);
    margin: 20px 40px;
    min-width: 260px;
    display: flex;
    justify-content: space-between;
}

.itemWrapInsidePagePreim .icon {
    padding-right: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30%;
}

.itemWrapInsidePagePreim .text {
    border-left: solid 2px #003F74;
    padding-left: 25px;
    font-size: 17px;
    font-family: "ProximaNova-Regular";
    color: #003F74;
    width: 70%;
}

body.insidepage {
    background: url(../images/preBlockBg1.jpg) no-repeat center top;
}

.items-row {
    display: grid;
}

.pull-left.item-image {
    padding: 0 10px;
}

.contentLineBody input.readonly {
    background: #cccccc40;
}


/* конец Преимущества на странице "о компании" */


/*end insidepage*/


/* --- Media styles --- */

@media screen and (min-width:1200px) {}

@media screen and (max-width:1199px) {}

@media screen and (max-width:1024px) {}

@media screen and (max-width:991px) {}

@media screen and (max-width:767px) {}

@media screen and (max-width:675px) {}

@media screen and (max-width:640px) {}

@media screen and (max-width:600px) {}

@media screen and (max-width:485px) {}

@media screen and (max-width:425px) {}

@media screen and (max-width:400px) {}

@media screen and (max-width:370px) {}