@charset "utf-8";
@import "../node_modules/slick-carousel/slick/slick.css";
@import "../node_modules/magnific-popup/dist/magnific-popup.css";
@import "../node_modules/fontawesome/css/all.css";
@import "callback-btn.css";
@import "callback-modal.css";
@import "typography.css";
@import url('./preloader.css');
@import url('../fonts/stylesheet.css');

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

.zoom-img {}


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

.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%;
}

.com-content-article__body {
    color: #666666;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
}

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


/* Пагинация */

.pagination>ul {
    margin-top: 15px;
    display: flex;
    list-style: none;
    margin-bottom: 5px;
}

.pagination>ul li {
    margin-right: 20px;
}

.pagination>ul li a {
    text-decoration: none;
    font-weight: 600;
}

html.lock {
    overflow: hidden;
}


/* breadcrumbs */

.breadcrumbs {
    padding: 6px 0;
    margin-bottom: 25px;
}

.breadcrumbs ol {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.breadcrumbs ol li>span {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #8CA6C4;
}

.breadcrumbs ol li>a {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: var(--mainBlue);
}

.breadcrumbs ol li a:hover {
    text-decoration: underline;
}

.breadcrumbs ol li.breadcrumb-item:not(.active):after {
    content: "/";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #6D6E73;
    margin: 0 5px 0 5px;
}


/* breadcrumbs end */


/* By Artem */

* {
    box-sizing: border-box;
}

:root {
    --mainOrange: #ff801e;
    --mainBlue: #223159;
    --mainBlue2: #0071B6;
}

body,
html {
    font-family: 'OpinionPro', sans-serif;
    font-size: 15px;
    line-height: 1;
    font-style: normal;
    font-weight: 300;
    color: #000;
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #000;
}

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

.all_cnt {
    overflow: hidden;
}

.all_cnt img {
    max-width: 100%;
}

.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;
}

.flexAiStart {
    display: flex;
    align-items: flex-start;
}

.flexAiEnd {
    display: flex;
    align-items: flex-end;
}

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

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.btnAll {
    padding: 45px 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    border: none;
    background-position: left bottom;
    transition: all 0.5s ease;
    position: relative;
    font-family: 'Roboto', serif;
}

.btnOrange {
    background: linear-gradient(90deg, var(--mainOrange) 0%, var(--mainOrange) 50%, var(--mainBlue) 50%, var(--mainBlue) 100%);
    background-size: 200% 100%;
    color: #fff;
}

.btnOrange:hover {
    background-position: right bottom;
    color: #fff;
}

.btnBlue {
    background: linear-gradient(90deg, var(--mainBlue) 0%, var(--mainBlue) 50%, var(--mainOrange) 50%, var(--mainOrange) 100%);
    background-size: 200% 100%;
    color: #fff;
}

.btnBlue:hover {
    background-position: right bottom;
    color: #fff;
}

.btnBlue2 {
    padding: 0;
    background: linear-gradient(90deg, var(--mainBlue2) 0%, var(--mainBlue2) 50%, var(--mainOrange) 50%, var(--mainOrange) 100%);
    background-size: 200% 100%;
    color: #fff;
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    height: 50px;
    display: flex;
    align-items: center;
    padding-left: 60px;
    padding-right: 20px;
}

.btnBlue2:hover {
    background-position: right bottom;
    color: #fff;
}

.wrapLabel {
    position: relative;
    padding-left: 32px;
    margin: 25px 0;
    display: block;
}

.wrapLabel input {
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
}

.wrapLabel span a,
.wrapLabel span {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.3);
}

.wrapLabel span a:hover {
    text-decoration: underline;
}

.wrapLabel span::before {
    border: solid 1px rgba(255, 255, 255, 0.3);
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
}

input:checked+span::after {
    position: absolute;
    left: 6px;
    top: 6px;
    text-align: center;
    content: "";
    width: 5px;
    height: 5px;
    background: #fff;
    cursor: pointer;
}

.titleAll {
    font-size: 26px;
    font-weight: bold;
    color: #050f36;
    padding-bottom: 25px;
    margin-bottom: 20px;
    text-transform: uppercase;
    position: relative;
}

.arrowAll {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.arrowAll .slick-arrow {
    height: 80px;
    width: calc(174px / 2);
    border: solid 1px #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    transition: .4s;
}

.arrowAll .slick-arrow::before {
    content: "";
    color: #fff;
    font-size: 30px;
    font-weight: 100;
    font-family: "Font Awesome 6 Pro";
}

.arrowAll .slick-arrow:hover {
    background: var(--mainOrange);
}

.arrowAll .arrowNext {
    margin-left: 0px;
}

.arrowAll .arrowNext::before {
    content: '\f178';
}

.arrowAll .arrowPrev {
    border-right: none !important;
}

.arrowAll .arrowPrev::before {
    content: '\f177';
}

:active,
:hover,
:focus {
    outline: 0;
    outline-offset: 0;
}


/* header */

header {
    position: relative;
    z-index: 2;
}
.insidepage main{
    padding-top: 130px;
}
.insidepage header {
    margin-bottom: 50px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border-bottom: 2px solid #0071B6;
    z-index: 1000;
}
/*@media screen and (min-width:1920px) {
.insidepage header{
    left: calc((100% - 1920px));
     right: calc((100% - 1920px));
}
}*/
header .wrapHeader {
    display: grid;
    grid-template-columns: 220px 1fr 210px 210px;
}

.insidepage header .wrapHeader {
    grid-template-columns: 295px 1fr 210px 210px;
    position: relative;
}

.insidepage header .wrapHeader::before {
    content: "";
    height: 100%;
    position: absolute;
    background: #EBEFF4;
    width: 1000px;
    left: 100%;
    top: 0;
}

header .logo {
    background: #fff;
    margin-bottom: -40px;
    width: 220px;
    padding-top: 25px;
    position: relative;
    padding-bottom: 11px;
}

.insidepage header .logo {
    margin-bottom: auto;
    padding: 0;
    display: flex;
    align-items: center;
    height: 80px;
}

header .logo::before {
    position: absolute;
    width: 1000px;
    height: 100%;
    right: 0;
    content: "";
    bottom: 0;
    background: #fff;
    z-index: -1;
}

.insidepage header .adressAndMenu,
.insidepage header .wrapTimeWorkAndPhone {
    background: #EBEFF4;
}

header .wrapAdress {
    font-family: "Oswals", sans-serif;
    font-weight: 300;
    line-height: 2;
    color: #98afca;
    font-size: 14px;
}

header .wrapAAM {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding-top: 30px;
}

.insidepage header .wrapAAM {
    padding: 0;
    justify-content: center;
}

header .wrapMenu ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .wrapMenu li {
    margin-right: 20px;
}

header .wrapMenu li a {
    font-weight: 700;
    font-size: 15px;
    color: var(--mainBlue);
    text-transform: uppercase;
}

header .wrapMenu li a:hover {
    text-decoration: underline;
}

header .wrapTimeWorkAndPhone {
    display: flex;
    flex-direction: column;
    padding-top: 30px;
    padding-left: 25px;
    border-left: 1px solid #e6e6e6;
}

.insidepage header .wrapTimeWorkAndPhone {
    padding-top: 0;
    justify-content: center;
}

header .timeWork {
    font-family: "Oswals", sans-serif;
    font-weight: 300;
    line-height: 2;
    color: #98afca;
    font-size: 14px;
}

header .wrapPhone {}

header .wrapPhone a {
    font-size: 23px;
    font-weight: 700;
    color: var(--mainBlue);
}

header .wrapPhone a:hover {
    text-decoration: underline;
}

header .callBack {
    background: var(--mainOrange);
    justify-content: center;
    display: flex;
    flex-direction: column;
    padding-left: 45px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    cursor: pointer;
    align-items: flex-start;
    transition: .4s;
}

header .callBack:hover {
    background: var(--mainBlue);
}

header .callBack span {
    position: relative;
}

header .callBack span::before {
    content: url('../images/svg/phone1.svg');
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
}

header .callBack span::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    left: 0;
    bottom: -5px;
}


/* header end */


/* topSlider */

.topSlider {
    overflow: hidden;
    margin-bottom: 105px;
    position: relative;
}

.topSlider::after {
    position: absolute;
    background: url('../images/beforeRIghtTS.jpg') no-repeat center center;
    background-size: cover;
    width: 560px;
    height: 495px;
    top: 0;
    content: "";
    right: 0;
    z-index: -1;
}

.topSlider .leftTS {
    position: relative;
    width: calc(100% - 610px);
    z-index: 0;
    padding-top: 85px;
}

.topSlider .leftTS::before {
    background: url('../images/beforeLeftTS.jpg');
    position: absolute;
    right: 0;
    content: "";
    width: 970px;
    background-size: cover;
    height: 100%;
    top: 0;
    z-index: -1;
}

.topSlider .leftTS .titleTS {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    margin-bottom: 25px;
}

.topSlider .leftTS .descTS {
    color: #fff;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 300;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 48px;
}

.topSlider .leftTS .descTS::before {
    position: absolute;
    left: 0;
    content: "";
    background: #3fa3ef;
    bottom: 0;
    width: 70px;
    height: 2px;
}

.topSlider .leftTS .formTS {
    padding-bottom: 10px;
}

.topSlider .leftTS .titleFormTS {
    font-size: 27px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 20px;
}

.topSlider .leftTS .wrapInput {
    display: grid;
    grid-template-columns: 190px 190px 190px;
    grid-gap: 5px;
}

.topSlider .leftTS .wrapInput label {
    grid-column-start: span 3;
    position: relative;
}

.topSlider .leftTS .wrapInput input,
.topSlider .leftTS .wrapInput select {
    height: 50px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    color: #666666;
    border: none;
    background: #fff;
}

.topSlider .leftTS .wrapInput input::placeholder {
    opacity: 1;
}

.wrapSel {
    position: relative;
}

.wrapSel svg {
    position: absolute;
    right: 20px;
    top: calc(50% - 3px);
    width: 13px;
    height: 10px;
    stroke: #0071B6;
    fill: #0071B6;
    stroke-linecap: round;
    stroke-linejoin: round;
    pointer-events: none;
}

.wrapSel select {
    -webkit-appearance: none;
    width: 100%;
    cursor: pointer;
    font-family: inherit;
    transition: all 150ms ease;
    height: 50px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    color: #666666;
    border: none;
    background: #fff;
}

.wrapSel select:required:invalid {
    color: #5a667f;
}

.wrapSel select option {
    color: #223254;
}

.wrapSel select option[value=""][disabled] {
    display: none;
}

.wrapSel select:focus {
    outline: none;
    border-color: #07f;
    box-shadow: 0 0 0 2px rgba(0, 119, 255, 0.2);
}

.wrapSel select:hover+svg {
    stroke: #07f;
}

.sprites {
    position: absolute;
    width: 0;
    height: 0;
    pointer-events: none;
    user-select: none;
}

.topSlider .leftTS .wrapInput button {
    background: #7893B8;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    border: none;
    border-radius: 0;
    cursor: pointer;
    transition: .3s;
}

.topSlider .leftTS .wrapInput button:hover {
    background: var(--mainOrange);
}

.topSlider .rightTS {
    width: 610px;
}

.topSlider .rightTS .leftRTS {
    width: 400px;
    background: none;
    position: relative;
    background: #fff;
}

.topSlider .wImg {
    display: flex;
    align-items: center;
    justify-content: center;
}

.topSlider .textItemRTS {
    height: 120px;
    overflow: hidden;
    align-items: center;
    padding-left: 15px;
    background: #fff;
}

.topSlider .textItemRTS .numRTS {
    font-size: 60px;
    font-weight: 700;
    color: #0071B6;
    margin-right: 20px;
    transform: translateY(5px);
    width: 80px;
    display: flex;
    justify-content: center;
}

.topSlider .textItemRTS .bodyItemRTS {
    font-size: 15px;
    line-height: 1.4;
    color: #666666;
    font-weight: 300;
    width: calc(100% - 80px);
}

.topSlider .arrowRTS {
    position: absolute;
    bottom: 70px;
    left: 30px;
    display: flex;
    justify-content: space-between;
    width: 50px;
}

.topSlider .arrowRTS::before {
    content: "";
    height: 8px;
    width: 1px;
    background: #7893B8;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.topSlider .arrowRTS .slick-arrow {
    width: 20px;
}

.topSlider .arrowRTS .slick-arrow:before {
    display: block;
    content: '';
    width: 15px;
    height: 15px;
    border-bottom: 2px solid #0071B6;
    border-right: 2px solid #0071B6;
    transition: all 0.4s;
    cursor: pointer;
}

.topSlider .arrowRTS .arrowPrev::before {
    transform: rotate(135deg);
}

.topSlider .arrowRTS .arrowNext::before {
    transform: rotate(-45deg);
}

.topSlider .rightTS .rightRTS {
    width: calc(100% - 400px);
    height: 495px;
    justify-content: space-between;
}

.topSlider .rightTS .uslSert {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100% - 120px - 188px);
}

.topSlider .rightTS .wrapItemRTS {
    display: flex;
    align-items: center;
    height: 188px;
}

.topSlider .rightTS .wrapMailTS {
    height: 120px;
    background: #223159;
    color: #808696;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Oswald', serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;
}

.topSlider .rightTS .wrapMailTS a {
    font-size: 19px;
    color: #fff;
    font-weight: 700;
    line-height: 1.4;
}

.topSlider .rightTS .wrapMailTS a:hover {
    text-decoration: underline;
}


/* topSlider end */


/* aboutCompany */

.aboutCompany {
    margin-bottom: 95px;
}

.aboutCompany .leftAC {
    padding-right: 60px;
}

.aboutCompany .wrapAC {
    display: grid;
    grid-template-columns: 610px 610px;
    grid-gap: 20px;
}

.aboutCompany .titleAC {
    margin-bottom: 0px;
}

.aboutCompany .textLAC {
    font-size: 16px;
    line-height: 2;
    font-weight: 300;
    color: #666666;
    margin-bottom: 30px;
}

.aboutCompany .itemsAC {
    align-items: flex-end;
}

.aboutCompany .itemAC {}

.aboutCompany .itemAC .wImg {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 15px;
}

.aboutCompany .itemAC .textItemAC {
    font-size: 15px;
    font-weight: 700;
    color: #223159;
    line-height: 22px;
    text-transform: uppercase;
}

.aboutCompany .rightAC .wImg {
    margin-top: -100px;
}

.aboutCompany .textRightAC {
    border-left: solid 3px var(--mainOrange);
    padding-left: 25px;
    font-size: 16px;
    line-height: 2;
    font-weight: 300;
    color: #666666;
}

.aboutCompany .textRightAC span {
    font-weight: 600;
    color: #000;
}


/* aboutCompany end */


/* preim */

.preim {}

.preim .itemsPreim {
    display: grid;
    grid-template-columns: 610px 295px 295px;
    grid-gap: 20px;
}

.preim .itemPreim:nth-child(1) {
    grid-column-start: 1;
    grid-row-start: 1;
    grid-row-end: span 2;
    position: relative;
    padding-top: 60px;
}

.preim .itemPreim:nth-child(1)::before {
    content: "";
    background: url('../images/bgPreim0.jpg') no-repeat top right;
    height: 100%;
    background-size: cover;
    width: 950px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.preim .itemPreim:nth-child(2) {
    background: url('../images/bgPreim1.jpg');
    grid-column-start: 1;
}

.preim .itemPreim:nth-child(2) {
    background: url('../images/bgPreim1.jpg');
    grid-column-start: 1;
}

.preim .itemPreim:nth-child(3) {
    background: url('../images/bgPreim2.jpg');
    grid-row-start: 1;
    grid-row-end: span 2;
    grid-column-start: 2;
}

.preim .itemPreim:nth-child(4) {
    background: url('../images/bgPreim3.jpg');
    grid-row-start: 1;
    grid-row-end: 1;
    grid-column-start: 3;
}

.preim .itemPreim:nth-child(5) {
    background: url('../images/bgPreim4.jpg');
    grid-row-start: 2;
    grid-row-end: 2;
    grid-column-start: 3;
}

.preim .itemPreim:nth-child(6) {
    background: url('../images/bgPreim5.jpg');
    grid-column-start: 2;
    grid-column-end: span 2;
}

.preim .itemPreim {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    z-index: 0;
    position: relative;
    min-height: 151px;
}

.preim .itemPreim .titlePreim {
    line-height: 41px;
    font-size: 34px;
    margin-bottom: 25px;
    padding-bottom: 0;
}

.preim .itemPreim .descPreim {
    font-size: 21px;
    font-weight: 300;
    color: #223159;
    line-height: 33px;
}

.preim .itemPreim .numPreim {
    position: absolute;
    left: 30px;
    top: 110px;
    z-index: 1;
    font-size: 75px;
    font-weight: 800;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    text-stroke: 1px #fff;
    -webkit-background-clip: text;
    background-clip: text;
    opacity: .6;
}

.preim .itemPreim .namePreim {
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 30px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
}

.preim .itemPreim .wImg {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}


/* preim end */


/* usl */

.usl {
    margin-bottom: 95px;
    margin-top: 105px;
}

.usl .topUsl {
    margin-bottom: 35px;
}

.insidepage .usl .topUsl {
    display: none;
}

.usl .titleUsl {
    width: calc(100% - 610px);
    height: 151px;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.usl .topUsl .descUsl {
    width: 610px;
    border-left: solid 3px #E4E9EF;
    line-height: 33px;
    font-size: 21px;
    font-weight: 300;
    color: var(--mainBlue);
    height: 151px;
    padding-left: 30px;
    display: flex;
    align-items: center;
}

.usl .itemsUsl {
    display: grid;
    grid-template-columns: repeat(3, calc((100% - 70px) / 3));
    grid-gap: 35px;
}

.usl .itemUsl {}

.usl .itemUsl:not(:last-child) .wImg {
    padding-bottom: 3px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    max-height: 253px;
}

.usl .itemUsl:not(:last-child) .wImg::before {
    height: calc(100% - 3px);
    width: 100%;
    background: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-bottom: solid 3px #0071B6;
    transform: translateX(calc(0% - (100% - 50px)));
    transition: .4s;
}

.usl .itemUsl:not(:last-child):hover .wImg::before {
    transform: none;
}

.usl .itemUsl:not(:last-child) .wImg::after {
    display: block;
    content: '';
    width: 15px;
    height: 15px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transition: all 0.4s;
    cursor: pointer;
    transform: translateY(-50%) rotate(-45deg);
    position: absolute;
    left: 12px;
    top: 50%;
}

.usl .itemUsl:not(:last-child):hover .wImg::after {
    left: calc(100% - 35px);
}

.usl .itemUsl:not(:last-child) .wImg img {
    max-height: 250px;
}

.usl .itemUsl:not(:last-child) .nameUsl {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    color: var(--mainBlue);
    margin-bottom: 15px;
    display: block;
}

.usl .itemUsl:not(:last-child) .descUsl {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    color: #666666;
    display: block;
}

.usl .itemUsl:last-child {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.item-page ol{
    list-style-type: decimal;
}
.item-page ol ol,.item-page ol ul{
    padding-left: 15px;
}
.item-page ul{
    list-style-type: disc;
}
.item-page ul ol,.item-page ul ul{
    padding-left: 15px;
}
.usl .itemUsl.nofon:before {
    display: none;
}
.usl .itemUsl:last-child::before {
    content: "";
    background: url('../images/beforeLaftUsl.jpg') no-repeat left top;
    position: absolute;
    background-size: cover;
    left: 0;
    top: 0;
    height: 250px;
    width: 949px;
    z-index: -1;
}

.usl .itemUsl:last-child .nameUsl {
    font-size: 49px;
    font-weight: 700;
    line-height: 1;
    color: var(--mainBlue);
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 45px;
    padding-left: 70px;
}

.usl .itemUsl:last-child .btn1 {}

.usl .itemUsl:last-child .btnAll span {
    position: relative;
}

.usl .itemUsl:last-child .btnAll span::before {
    position: absolute;
    left: -80px;
    top: 50%;
    transform: translateY(-50%);
    content: url('../images/svg/mail.svg');
}

.usl .itemUsl:last-child .btnAll span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    left: 0;
    bottom: -5px;
}


/* usl end */


/* part */

.part {
    margin-bottom: 100px;
    background: url('../images/bgPart.jpg') no-repeat center center;
}

.part .wrapPart {
    padding: 105px 0;
}

.part .titlePart {
    color: #fff;
    padding: 0;
    margin-bottom: 105px;
}

.part .itemsPart {
    margin-left: -25px;
    margin-right: calc(((100vw - 100%) / -2) - 130px);
    margin-bottom: 90px;
}

.part .itemPart {
    padding: 0 25px;
}

.part .itemPart .wImg {
    height: 180px;
    background: #fff;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.part {}


/* part end */


/* otzv */

.otzv {
    /* margin-bottom: 80px; */
}

.otzv .titleOtzv {
    margin-bottom: 5px;
}

.otzv .itemsOtzv {
    margin-right: calc(((100vw - 100%) / -2) - 250px);
    margin-bottom: 65px;
    margin-left: -32.5px;
}

.otzv .wrapItemOtzv {
    padding: 0 32.5px;
    padding-top: 30px;
}

.otzv .itemOtzv {
    padding: 40px;
    position: relative;
    background: url('../images/svg/beforeItemOtzv.svg') no-repeat bottom right, #DEE5EC;
}

.otzv .itemOtzv::before {
    position: absolute;
    content: '’’';
    left: 40px;
    top: -15px;
    font-size: 75px;
    color: #0071B6;
    font-weight: 400;
    font-family: 'Parangon 530C';
}

.otzv .itemOtzv .nameAndDateOtzv {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.otzv .itemOtzv .nameOtzv {
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    color: var(--mainBlue);
    text-transform: uppercase;
}

.otzv .itemOtzv .dateOtzv {
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
    color: var(--mainBlue);
}

.otzv .itemOtzv .bodyOtzv {
    font-size: 16px;
    line-height: 2;
    font-weight: 300;
    color: #666666;
}

.otzv .arrowOtzv {
    margin-right: 135px;
}

.otzv .arrowOtzv::before {
    background: #DCE8EF;
}

.otzv .arrowOtzv .slick-arrow {
    border: solid 1px #DCE8EF;
}

.otzv .arrowOtzv .slick-arrow::before {
    color: #DCE8EF;
}

.otzv .btnOtzv {
    font-size: 15px;
    font-weight: 500;
    color: var(--mainBlue);
    line-height: 1;
    position: relative;
    cursor: pointer;
}

.otzv .btnOtzv::before {
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
    content: url('../images/svg/beforeBtnOstOtzv.svg');
}

.otzv .btnOtzv::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: var(--mainBlue);
    left: 0;
    bottom: -5px;
}


/* otzv end */


/* staticForm */

.staticForm {
    position: relative;
    margin-top: 100px;
}

.insidepage .staticForm {
    margin-top: 140px;
}

.staticForm .wrapSF::before {
    content: "";
    width: 100%;
    height: 5px;
    background: var(--mainBlue);
    position: absolute;
    bottom: -5px;
    left: 0;
}

.staticForm .itemsSF {
    display: grid;
    grid-template-columns: 610px 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 40px;
}

.staticForm .itemSF {
    position: relative;
}

.staticForm .itemSF:nth-child(1) {
    height: 322px;
    padding-top: 60px;
}

.staticForm .itemSF:nth-child(1)::before {
    content: "";
    background: url('../images/beforeItemSF.jpg') no-repeat right top;
    position: absolute;
    background-size: cover;
    right: 0;
    top: 0;
    height: 322px;
    width: 949px;
    z-index: -1;
}

.staticForm .titleSF {
    font-size: 34px;
    line-height: 1.2;
    padding-bottom: 0;
}

.staticForm .descSF {
    color: var(--mainBlue);
    font-weight: 300;
    font-size: 21px;
    line-height: 1.2;
}

.staticForm .itemSF:nth-child(2) {}

.staticForm .itemSF:nth-child(2) .wImg {
    margin-top: -90px;
}

.staticForm .itemSF:nth-child(2) .wImg img {
    transform: translateX(-50px);
}

.staticForm .itemSF .wrapInput {
    display: grid;
    grid-template-columns: 250px 250px;
    grid-gap: 10px;
}

.staticForm .itemSF .wrapSel,
.staticForm .itemSF .callback-modal__name,
.staticForm .itemSF textarea {
    grid-column-start: span 2;
}

.staticForm .itemSF .wrapInput input,
.staticForm .itemSF .wrapInput .wrapSel select,
.staticForm .itemSF .wrapInput textarea {
    height: 50px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    color: #666666;
    border: none;
    background: none;
    border: solid 1px #7893B8;
    font-family: 'OpinionPro', sans-serif;
}

.staticForm .itemSF .wrapInput .wrapSel select {
    background: none;
    /* height: 48px; */
    /* padding: 0; */
}

.staticForm .itemSF .wrapInput textarea {
    padding: 10px 20px;
    height: 120px;
}

.staticForm .itemSF .wrapInput input::placeholder,
.staticForm .itemSF .wrapInput textarea::placeholder {
    opacity: 1;
}

.staticForm .itemSF .botLineMF {
    width: 510px;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 90px;
}

.staticForm .itemSF .wrapLabel {
    margin: 0;
}

.staticForm .itemSF .wrapLabel span a,
.staticForm .itemSF .wrapLabel span {
    color: rgba(0, 0, 0, 0.3);
}

.staticForm .itemSF .wrapLabel span::before {
    border: solid 1px #7893B8;
}

.staticForm .itemSF .wrapLabel span::after {
    background: #7893B8;
}

.staticForm .itemSF .botLineMF .btnAll {
    padding: 15px 40px;
}

.staticForm .itemSF:nth-child(4) {
    display: flex;
    flex-direction: column;
}

.staticForm .itemSF .telAndMailSF {
    border-left: solid 3px #0071B6;
    margin-bottom: 50px;
    padding-left: 25px;
    align-items: flex-start;
}

.staticForm .itemSF .telSF {
    font-size: 34px;
    color: var(--mainBlue);
    line-height: 41px;
    font-weight: bold;
}

.staticForm .itemSF .mailSF {
    font-size: 28px;
    color: var(--mainBlue);
    line-height: 41px;
    font-weight: bold;
}

.staticForm .itemSF .telSF:hover,
.staticForm .itemSF .mailSF:hover {
    text-decoration: underline;
}

.staticForm .itemSF .wrapAdressSF {
    font-size: 18px;
    font-weight: 300;
    color: var(--mainBlue);
    line-height: 2;
}

.staticForm .itemSF:nth-child(4) .telSF {}


/* staticForm end  */


/* footer */

footer {
    position: relative;
    margin-top: 180px;
    background: url('../images/bgFooter.png') no-repeat center bottom, var(--mainBlue);
}

footer .map {
    margin-top: -180px;
}

footer .wrapMap {
    position: relative;
    margin: 0 -210px;
    z-index: 0;
}

footer .wrapMap::before {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 1240px;
    background: var(--mainBlue);
    z-index: 1;
    content: "";
    height: 5px;
}

footer {}

.footer {
    padding-top: 70px;
    padding-bottom: 50px;
}

.wrapFooter {
    display: grid;
    grid-template-columns: 240px 210px 440px 1fr;
}

.wrapFooter .col-1 {
    flex-direction: column;
    justify-content: space-between;
}

.wrapFooter .logo {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.wrapFooter .paySposob {
    flex-wrap: wrap;
    margin-bottom: 45px;
}

.wrapFooter .paySposob img {
    width: 40px;
    margin-right: 10px;
    max-height: 23px;
    margin-bottom: 20px;
}

.wrapFooter .paySposob span {
    color: #757E90;
    border: 1px solid #757E90;
    padding: 9px 14px;
    margin-right: 10px;
    font-size: 11px;
}

.wrapFooter .social {
    display: flex;
    justify-content: flex-start;
}

.wrapFooter .social a {
    display: flex;
    margin-right: 10px;
    border: solid 1px #525D74;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    transition: .4s
}

.wrapFooter .social a:hover {
    background: var(--mainBlue2);
}

.wrapFooter .social a img {
    max-width: 17px;
    max-height: 17px;
}

.wrapFooter .titleMF {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.wrapFooter .wrapMF {}

.wrapFooter .wrapMF ul {
    display: flex;
    flex-direction: column;
}

.wrapFooter .wrapMF li {
    /* margin-bottom: 15px; */
}

.wrapFooter .wrapMF li a {
    font-size: 16px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.3);
}

.wrapFooter .wrapMF li a:hover {
    text-decoration: underline;
}

.wrapFooter .wrapAF {
    position: relative;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.3);
    line-height: 1.8;
    padding-left: 18px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 50px;
    margin-left: 43px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.wrapFooter .wrapAF::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: calc(100% + 20px);
    content: url('../images/svg/map.svg');
}

.wrapFooter .wrapAF span {
    font-weight: 400;
    font-size: 17px;
    line-height: 1.1;
    color: #fff;
    display: block;
}

.wrapFooter .wrapPF {
    position: relative;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.3);
    line-height: 1;
    padding-left: 18px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 50px;
    margin-left: 43px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.wrapFooter .wrapPF::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: calc(100% + 20px);
    content: url('../images/svg/phone2.svg');
}

.wrapFooter .wrapPF a {
    font-weight: 400;
    font-size: 17px;
    line-height: 1.1;
    color: #fff;
    display: block;
}

.wrapFooter .wrapMF2 {
    position: relative;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.3);
    line-height: 1;
    padding-left: 18px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 50px;
    margin-left: 43px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.wrapFooter .wrapMF2::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: calc(100% + 20px);
    content: url('../images/svg/mail2.svg');
}

.wrapFooter .wrapMF2 a {
    font-weight: 400;
    font-size: 17px;
    line-height: 1.1;
    color: #fff;
    display: block;
}

.wrapFooter .wrapBF {}

.wrapFooter .wrapBF .btnAll {}

.wrapFooter .wrapBF .btnAll::before {
    content: url('../images/svg/phone1.svg');
    position: absolute;
    left: 17px;
    top: 50%;
    transform: translateY(-50%);
}

.copyright {
    background: rgba(0, 0, 0, 0.3);
}

.wrapCopyright {
    height: 62px;
}

.copyright .webrazrabotka a,
.copyright .webrazrabotka,
.copyright .site {
    font-size: 300;
    color: rgba(255, 255, 255, 0.3);
    font-size: 14px;
    line-height: 2;
}

.copyright .webrazrabotka a:hover {
    text-decoration: underline;
}

.copyright .politikaAndSogl {}

.copyright .politikaAndSogl a {
    font-size: 300;
    color: #fff;
    font-size: 14px;
    line-height: 2;
    margin-right: 30px;
}

.copyright .politikaAndSogl a:last-child {
    margin-right: 0;
}

.copyright .politikaAndSogl a:hover {
    text-decoration: underline;
}


/* footer end */


/* контенер */

@media screen and (min-width:576px) {
    .container {
        max-width: 540px;
    }
}

@media screen and (min-width:768px) {
    .container {
        max-width: 720px;
    }
}

@media screen and (min-width:992px) {
    .container {
        max-width: 960px;
    }
}

@media screen and (min-width:1200px) {
    .container {
        max-width: 1270px;
    }
}


/* --- effects --*/

.bounceInUp {
    opacity: 0;
    -moz-transform: scale(0.9);
    /* Для Firefox */
    -ms-transform: scale(0.9);
    /* Для IE */
    -webkit-transform: scale(0.9);
    /* Для Safari, Chrome, iOS */
    -o-transform: scale(0.9);
    /* Для Opera */
    transform: scale(0.9);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.bounceInUp.shown {
    opacity: 1;
    transform: scale(1);
    -moz-transform: scale(1);
    /* Для Firefox */
    -ms-transform: scale(1);
    /* Для IE */
    -webkit-transform: scale(1);
    /* Для Safari, Chrome, iOS */
    -o-transform: scale(1);
    /* Для Opera */
}