.bold {
    font-weight: bold
}

.align-center {
    text-align: center
}
.jc-center {
    justify-content: center;
}
.t-group {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-flow: row-reverse wrap;
    -moz-flex-flow: row-reverse wrap;
    -ms-flex-flow: row-reverse wrap;
    -o-flex-flow: row-reverse wrap;
    flex-flow: row-reverse wrap;
}

.t-group .table {
    width: 100%;
    order: 2;
}

.t-group .textEditor {
    width: 100%;
    order: 1;
    display: none;
}

.t-group .table + .textEditor {
    display: block;
}

.uppercase {
    text-transform: uppercase
}

.noScroll {
    overflow:hidden;
}
.popUp {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    overflow: auto;
}

.popUp_shade {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(31, 33, 37, 0.48);
}

.popUp_wrap {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    min-height: 100%;
    /* overflow: auto; */
    padding: 32px 0px;
    box-sizing: border-box;
}

.popUp_content {
    background-color: white;
    position: relative;
    z-index: 2;
    padding: 40px 64px;
    /* box-shadow: 0px 56px 40px -32px rgba(0, 0, 0, 0.24); */
    font-size: 14px;
    color: rgba(46, 46, 46, 0.80);
    border-radius: 8px;
}

.popUp_service_wrap {
    width: 736px;
    box-sizing: border-box;
    padding: 48px 64px;
}

img.closePopUp {
    padding: 0px;
    position: absolute;
    right: -40px;
    top: 1px;
    cursor: pointer;
    transition: all ease 0.25s;
    opacity: 1;
}

img.closePopUp:hover {opacity: 0.56;}

img.closePopUp:active {
    transform: scale(0.90);
}
.popUp_service_bottom.flex {
    padding-top: 40px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    margin-top: 32px;
    align-items: center;
    justify-content: space-between;
}

.popUp_service_bottom_price {
    font-size: 24px;
    font-weight: 900;
    color: #444;
}

h2.popUp_service_wrap_title {
    text-align: center;
    font-size: 40px;
    line-height: 48px;
    color: #444444;
    font-weight: 500;
    margin-bottom: 16px;
    text-align: left;
}
 
.popUp_service_wrap p {
    font-size: 16px;
    line-height: 24px;
    color: #444;
}

.popUp_service_wrap ul {
    /* padding: 24px 0px; */
}

.popUp_service_wrap ul li {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #444;
    padding-left: 32px;
}

 
.service_text.flex.fixDrugoe {
    margin-top: 48px;
}

.sasibo_wrap.flex {
    max-width: 640px;
    padding: 40px 64px;
    box-sizing: border-box;
}

.sasibo_wrap.flex {
    align-items: center;
}

.popUp_content {
}

.popUp_content p {
    font-size: 16px;
    line-height: 24px;
    color: #444;
}
 

.TOP {
    position: fixed;
    width:  100%;
    top: 0px;
    background-color: #041f33;    
    z-index: 100;
    border-bottom: 1px solid #ffffff;
}

.TOP.fixed {position:  fixed;left:  0px;top: 0px;}

.TOP .nav {
    position:  relative;
    z-index:  101;
    padding-top: 27px;
    padding-bottom: 37px;
    transition: all ease 0.32s;
}

.TOP .fullMenu {
    display:  none;
    position:  fixed;
    top: 0px;
    z-index:  100;
    height:  100%;
    background-color: rgba(15, 24, 67, 0.96);
    width: calc(100%);
    margin-left: 0px;
    padding-left:  112px;
    padding-right:  112px;
    box-sizing:  border-box;
    padding-top: 173px;
    /*background-image: url(../f/blurLogo.png);*/
    background-repeat: no-repeat;
    background-position: left bottom;
}

.TOP .nav .wrap {
    align-items:  center;
}

.TOP .nav .left {}

.TOP .nav .right {}

.TOP .nav .left .wrap {}

.TOP .nav .left a.logo {
    transition:  all ease 0.32s;
    cursor:  pointer;
    width: 70px;
    height: 70px;
    display: block;
    background-repeat:  no-repeat;
    background-position:  left center;
    background-image: url(../f/newlogo2White.svg);
    -webkit-background-size: 70px auto;
    background-size: 70px auto;
    margin: -10px 0px -20px;
}

.TOP .nav .left a.logo img {}

.TOP .nav .left {}

.TOP .nav .left .info {}

.TOP .nav .left .info .cont {
    height:  64px;
    border-left: 1px solid rgba(51, 51, 51, 0.08);
    padding-left:  48px;
    margin-left:  48px;
}

.TOP .nav .left .info .cont .line {
    font-size: 13px;
    font-family:  RobotoC;
    line-height:  20px;
    color: rgba(51, 51, 51, 0.64);
}

.TOP .nav .left .info .cont a.tell {
    font-size:  22px;
    font-weight:  bold;
    color:  #333333;
    text-decoration:  none;
    transition:  all ease 0.32s;
}

.TOP .nav .right .wrap {}

.TOP .nav .right .navLinks {}

.menuIcon {
    margin-left: 20px;
    cursor: pointer;
    position: relative;
}

.menuIcon .line {
    width: 32px;
    height: 4px;
    background-color: #ffffff;
    margin: 4.5px 0px;
    transition: all ease 0.24s;
    transform-origin: 4px;
    border-radius: 2px;
}

.TOP .nav .right .navLinks ul.menu {
    margin-left: 40px;
}

.TOP .nav .right .navLinks ul.menu li.item {
    position:  relative;
    margin: 0 7px;
}

.TOP .nav .right .navLinks ul.menu li.item a.link {
    font-size: 21px;
    line-height: 24px;
    color: #ffffff;
    font-weight:  600;
    text-decoration:  none;
    transition:  all ease 0.32s;
    position:  relative;
    display: inline-block;
    opacity: 1;
    letter-spacing: 0.43px;
    padding: 6px 8px;
    border-bottom: 2px solid transparent
}

.TOP .nav .right .navLinks ul.menu li.item.active a.link,
.TOP .nav .right .navLinks ul.menu li.item a.link:hover {
    border-bottom-color: #fff;
}

.TOP .nav .left a.logo:hover {
    opacity: 0.72;
}

.TOP .nav .left .info .cont a.tell:hover {
    color: #3e2bf0;
}

.HEADER .headerWrap .cont .breadCrubmb ul li a:hover {
    border-bottom: 2px solid rgb(54, 84, 214);
}

.HEADER .headerWrap .cont .breadCrubmb ul li a.active {
    color: rgba(51, 51, 51, 0.32);
    border-bottom: 2px solid transparent;
}

/*.TOP .nav .right .navLinks ul.menu li.item a.link:hover {opacity:  1;color:  #DC444F;}*/

 

/*.TOP .nav .right .navLinks ul.menu li.item a.link:hover:after {
    width:  100%;
    background-color: rgb(54, 84, 215);
}

.TOP .nav .right .navLinks ul.menu li.item.active a.link:before,
.TOP .nav .right .navLinks ul.menu li.item a.link:hover:before {
    width: 100%;
    height: 7px;
    content:  "";
    display:  block;
    position:  absolute;
    border: 1px solid #ffffff;
    background-color: #eaeaec;
    margin-left: 0px;
    bottom: -42px;
}*/
.menuIcon:hover .line {
    /* background-color: #3654d7; */
}

.CONTENT {
    margin-top: 160px;
}

.modTittle {
    margin-bottom:  40px;
}

.modTittle .title {
    width:  50%;
    font-size:  40px;
    line-height:  56px;
    font-weight:  bold;
    color:  #333333;
}

.modTittle .desc {
    width:  50%;
    font-size:  16px;
    line-height:  24px;
    color: rgba(51, 51, 51, 0.80);
    padding-left:  16px;
}

.modTittle .wrap {
    align-items:  center;
}

.FOOTER {
    background-color:  #041f33;
    margin-top:  96px;
    border-top: 1px solid #ffffff;
}

.FOOTER .socialWijets {}

.FOOTER .map {
    overflow: hidden;
    border-radius: 8px;
    height:  220px;
    background-color: whitesmoke;
}

.copyright {
    padding:  48px 0px;
    /* border-top: 1px solid rgba(255, 255, 255, 0.08); */
    margin-top:  48px;
}

.copyright .wrap {
    align-items:  center;
}

.copyright .desc {
    font-size:  14px;
    color: rgba(255, 255, 255, 0.32);
    width: 420px;
}

.copyright .social {
    align-items:  center;
}

.copyright .social .title {
    font-size: 14px;
    color: #ADADAD;
    margin-right: 40px;
}

.copyright .social .icons {}

.copyright .social .icons a.link {
    padding: 0px 12px;
    display:  flex;
    align-items:  center;
    filter: grayscale(100%);
    opacity: 1;
    transition:  all ease 0.32s;
    align-items:  center;
    height:  24px;
}

.grayMap {
    filter: grayscale(100%);
}

.copyright .social .icons a.link img {}

.FOOTER .socialWijets .items {
    display:  flex;
    flex-wrap:  wrap;
    flex-direction:  row;
    justify-content:  space-between;
    margin-bottom: 24px;
}

.FOOTER .socialWijets .items .item {
    width: calc(33.33% - 24px);
    margin-right: 0px;
    background-color: #F8F8F8;
    padding:  24px;
    text-align:  center;
    margin-bottom:  24px;
    border-radius:  8px;
}
.copyright .social .icons a.link:last-child {
    padding-right:  0px;
}

.copyright .social .icons a.link:hover {
    filter: grayscale(0);
    opacity: 1;
}

.menuIcon.active {}

.menuIcon.active .line:first-child {
    opacity:  1;
    transform: rotate(45deg);
}

.menuIcon.active .line:last-child {
    opacity:  1;
    transform: rotate(-45deg);
}

.menuIcon.active .line {
    opacity:  0;
}
.TOP .fullMenu > .wrap {
    display:  flex;
    flex-direction: column;
    justify-content:  space-between;
    /* width:  100%; */
    height: calc(100% - 0px);
}

.TOP .fullMenu .wrap .menu {
    height:  100%;
    display:  flex;
    align-items:  center;
    flex-direction:  row;
    justify-content:  center;
}

.TOP .fullMenu .wrap .copyright {}

.TOP .fullMenu .wrap .menu .menuColls {
    display:  flex;
    flex-wrap:  wrap;
    flex-direction:  row;
    justify-content:  space-between;
}

.TOP .fullMenu .wrap .menu .menuColls ul.coll {
    width:  33.33%;
    margin: 16px 0px;
}
.TOP .fullMenu .wrap .menu .menuColls ul.coll > li.item {}

.TOP .fullMenu .wrap .menu .menuColls ul.coll > li.item > a.link {
    font-size:  24px;
    line-height:  32px;
    font-weight:  900;
    color:  #333333;
    text-decoration:  none;
    padding: 4px 0px;
    display: inline-block;
    transition:  all ease 0.32s;
}

.TOP .fullMenu .wrap .menu .menuColls ul.coll > li.item > a.link span {}

.TOP .fullMenu .wrap .menu .menuColls ul.coll > li.item > a.link img {
    position:  relative;
    top: 5px;
    margin-left:  16px;
    filter: grayscale(100%);
    opacity: 0.24;
    transition:  all ease 0.32s;
}

.TOP .fullMenu .wrap .menu .menuColls ul.coll > li.item > ul.subMenu {
    margin-top: 8px;
}

.TOP .fullMenu .wrap .menu .menuColls ul.coll > li.item > ul.subMenu > li.item {}

.TOP .fullMenu .wrap .menu .menuColls ul.coll > li.item > ul.subMenu > li.item > a.link {
    display:  inline-block;
    font-size:  15px;
    color: rgba(51, 51, 51, 0.72);
    line-height: 30px;
    text-decoration:  none;
    position:  relative;
    transition:  all ease 0.32s;
    font-weight: 600;
}

.TOP .fullMenu .wrap .menu .menuColls ul.coll > li.item > a.link:hover {
    color: #3654D6;
}

.TOP .fullMenu .wrap .menu .menuColls ul.coll > li.item > a.link:hover img {
    opacity:  1;
    filter: grayscale(0%);
}


.TOP .fullMenu .wrap .menu .menuColls ul.coll > li.item > ul.subMenu > li.item > a.link:after {
    content:  "";
    display: inline-block;
    position: relative;
    width: 24px;
    height: 2px;
    background-color: #3654D6;
    transform-origin: 0%;
    transform: scaleX(0.0);
    opacity:  0;
    transition:  all ease 0.32s;
    margin-left:  16px;
    top: -3px;
}

.TOP .fullMenu .wrap .menu .menuColls ul.coll > li.item > ul.subMenu > li.item > a.link:hover:after {
    transform: scaleX(1);
    opacity: 1;
    transition: all ease 0.32s;
}

.TOP .fullMenu .wrap .menu .menuColls ul.coll > li.item > ul.subMenu > li.item > a.link:hover {
    color: rgb(60, 93, 217);
}

.FOOTER.basePadding {
    padding: 36px 112px 20px;
}
 

.blueBTN {
    height: 56px;
    display:  flex;
    align-items:  center;
    justify-content:  center;
    padding: 0px 32px;
    background-color: #0F1843;
    border: 0px;
    outline:  none;
    border-radius: 4px;
    font-size: 14px;
    color:  #FFFFFF;
    font-weight: 700;
    text-decoration:  none;
    line-height:  18px;
    transition:  all ease 0.32s;
    text-transform:  uppercase;
    font-weight: 900;
    cursor:  pointer;
}

.borderBTN {
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 40px;
    background-color: transparent;
    border: 0px;
    outline: none;
    border-radius: 16px;
    font-size: 18px;
    color: #3654D6;
    font-weight: 700;
    text-decoration: none;
    line-height: 18px;
    border: 2px solid #3654D6;
    transition:  all ease 0.32s;
}

.blueBTN:hover {}

.borderBTN:hover {
    border: 2px solid #2C45B0;
    color: white;
    background-color: #2C45B0;
}

.blueBTN:active {}

.borderBTN:active {}

 
  

.blueBTN:hover {
    background-color: #1A2778;
}

a.a {}

.blueBTN:active {
    background-color: #2538AB;
}

.borderBTN:active {
    border: 2px solid #22368A;
    color: white;
    background-color: #22368A;
}

.MAIN {
    overflow-x:  hidden;
}

.popUp .feedBaclFrom .inputForm {
    width:  100%;
    height:  56px;
    margin-bottom: 8px;
    font-size: 15px;
    border: 1px solid #EDE8E4;
    color: #333;
    padding-left:  64px;
    background-repeat:  no-repeat;
    background-position: 24px center;
    outline: none;
    transition:  all ease 0.32s;
    border-radius: 4px;
}

.popUp .feedBaclFrom .inputForm:focus {
    border: 1px solid #0e1746;
}

.popUp .feedBaclFrom .inputForm.noIcon {
    padding-left: 24px;
}
.popUp form label {
    font-size: 12px;
    line-height: 16px;
    color: rgba(31, 33, 37, 0.56);
    display: block;
    padding-left: 40px;
    position: relative;
    padding-top: 2px;
    cursor: pointer;
    transition: all ease 0.24s;
}

.popUp form label input[type="checkbox"] {
    display: none;
}
.popUp form label i,
.popUp form label .icon {
    width: 24px;
    height: 24px;
    position: absolute;
    border: 1px solid rgba(31, 33, 37, 0.56);
    left: 0px;
    border-radius: 2px;
    transition: opacity ease 0.32s;
    cursor: pointer;
    opacity: 0.56;
}
.popUp form label input:checked + i,
.popUp form label input:checked + .icon {
    background-image: url(../f/cheB.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.popUp form label a {
    color: rgba(255, 255, 255, 0.8);
    transition: all ease 0.24s;
    color: rgb(175, 12, 23);
}
.popUp form label a {
    color: rgba(255, 255, 255, 0.8);
    transition:  all ease 0.24s;
    color: rgb(54, 84, 215);
}

.popUp .feedBaclFrom 
.inputForm.iconInput.input_user {
    background-image: url(../f/fbForm-3.svg);
}

.popUp .feedBaclFrom 
.inputForm.iconInput.input_date {
    background-image: url(../f/fbForm-2.svg);
}

.popUp .feedBaclFrom 
.inputForm.iconInput.input_tell.maskTell {
     background-image:  url(../f/fbForm-1.svg);
}

.popUp .feedBaclFrom 
.inputForm.iconInput.input_mail {
    background-image: url(../f/fbForm-4.svg);
}

textarea.inputForm {
    padding: 24px !important;
    max-height: 240px;
    height: 128px !important;
}

.popUp_content.feedBack {
    max-width: 480px;
}

.popUp_header {
    margin-bottom:  24px;
}

.popUp_header .title {
    font-weight:  bold;
    font-size: 32px;
    margin-bottom: 0px;
    color:  #333;
}

.popUp_header .name {
    font-size:  16px;
    font-weight:  bold;
    line-height:  24px;
    color: #3654d7;
}
button.blueBTN.bigBTN.sendFORM {
    width:  100%;
    margin-top:  16px;
    margin-bottom: 16px;
    border-radius:  4px;
}

.scrollTopBTN {
    width: 36px;
    height: 36px;
    border-radius:  40px;
    box-shadow: inset 0px 0px 0px 1px rgba(15, 23, 70, 0.16);
    background-image:  url(../f/scrollTop.svg);
    background-repeat:  no-repeat;
    background-position:  center;
    margin-right: 24px;
    cursor:  pointer;
    transition: all ease 0.32s;
}

.scrollTopBTN:hover {
    box-shadow: inset 0px 0px 0px 64px rgba(15, 23, 70, 0.16);
}
.TOP .nav .left .menu {
    align-items:  center;
    cursor:  pointer;
}

.TOP .nav .left .menu .menuTitle {
    font-size:  19px;
    padding-left: 1em;
    font-weight:  700;
    color:  #ffffff;
    transition:  all ease 0.32s;
}

.TOP .nav .right .tells {
    padding-left:  72px;
    padding-right:  64px;
    position:  relative;
}



.TOP .nav .right .navLinks ul.menu li.item a.link.homeLink {
    width:  24px;
    height:  20px;
    background-image: url(../f/homeBlue.svg);
    background-repeat:  no-repeat;
}

.TOP .breadMain {
    border-top: 1px solid rgba(15, 23, 70, 0.10);
    border-bottom: 1px solid rgba(15, 23, 70, 0.10);
    background-color: #fff;
    transition:  all ease 0.32s;
}

.TOP .breadMain .left {
    align-items:  center;
}

.TOP .breadMain .left .breadcrumbs {}

.TOP .breadMain .left .breadcrumbs .items {
    height:  40px;
    align-items:  center;
}

.TOP .breadMain .left .breadcrumbs .items a.link {
    font-size:  12px;
    font-weight:  600;
    color:  #0F1843;
    text-decoration:  none;
    display: inline-block;
    border-bottom: 1px solid #d9dae2;
    padding-bottom: 1px;
    transition:  all ease 0.32s;
    cursor:  pointer;
}

.TOP .breadMain .left .breadcrumbs .items img {
    margin: 0px 8px;
}

.TOP .breadMain .left .breadcrumbs .items a.link.active {
    color: rgba(15, 24, 67, 0.56);
    border-bottom:  1px solid transparent !important;
}

.TOP .breadMain .right {}

.TOP .breadMain .right a {
    height: 40px;
    padding:  0px 24px;
    border-radius: 2px;
}

.TOP .breadMain .wrap {
    align-items:  center;
    height:  56px;
}

.TOP .breadMain .left .breadcrumbs .items a.link:hover {
    border-bottom: 1px solid #DC444F;
    color:  #DC444F;
}
.TOP.fixed .breadMain {
    border-bottom:  1px solid transparent;
}

.TOP .nav .right .tells .items {}

.TOP .nav .right .tells .items > a.item {}

.TOP .nav .right .tells .items .moreTell {
    display:  none;
    position:  absolute;
    margin-top: 8px;
}

.TOP .nav .right .tells .items .moreTell a.item {
    height:  40px !important;
    border-top: 1px solid #e7e7ec;
    display: flex !important;
    align-items:  center;
}

.TOP .nav .right .tells .items > a.item, .TOP .nav .right .tells .items .moreTell a.item {
    height: 24px;
    display:  block;
    font-size:  19px;
    color:  #ffffff;
    text-decoration:  none;
    font-weight: 700;
    line-height:  24px;
    z-index:  2;
    position: relative;
    transition:  all ease 0.32s;
    letter-spacing: 0.37px;
}

.TOP .nav .right .tells .bg {
    position:  absolute;
    left:  0px;
    top: -16px;
    width: 100%;
    height: 56px;
    border-radius: 6px;
    background-image:  url(../f/icon_phone.png);
    -webkit-background-size: 21px auto;
    background-size: 21px auto;
    background-repeat:  no-repeat;
    background-position: 46px 15px;
    z-index:  1;
    transition:  all ease 0.32s;
}

/*
.TOP .nav .right .tells .bg:after {
    content:  "";
    display:  block;
    position:  absolute;
    width: 10px;
    height: 6px;
    right: 40px;
    top: 24px;
    background-image:  url(../f/arrWhite.svg);
    background-repeat:  no-repeat;
    transition:  all ease 0.32s;
}

.TOP .nav .right .tells:hover .bg {
    background-image: url(../f/icon_phone-h.png);
}

.TOP .nav .right .tells:hover .bg:after {
    background-image: url(../f/arrBlue.svg);
}

.TOP .nav .right .tells:hover {}

.TOP .nav .right .tells:hover .bg {
    height: 180px;
    box-shadow: 0px 16px 56px -16px rgba(15, 24, 67, 0.48);
    background-color: white;
}

.TOP .nav .right .tells:hover .moreTell {
    display:  block;
}

.TOP .nav .right .tells:hover .bg:after {
    opacity:  1;
    transform: rotate(180deg);
}
.TOP .nav .right .tells:hover .items .moreTell a.item {
    opacity:  1;
}

.TOP .nav .right .tells:hover .items > a.item, .TOP .nav .right .tells:hover .items .moreTell a.item {
    color: #0F1843;
}
}*/
.TOP .nav .right .tells .items > a.item:hover, .TOP .nav .right .tells .items .moreTell a.item:hover {
    color: #DC444F;
}



.wTop .TOP .nav .left a.logo {
    background-image: url(../f/newlogo2White.svg);
}

.wTop .menuIcon.active .line:first-child {
    background-color:  white;
}

.wTop .menuIcon.active .line:last-child {
    background-color:  white;
}

.wTop .TOP .nav .left .menu .menuTitle {
    color:  white;
}

.wTop .TOP .nav .right .tells .items > a.item {
    color:  white;
}

.wTop .TOP .nav .right .tells .bg {
    background-image: url(../f/tellWhite.svg);
}

.wTop .TOP .nav .right .tells .bg:after {
    background-image: url(../f/arrWhite.svg);
}

.wTop .TOP .nav .right .tells:hover .bg:after {
    background-image: url(../f/arrBlue.svg);
}

.wTop .TOP .nav .right .tells:hover .bg {
    background-image: url(../f/tellBlue.svg);
}

.wTop .TOP .nav .right .tells:hover .items > a.item {
    color: #0F1843;
}

a.item {}


.wTop .TOP .nav .right .devider {
    border-left: 1px solid rgba(255, 255, 255, 0.24);
}

.wTop .TOP .nav .right .navLinks ul.menu li.item a.link.homeLink {
    background-image: url(../f/homeWhite.svg);
}

.wTop .TOP .nav .right .navLinks ul.menu li.item a.link {
    color:  white;
}

.openedMenu {}

.openedMenu .TOP .nav .right {
    display:  none;
}

.TOP .nav .right form.searchForm {
    position:  absolute;
}

form.searchForm {
    position:  absolute;
    top: -14px;
    right: 0px;
    z-index: 222;
    display: none;
}

form.searchForm input[type="search"] {
    width:  352px;
    height: 64px;
    border: 3px solid rgba(255, 255, 255, 0.32);
    background-color:  transparent;
    padding: 0px 24px;
    font-size:  16px;
    font-weight:  600;
    color:  white;
    outline:  none;
    transition:  all ease 0.32s;
    padding-right: 64px;
}

form.searchForm button.searchBTN {
    position:  absolute;
    top: 19px;
    right: 24px;
    background-color:  transparent;
    border: 0px;
    outline:  none;
    opacity: 1;
    transition:  all ease 0.32s;
}

.TOP .fullMenu form.searchForm:hover {}

form.searchForm input[type="search"]:hover {
    border: 3px solid hsla(0, 0%, 100%, 0.56);
}

.TOP .fullMenu form.searchForm button.searchBTN:hover {
    opacity: 0.56;
}

.openedMenu form.searchForm {
    display:  block;
}

.wTop form.searchForm input[type="search"] {}

form.searchForm input[type="search"]:focus {
    border: 3px solid hsla(0, 0%, 100%, 1);
}

.copyright .desc a.link {
    color: rgba(255, 255, 255, 0.32);
    transition: all ease 0.32s;
    margin-top: 4px;
    display:  block;
}

.copyright .desc a.link:hover {
    color:  white;
}

.cclogo {
    width:  420px;
    display:  flex;
    justify-content:  flex-end;
}

.copyright .social .icons a.link:hover {
    opacity:  0.56;
}

.TOP .fullMenu .wrap .menu .menuWrap {}

.TOP .fullMenu .wrap .menu .menuWrap .colums {}

.TOP .fullMenu .wrap .menu .menuWrap .colums ul.coll {
    margin:  0px 16px;
}

.TOP .fullMenu .wrap .menu .menuWrap .colums ul.coll li.item {
    width:  256px;
}

.TOP .fullMenu .wrap .menu .menuWrap .colums ul.coll li.item a.link {
    font-size:  24px;
    line-height:  24px;
    color:  white;
    font-weight: 600;
    text-decoration:  none;
    display:  inline-block;
    height: 48px;
    transition:  all ease 0.32s;
}

.TOP .fullMenu .wrap .menu .menuWrap .colums ul.coll li.item ul.subMenu {}

.TOP .fullMenu .wrap .menu .menuWrap .colums ul.coll li.item ul.subMenu li.subItem {}

.TOP .fullMenu .wrap .menu .menuWrap .colums ul.coll li.item ul.subMenu li.subItem a.subLink {
    height:  32px;
    line-height:  24px;
    display:  flex;
    align-items:  center;
    border-left: 1px solid rgba(255, 255, 255, 0.24);
    padding-left:  32px;
    color: rgba(255, 255, 255, 0.64);
    text-decoration:  none;
    transition:  all ease 0.32s;
}


.TOP .fullMenu .wrap .menu .menuWrap .colums ul.coll li.item a.link:hover {
    color: rgba(255, 255, 255, 0.56);
}

.TOP .fullMenu .wrap .menu .menuWrap .colums ul.coll li.item ul.subMenu li.subItem a.subLink:hover {
    border-left: 1px solid rgba(255, 255, 255, 1);
    color: rgb(255, 255, 255);
}

.FOOTER .footerMenu {
    height: 6em;
    margin: 36px 0 24px
}

.FOOTER .footerMenu li.item a.link {
    line-height: 2em;
    color: #f3f3f3;
    font-size:  16px;
    font-weight: 400;
    text-decoration:  none;
    transition:  all ease 0.32s;
    display:  inline-block;
    letter-spacing: 0.32px;
    position: relative;
}

.FOOTER .footerMenu li.item a.link:hover {
    color:  white;
}

.FOOTER .footerMenu li.item a.link:hover:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 4px;
    display: block;
    background-color: #ffffff;
}


.FOOTER .copyright .logo {
    display:  flex;
    flex-wrap:  wrap;
    color: #f3f3f3;
    flex:  1;
}

.FOOTER .copyright .logo .right.copyright {}

.FOOTER .copyright .logo .right.copyright .social.flex {}

.FOOTER .copyright .logo .right.copyright .social.flex a.link {}

.FOOTER .copyright .logo .right.copyright .social.flex .payments.flex {}

.FOOTER .copyright .logo .right.copyright .social.flex .payments.flex img {}

.FOOTER .copyright .social .icons a.link {
    padding:  0px 8px;
}

.FOOTER .copyright .social {
    margin-right: 24px;
}

.FOOTER .copyright {
    padding: 0 0 1.5em;
    align-items:  center;
    margin: 0;
}

.FOOTER .copyright .payments {}

.FOOTER .copyright .payments img {
    margin-left:  8px;
}

.FOOTER .copyright .copyright {
    padding:  0px;
    margin-top:  0px;
    border-top: 0px solid rgba(255, 255, 255, 0.08);
}

.FOOTER .copyright .logo a.link {
    color: #f3f3f3;
    transition:  all ease 0.32s;
}

.FOOTER .copyright .logo a.link:hover {
    color:  white;
}

.FOOTER .copyright .logo .introLogo {
    padding-left: 12px;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0.21px;
}
}
.detailPage {
    padding-top: 72px;
}

.textEditor {
    max-width:  768px;
    margin:  0px auto;
    /* background-color:  red; */
}

.detailPage h1 {
    max-width:  768px;
    margin:  0px auto;
    text-align:  center;
    margin-bottom:  48px;
    font-size:  32px;
    line-height:  40px;
    color:  #0F1843;
}

.detailPage h1:after {}

.textEditor > img, .textEditor > p > img {
    width:  1120px;
    margin-left: -176px;
    margin-top: 48px;
    margin-bottom: 48px;
}
.detailPage h1:after {
    content:  "";
    display:  block;
    margin: 0px auto;
    width: 40px;
    height: 4px;
    background-color: #DC444F;
    margin-top:  24px;
}

.textEditor p {
    font-size:  16px;
    line-height:  24px;
    color: #555;
    margin: 24px 0px;
}

.textEditor ul {
    margin:  24px 0px;
}

.textEditor ul li {
    font-size: 16px;
    line-height: 24px;
    color: #555;
    margin: 4px 0px;
    padding-left:  32px;
    position:  relative;
}

.textEditor h2 {
    margin-top:  48px;
    margin-bottom:  24px;
    font-size:  32px;
    color: #0F1843;
}

.textEditor h3 {
    margin-top: 48px;
    margin-bottom: 24px;
    font-size: 24px;
    color: #0F1843;
}

.textEditor ul li:after {
    content:  "";
    position:  absolute;
    width:  8px;
    height: 8px;
    background-color: #DC444F;
    left: 2px;
    top: 7px;
    border-radius: 8px;
}

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

.header {
    background-color: #FAFAFA;
    position:  relative;
}

.header .cont {
    padding-top:  64px;
    padding-bottom:  72px;
    z-index:  2;
    position:  relative;
}

.header .cont h1,
.bx-catalog-element .bx-title {
    max-width:  768px;font-size: 40px;line-height: 48px;color: #0f1843;font-weight:  900;letter-spacing:  0.5px;text-transform: uppercase;
}

.header .cont .desc {
    max-width:  640px;
    font-size: 16px;
    line-height: 24px;
    color: #555;
    margin-top:  16px;
    margin-bottom:  24px;
}

.header .cont a.blueBTN {}

.header .bg {
    position:  absolute;
    z-index:  1;
    left:  0px;
    top: 0px;
    width:  100%;
    height:  100%;
    /* background-color:  gold; */
}

.catalog_section .header .cont .desc.catalog-desc {
    max-width: 50%;
    position: relative;
    z-index: 2;
}

.catalog_section .header .cont .bg.catalog-bg {
    min-height: 200px;
    z-index: -1;
}

.catalog_section .header .cont .bg.catalog-bg .pic {
    max-width: 50%
}

.header .bg .mask {
    position:  absolute;
    width: 64%;
    height:  100%;
    right: 0px;
    top: 0px;
    z-index:  2;
    background-image: url(../f/headerMask.png);
    background-repeat: repeat-y;
}

.header .bg .pic {
    position: absolute;
    width: 64%;
    height: 100%;
    top: 0px;
    background-repeat:  no-repeat;
    background-position:  right center;
    filter:  grayscale(100%);
    right: 0px;
    background-size:  cover;
}
.textEditor h2:first-child {
    margin-top:  0px;
}

.header .cont a.blueBTN img {
    margin-left: 16px;
}




.redBTN {
    height: 56px;
    display:  flex;
    align-items:  center;
    justify-content:  center;
    padding: 0px 32px;
    background-color: #DC444F;
    border: 0px;
    outline:  none;
    border-radius: 4px;
    font-size: 14px;
    color:  #FFFFFF;
    font-weight: 700;
    text-decoration:  none;
    line-height:  18px;
    transition:  all ease 0.32s;
    text-transform:  uppercase;
    font-weight: 900;
}
.redBTN:hover {
    background-color: #9E2F37;
    color: #fff;
    text-decoration: none
}
.redBTN:active {
    background-color: #85282E;
}

.redBTN img {
    margin-right: 8px;
}

.catalog {
    margin-top:  72px;
}

.catalog .items {
    align-items:  stretch;
}

.catalog .items > .item {
    width: calc(50% - 12px);
    background-color: #FAFAFA;
    margin-bottom:  24px;
    border-radius:  4px;
    overflow:  hidden;
    transition:  all ease 0.32s;
    position:  relative;
}

.catalog .items .item .wrap {
    align-items:  stretch;
    height:  100%;
}

.catalog .items .item .wrap .pic {
    display:  flex;
    align-items:  flex-end;
    width:  220px;
    justify-content:  center;
}

.catalog .items .item .wrap .cont {
    display:  flex;
    flex-wrap: wrap;
    flex:  1;
    padding:  40px 0px;
    padding-right:  88px;
    background-color:  transparent;
}

.catalog .items .item .wrap .pic img {
    max-height: 220px;
}

.catalog .items .item .wrap .cont a.title {
    font-size:  24px;
    line-height:  32px;
    color:  #0F1843;
    font-weight:  bold;
    text-decoration:  none;
    margin-bottom: 12px;
    display:  inline-block;
    transition: all ease 0.32s;
    width:  100%;
}

.catalog .items .item .wrap .cont ul.subLinks {
    display:  block;
    width:  100%;
}

.catalog .items .item .wrap .cont .btnWrap {}

.catalog .items .item .wrap .cont img.catalArrow {
    position:  absolute;
    /* right: 40px; */
    /* top: 50%; */
    /* margin-top:  -20px; */
    /* transition:  all ease 0.32s; */
    /* opacity: 0.16; */
}

.catalog .items .item .wrap .cont ul.subLinks li {
    display:  block;
    width:  100%;
}

.catalog .items .item .wrap .cont ul.subLinks li a.link {
    font-size:  14px;
    color: rgba(15, 24, 67, 0.56);
    text-decoration:  none;
    border-left: 2px solid rgba(15, 23, 70, 0.08);
    line-height:  24px;
    display: inline-block;
    padding-left:  24px;
    font-weight:  600;
    transition:  all ease 0.32s;
}

.catalog .items .item .wrap .cont .btnWrap a.showAll {
    font-size: 14px;
    font-weight:  bold;
    line-height:  24px;
    margin-top:  8px;
    margin-left: 26px;
    text-decoration:  none;
    border-bottom: 1px solid rgba(44, 52, 93, 0.32);
    color:  #2c345d;
    transition:  all ease 0.32s;
    height: 25px;
}


.catalog .items > .item:hover {
    /* background-color: #F1F1F1; */
}
.catalog .items .item .wrap .cont a.title:hover {
    color: #DC444F;
}

.catalog .items .item .wrap .cont ul.subLinks li a.link:hover {
    border-left: 2px solid rgba(15, 24, 67, 1);
    color: rgba(15, 24, 67, 1);
}

.catalog .items .item .wrap .cont a.catalArrow_link {
    position:  absolute;
    right: 0px;
    opacity:  0.16;
    width: 88px;
    height:  100%;
    top: 0px;
    transition:  all ease 0.32s;
}

.catalog .items .item .wrap .cont a.catalArrow_link:hover {
    opacity: 1;
}

.catalog .items .item .wrap .cont .btnWrap a.showAll:hover {
    border-bottom: 1px solid rgba(44, 52, 93, 1);
}
.mod.textEditor {
    max-width: 100%;
}

.hiddenText {
    position:  relative;
}

.hiddenText .hide {
    height: 240px;
    overflow: hidden;
}

.hiddenText .mask {
    position:  absolute;
    width:  100%;
    height: 140px;
    bottom:  0px;
    background-image: url(../f/hiddenText.png);
    background-repeat:  repeat-x;
}

.hiddenText .showText {
    z-index:  2;
    position:  relative;
    display:  flex;
    justify-content:  center;
    align-items:  center;
    font-size:  18px;
    color: #0f1946;
    font-weight: 600;
    transition: all ease 0.32s;
    cursor:  pointer;
    margin-top: 24px;
}

.hiddenText .showText img {
    margin-left:  16px;
    transition: all ease 0.32s;
}

.hiddenText .showText:hover {
    color: #dc4550;
}

.hiddenText.showed {}

.hiddenText.showed .hide {
    height:  auto;
}

.hiddenText.showed .mask {
    display:  none;
}

.hiddenText.showed .showText img {
    transform: rotate(180deg);
}

.category .table {}

.category {}

.category .table .row {
    width:  100%;
}

.category .table .row .coll {}

.category .table .row .coll.size_name {
    width:  400px;
    transition:  all ease 0.32s;
    background-repeat:  no-repeat;
    background-position: left 3px;
}

.category .table .row .coll.size_name a {
    color: #041f33;
    text-decoration: none;
}

.category .table .row .coll.size_params {
    flex:  1;
    text-align:  center;
}

.category .table .row .coll.size_count {
    width:  220px;
    justify-content:  flex-end;
    display:  flex;
}

.toolTipTitle {
    position:  relative;
    justify-content:  center;
    display:  flex;
    transition:  all ease 0.32s;
    cursor:  pointer;
    width:  auto;
}

.toolTipTitle .title {
    display:  flex;
    a;
    a;
    a;
    align-items:  center;
    flex-wrap: wrap;
}

.toolTipTitle .title .toolTip {}

.toolTipTitle .title span {}

.toolTipTitle .title .icon {
    width:  24px;
    height:  24px;
    background-color: rgba(15, 23, 70, 0.08);
    margin-left:  16px;
    border-radius:  24px;
    border: 1px solid rgba(15, 23, 70, 0.08);
    background-image: url(../f/infoBlue.svg);
    background-repeat:  no-repeat;
    background-position:  center;
    transition:  all ease 0.32s;
}

.category .group {}

.category .group .mod.textEditor {}

.category .group .mod.textEditor .table {}

.cuntChange {}

.cuntChange .btn {
    width:  32px;
    height:  32px;
    background-color: #0F1843;
    border-radius: 2px;
    justify-content:  center;
    align-items:  center;
    display:  flex;
    cursor:  pointer;
    transition:  all ease 0.32s;
}

.cuntChange .btn input.count {}

.category  .table.heading {}

.category  .table.heading .coll.size_params {
}

.category .table .row .wrap {
    height:  56px;
    align-items:  center;
}

.category .table .row {
    border-bottom: 1px solid #e7e7ec;
    padding:  0px 16px;
    transition:  all ease 0.32s;
    border-radius:  4px;
    font-size:  16px;
    color: #555555;
}

.category .table .row:last-child {
    /* border-top: 1px solid transparent; */
}

.category .table .row:hover {
    background-color: #F6F6F8;
}

.category .table .row:last-child {
    border-bottom:  0px solid transparent;
}

.cuntChange input.count {
    font-size: 18px;
    width: 56px;
    border:  0px;
    background:  transparent;
    text-align:  center;
    font-weight: bold;
    color:  #0F1843;
    outline:  none;
    height:  32px;
}

.cuntChange .btn:hover {
    background-color: #dc444f;
}

.category .table.heading .row .wrap {
    padding:  0px 16px;
}
.toolTipTitle .toolTip {position:  absolute;pointer-events:  none;font-size:  12px;color: white;font-weight:  bold;padding: 8px 24px;background-color:  #0F1843;border-radius:  2px;width:  160px;top: 43px;text-align:  center;box-shadow: 0px 4px 16px rgba(15, 24, 70, 0.2);right: 0px;opacity:  0;transition:  all ease 0.32s;transform: scale(0.95) translateY(16px);}

.toolTipTitle .toolTip:after {
    content:  "";
    display:  block;
    position:  absolute;
    border:  8px solid transparent;
    border-bottom: 8px solid #0F1843;
    top: -16px;
    left:  50%;
    margin-left: -8px;
}

.category .table .row .coll.size_name .toolTip {
    left:  0%;
    margin-left: 24px;
}

.category .table.heading .row:hover {
    background-color: white;
}

.category .table.heading .row .wrap {
    height:  72px;
}

.category .table.heading .row {
    border-bottom: 1px solid #e7e7ec;
    border-top: 1px solid #e7e7ec;
}

.toolTipTitle:hover .title .icon {
    border: 1px solid rgba(15, 23, 67, 1);
    background-image: url(../f/infoWhite.svg);
    background-color: rgb(15, 23, 70);
}

.category .table .row .coll.size_name .toolTipTitle {
    justify-content:  flex-start;
}

.toolTipTitle:hover .toolTip {
    opacity: 1;
    transform: scale(1) translateY(0px);
}

.toolTipTitle:hover {
    color: #0F1843;
}

.totalSelected {
    padding:  24px 16px;
    background-color: #FAFAFA;
    margin-top:  48px;
}

.totalSelected .total {
    margin-left: 24px;
}

.totalSelected .btnWrap {}

.totalSelected .total div {
    color:  #333333;
}

.totalSelected .total div {
    margin-left:  16px;
}

.borderBTN {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 24px;
    border: 0px;
    outline: none;
    border-radius: 2px;
    font-size: 14px;
    color: #0F1843;
    font-weight: 700;
    text-decoration: none;
    line-height: 18px;
    transition: all ease 0.32s;
    text-transform: uppercase;
    font-weight: 900;
    border: 1px solid rgba(15, 23, 70, 0.16);
    cursor:  pointer;
}

.borderBTN:hover {}

.borderBTN:active {}

.totalSelected .left {
    align-items:  center;
}

.totalSelected .btnWrap a.redBTN {
    font-size:  16px;
}

.totalSelected .btnWrap a.redBTN img {
    margin-right: 8px;
}

.totalSelected .wrap {
    align-items:  center;
}
.borderBTN:hover {
    background-color: #151e4b;
    border: 1px solid #0f1846;
    color:  white;
}

.borderBTN {}

.totalSelected .left .btnWrap {
    margin-left:  24px;
}

.category .table .row.selected {
}

.category .table .row.selected .coll.size_name {
    font-weight:  bold;
    color: #0f1846;
    padding-left: 32px;
    background-image: url(../f/selected.svg);
}

.priceList {}

.priceList .group {}

.priceList .mod.textEditor {
    margin-top: 48px;
}

.priceList .items {}

.priceList .items .item {
    padding:  24px 0px;
    border-bottom: 1px solid rgba(15, 23, 70, 0.08);
    width:  calc(50% - 12px);
}

.priceList .items .item .formats {
    width:  128px;
}

.priceList .items .item a.title {
    flex:  1;
    font-size: 16px;
    color:  #0F1843;
    line-height:  24px;
    text-decoration:  none;
    transition:  all ease 0.32s;
    font-weight:  600;
}

.priceList .items .item .formats a.link {
    height:  24px;
    padding:  0px 8px;
    background-color:  #DC444F;
    display: inline-block;
    line-height:  24px;
    color:  white;
    font-weight:  bold;
    border-radius:  2px;
    text-decoration:  none;
    transition:  all ease 0.32s;
}

.priceList .items .item a.title:hover {
    color: #dc444f;
}

.priceList .items .item .formats a.link:hover {
    background-color: #9E2F37;
}

.priceList .items .item .formats a.link:active {
    background-color: #85282E;
}

.detailPage.fixSection {
    border-top: 1px solid #e7e7ec;
    max-width:  1312px;
    margin:  0px auto;
    margin-top: 64px;
}
.catalog.service {}

.catalog.service .items .item .wrap .pic {
    align-items:  center;
    width:  178px;
}

.catalog.service .items .item .wrap .desc {
    font-size:  15px;
    color:  #555;
}

.catalog.service .items .item .wrap a.title {
    margin-bottom:  8px;
}

.catalog.service.modMore {
    margin-top:  64px;
    border-top: 1px solid #e7e7ec;
    padding-top:  64px;
}

body.mainPage {}

body.mainPage .CONTENT {
    margin-top:  0px;
}

.wTop .menuIcon .line.line {
    background-color: #ffffff;
}

.wTop .TOP .nav .right .navLinks ul.menu li.item.active a.link:before {
    background-color: white;
}

.wTop .TOP {
    background-color:  transparent;
    background-image: url(../f/menuBG.png);
    background-size: auto 100%;
    background-repeat:  repeat-x;
}

body.mainPage {
    /*background-color: #070B22;*/
    background-color: #0f1843;
}

div#fp-nav {
    position: fixed;
    left:  0px;
    width: 0px;
    background-color:  red;
    height:  100%;
    z-index:  22;
    top: 0px;
    display:  flex;
    align-items:  center;
    margin:  0px !important;
}

div#fp-nav ul {
    margin-left:  112px;
    position:  relative;
}

div#fp-nav ul li {}

div#fp-nav ul li a {
    width:  24px;
    height:  3px;
    background-color: rgba(15, 24, 70, 0.24);
    transition:  all ease 0.32s;
    cursor:  pointer;
    display:  block;
    margin: 24px 0px;
}

div#fp-nav ul li a.active {
    width:  48px;
    background-color: #0f1846;
}

div#fp-nav ul li a:hover {
    background-color: #0f1846;
}

.slideCONT {
    position:  relative;
    width:  100%;
    height:  100%;
    overflow:  hidden;
}

.slideCONT .cont {
    width:  100%;
    height:  100%;
    background-color: rgba(0, 0, 0, 0.64);
    position:  relative;
    z-index:  2;
    padding-top:  100px;
    padding-bottom:  80px;
    color:  white;
}

.slideCONT .bg {
    width:  100%;
    height:  100%;
    position:  absolute;
    z-index:  1;
    left:  0px;
    top:  0px;
    background-size:  cover;
}

.mainPage .TOP .nav > .wrap:after {
    content:  "";
    display:  block;
    position:  absolute;
    width:  100%;
    bottom: -33px;
    height:  1px;
    background-color: hsla(230, 65%, 17%, 0.08);
    transition: all ease 0.32s;
}

.mainPage .TOP .nav > .wrap {
    position:  relative;
}

.scrollDown {}

.scrollDown {
    width: 18px;
    height: 31px;
    position:  absolute;
    left:  50%;
    margin-left:  -8px;
    bottom:  80px;
    background-image: url(../f/sdBlue.svg);
    background-repeat:  no-repeat;
    position:  fixed;
    z-index: 10;
    transition:  all ease 0.32s;
}

.slideCONT .cont .firstScren {
    display:  flex;
    flex-direction:  column;
    justify-content:  space-between;
    height:  100%;
    position:  relative;
}

.slideCONT .cont .firstScren .top {
    display:  flex;
    flex:  1;
    justify-content:  center;
    align-items:  center;
    text-align:  center;
}

.slideCONT .cont .firstScren .bottom {}

.slideCONT .cont .firstScren .bottom {}

.slideCONT .cont .firstScren .bottom a.sectionLink {
    width:  256px;
    margin-right: 32px;
    cursor:  pointer;
}

.slideCONT .cont .firstScren .bottom a.sectionLink .name {
    font-size:  24px;
    line-height:  32px;
    margin-bottom:  8px;
}

.slideCONT .cont .firstScren .bottom a.sectionLink .desc {
    font-size:  16px;
    font-weight:  600;
    color: rgba(255, 255, 255, 0.56);
    transition:  all ease 0.32s;
}

.slideCONT .cont .firstScren .top h1.mainTitle {
    font-size: 48px;
    line-height: 56px;
}

.slideCONT .cont .firstScren .top .catalogLinks {
    margin-top: 16px;
    margin-bottom:  56px;
}

.slideCONT .cont .firstScren .top .catalogLinks a.link {font-size:  24px;line-height:  32px;padding-bottom:  4px;border-bottom: 2px solid rgba(255, 255, 255, 0.32);color:  white;text-decoration:  none;margin: 0px 8px;transition:  all ease 0.32s;}

.slideCONT .cont .firstScren .top form {}

.slideCONT .cont .firstScren .top form input[type="search"] {
    width: 352px;
    height: 64px;
    border: 3px solid rgba(255, 255, 255, 0.32);
    background-color: transparent;
    padding: 0px 24px;
    font-size: 18px;
    font-weight: 600;
    color: white;
    outline: none;
    transition: all ease 0.32s;
    background-image:  url(../f/searchWhite.svg);
    background-repeat:  no-repeat;
    background-position:  calc(100% - 24px) center;
    padding-right:  56px;
}

.slideCONT .cont .firstScren .top .catalogLinks a.link:hover {
    border-bottom: 2px solid rgb(255, 255, 255);
}

.slideCONT .cont .firstScren .top form input[type="search"]:focus {
    border: 3px solid rgb(255, 255, 255);
    background-image: url(../f/searchBlue.svg);
    color: #0F1843;
    background-color:  white;
}

.slideCONT .cont .firstScren .bottom a.sectionLink .desc:before {
    content:  "";
    border: 6px solid transparent;
    border-left: 6px solid white;
    display:  inline-block;
    top: 0px;
    position: relative;
    margin-right: 8px;
    margin-left:  2px;
}

.slideCONT .cont .firstScren .bottom a.sectionLink:hover {}

.slideCONT .cont .firstScren .bottom a.sectionLink:hover .desc {
    color:  white;
}




.wTop div#fp-nav ul li a {
    background-color: rgba(255, 255, 255, 0.48);
}

.wTop div#fp-nav ul li a.active {
    width:  48px;
    background-color:  white;
}

.wTop div#fp-nav ul li a:hover {
    background-color:  white;
}

.wTop .scrollDown {
    background-image: url(../f/sdWhite.svg);
}


.wTop.mainPage .TOP .nav > .wrap:after {
    background-color: rgba(255, 255, 255, 0.24);
}

body.mainPage .TOP {
    background-color:  transparent;
}


.slideCONT .catalog {
    margin-top: 16px;
}

.secondScreen {
    height:  100%;
    display:  flex;
    align-items:  center;
    justify-content:  center;
}
.slideCONT .catalog {
    margin-top: 0px;
}

.secondScreen h2 {
    font-size:  40px;
}
.slideCONT .cont .centredContent {
    display:  flex;
    align-items:  center;
    height:  100%;
    justify-content:  center;
}

.whiteTitle {
    text-align:  center;
    font-size:  48px;
    line-height:  56px;
    margin-bottom:  56px;
    font-weight:  700;
}

.sericeMain .items {}

.sericeMain {
    margin-top: -40px;
}

.sericeMain .items .item {
    width:  320px;
    text-align:  center;
    border-right: 1px solid rgba(255, 255, 255, 0.24);
    padding: 0px 16px;
}

.sericeMain .items .item .icon {}

.sericeMain .items .item .title {
    font-size:  24px;
    line-height:  32px;
    font-weight: 700;
    margin-bottom: 16px;
    margin-top: 16px;
}

.sericeMain .items .item .desc {
    font-size:  14px;
    line-height:  24px;
    font-weight: 600;
}

.sericeMain .items .item .btnWrap {
    display:  flex;
    justify-content:  center;
    margin-top: 32px;
}

a.whiteBorderBTN {
    display:  flex;
    align-items:  center;
    height:  48px;
    box-shadow: inset 0px 0px 0px 3px white;
    padding:  0px 32px;
    font-size: 15px;
    color:  white;
    text-transform: uppercase;
    font-weight: 900;
    text-decoration:  none;
    cursor:  pointer;
    transition: all ease 0.32s;
}

a.whiteBorderBTN:hover {}

a.whiteBorderBTN:hover {
    box-shadow: inset 0px 0px 0px 48px white;
    color: #0F1843;
}

.sericeMain .items .item:last-child {
    border-right: 0px solid white;
}

div#pastemap > ymaps {
    width: 100% !important;
    height: 100vh !important;
}
.centred {
    width: 100%;
}
div#pastemap {
    margin-top: -22px;
    margin-left:  -112px;
    margin-right:  -112px;
    filter: grayscale(100);
    z-index:  1;
    position:  relative;
}

.mapMask {
    position:  absolute;
    left: -112px;
    width: calc(100% + 224px);
    top: -100px;
    /* background-color:  red; */
    height: 216px;
    z-index:  2;
    background-image: url(../f/mapMask.png);
    background-repeat:  repeat-x;
}

.aboutCompany {}

.aboutCompany .whiteTitle {}

.aboutCompany .miniTitle {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
    font-weight: 700;
}

.deviderTitle {}

.aboutCompany .deviderTitle {
    width: 48px;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.32);
    margin:  0px auto;
    margin-bottom: 24px;
}

.aboutCompany .desc {
    font-size:  18px;
    line-height: 28px;
    max-width: 862px;
    display:  block;
    margin:  0px auto;
    text-align:  center;
}

.aboutCompany .btnWrap {
    justify-content:  center;
    margin-top: 48px;
}
.aboutCompany .whiteTitle {
    margin-bottom: 16px;
}

.aboutCompany .btnWrap a.whiteBorderBTN {
    height:  56px;
    padding: 0px 32px;
}

.whiteTitle {
    text-align: center;
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 36px;
    font-weight: 700;
}

.contactForm {
    color:  #555555;
}

.contactForm .mod.textEditor {}

.contactForm h2 {}

.contactForm .modDesc {}

.contactForm .c_form {
    width: 554px;
}

.contactForm .c_info {
    width: 554px;
}

.contactForm .c_info .textEditor {}

.contactForm .c_info .textEditor h3 {}

.contactForm .c_info .item {
    margin-bottom:  32px;
}

.contactForm .c_info .item .title {
    font-size:  18px;
    line-height:  24px;
    margin-bottom: 8px;
}

.contactForm .c_info .item .val {
    font-size: 18px;
    line-height: 24px;
    font-weight:  600;
    color: #0f1947;
    margin: 4px 0px;
}

.contactForm .c_info .item .tells {}

.contactForm .c_info .item .tells .val {
    width:  50%;
    text-align:  left;
}

.contactForm .c_form .textEditor {}

.contactForm .c_form form {}

.contactForm .c_form form .wrap.flex {
    justify-content:  space-between;
}

input.typeInput {
    width: calc(50% - 8px);
    height:  48px;
    border: 2px solid #E9E9E9;
    box-sizing: border-box;
    font-family:  Roboto;
    font-size: 16px;
    margin-bottom:  16px;
    padding: 0px 24px;
    outline:  none;
    transition:  all ease 0.32s;
}

select.typeSelect {
    width: 100%;
    height: 48px;
    border: 2px solid #E9E9E9;
    box-sizing: border-box;
    font-family: Roboto;
    font-size: 16px;
    margin-bottom: 16px;
    padding: 0px 24px;
    outline: none;
    transition: all ease 0.32s;
    -webkit-appearance:  none;
    border-radius:  0px;
    background-color: white;
    background-image:  url(../f/selectArr.svg);
    background-repeat:  no-repeat;
    background-position: calc(100% - 24px) center;
}

textarea {
    width: 100%;
    height: 48px;
    border: 2px solid #E9E9E9;
    box-sizing: border-box;
    font-family: Roboto;
    font-size: 16px;
    margin-bottom: 16px;
    padding: 0px 24px;
    outline: none;
    transition: all ease 0.32s;
    max-width:  100%;
    max-height: 128px;
    padding-top:  16px;
    height: 128px;
}

.contactForm .c_form form .wrap.flex .btnWrap {width:  100%;justify-content:  flex-end;}

.contactForm .c_form form .wrap.flex .btnWrap button.blueBTN {
    border-radius:  0px;
    height:  64px;
}
input.typeInput:focus {border: 2px solid #0f1947;}

textarea:focus {
    border: 2px solid #0f1947;
}

.contactForm .c_form h3 {
    margin-bottom:  16px;
    margin-top: 32px;
}

.contactForm h2 {
    font-size:  48px;
    margin-bottom:  8px;
    margin-top:  0px;
}
.hideArr .scrollDown {
    display:  none;
}

.fullWraper {}

.c_form.fullWidth {
    width:  100%;
}

.fullWraper .left {
    width: calc(50% - 12px);
}

.fullWraper .right {
    width: calc(50% - 12px);
}

.fullWraper .right textarea {
    max-height:  100%;
    height: 175px;
}

.c_form.fullWidth .textEditor {
    max-width:  100%;
}

.c_form.fullWidth .textEditor h3 {
    margin-top:  0px;
}

.wTop.mainPage form.searchForm {
    top: -14px;
    right: 0px;
}

form.searchForm {
    top: 20px;
    right: 112px;
}

.mapSections {
    margin-top:  72px;
}

.mapSections .map {
    width: 832px;
    height:  520px;
    background-image:  url(../f/russia.jpg);
}

.mapSections .addres {
    padding-left:  64px;
    border-left: 1px solid #e7e7ec;
}

.mapSections .addres .title {
    font-size:  24px;
    line-height:  32px;
    color: #0F1843;
    font-weight:  bold;
    margin-bottom:  24px;
}

.mapSections .addres ul.citys {}

.mapSections .addres ul.citys li {}

.mapSections .addres ul.citys li a {
    font-size: 16px;
    font-weight: 600;
    color:  #0F1843;
    text-decoration:  none;
    line-height:  24px;
    display:  flex;
    align-items:  center;
    padding: 2px 0px;
    transition: all ease 0.32s;
}

.mapSections .addres ul.citys li a img {
    margin-right:  24px;
}

.mapSections .addres ul.citys li a span {}

.mapSections .map a.region {
    position:  absolute;
    justify-content:  center;
    display:  flex;
    flex-wrap:  wrap;
    cursor:  pointer;
    text-decoration: none;
}

.mapSections .map a.region .title {
    width:  100%;
    text-align: center;
    margin-bottom: 24px;
    font-size:  15px;
    font-weight:  bold;
    color:  #0F1843;
}

.mapSections .map a.region .icon {
    width:  32px;
    height:  32px;
    background-color: #0F1843;
    border-radius:  32px;
    display:  flex;
    align-items:  center;
    justify-content:  center;
    box-shadow: 0px 0px 0px 12px rgba(15, 23, 70, 0.16), 0px 0px 0px 20px rgba(15, 23, 70, 0.08);
    transition: all ease 0.32s;
}

.mapSections .map a.region .icon img {}

.mapSections .addres ul.citys li a:hover {
    color: #dc444f;
}

.mapSections .map a.region:hover .icon {
    box-shadow: 0px 0px 0px 16px rgba(220, 68, 79, 0.40), 0px 0px 0px 40px rgba(220, 68, 79, 0.12);
    background-color: #dc444f;
}

.mapSections .map a.region:hover {
}

.mapSections .map a.region:hover .title {
    color: #dc444f;
}

.mapSections > .wrap {
    align-items: center;
}

.contactBlock .map {
    overflow: hidden;
    border-radius:  8px;
}


.contactInfo {
    margin-top: 88px;
    margin-bottom:  40px;
}

.contactInfo .wrap {
    align-items: flex-end;
}

.contactInfo .coll {
    width: calc(50%);
}

.contactInfo .coll > .title {
    font-size: 32px;
    line-height: 40px;
    font-weight: bold;
    color: #0F1843;
}

.contactInfo .coll .howTo {}

.contactInfo .coll .contInfo {}

.contactInfo .coll .contInfo .line {
    margin-bottom:  16px;
}

.contactInfo .coll .contInfo .line img {}

.contactInfo .coll .contInfo .line .info {
    flex:  1;
}

.contactInfo .coll .contInfo .line .info .title {
    font-size:  14px;
    font-weight:  600;
    color: hsla(0, 0%, 20%, 0.56);
    line-height:  24px;
}

.contactInfo .coll .contInfo .line .info .value {
    font-size: 16px;
    font-weight: bold;
    color: rgb(51, 51, 51);
    line-height: 24px;
}

.contactInfo .coll .howTo .tabs {
    margin: 24px 0px;
}

.contactInfo .coll .howTo .tabs .tab {
    font-weight: 700;
    font-size:  16px;
    line-height:  24px;
    height:  48px;
    display:  flex;
    align-items:  center;
    padding:  0px 24px;
    background-color:  white;
    border-radius: 4px;
    color: #DC444F;
    transition:  all ease 0.32s;
    cursor:  pointer;
}

.contactInfo .coll .howTo .tabs .tab:hover {}



.contactInfo .coll .howTo .blocks {}

.contactInfo .coll .howTo .blocks .block {}

.contactInfo .coll .howTo .blocks .block .etap {
    margin:  8px 0px;
}

.contactInfo .coll .howTo .blocks .block .etap .numb {
    width:  24px;
    height:  24px;
    border-radius:  24px;
    border: 2px solid #dc444f;
    text-align:  center;
    justify-content:  center;
    color: #dc444f;
    font-weight:  bold;
}

.contactInfo .coll .howTo .blocks .block .etap .title {
    font-size: 16px;
    line-height:  24px;
    color: rgba(51, 51, 51, 0.80);
    padding-left:  24px;
    flex:  1;
}

div#tab-2 {
    display:  none;
}
.contactBlock .map {
    overflow: hidden;
    border-radius:  8px;
}
.contactInfo .coll .contInfo .line .icon {
    width: 112px;
    justify-content:  center;
    display:  flex;
    align-items:  flex-start;
}

.contactInfo .coll .contInfo .line .icon img {}
.contactInfo .coll .howTo .tabs .tab:hover {
    color: #DC444F;
    background-color: rgba(220, 68, 79, 0.08);
}

.contactInfo .coll .howTo .tabs .tab.active {
    color: #ffffff;
    background-color: #DC444F;
}



.navbar {
    width: 273px;
}

.cont {
    /* flex:  1; */
    /* margin:  0px 32px; */
    /* padding:  48px 64px; */
    /* background-color:  white; */
    /* border-radius:  8px; */
}

.rightColl {
    width:  256px;
}

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

.navbar .anhLinks {
    display:  flex;
}

.navbar .anhLinks .bar {
    width:  4px;
    background-color:  gray;
}

.navbar .anhLinks ul.navigation {}

.navbar .anhLinks ul.navigation li {}

.navbar .anhLinks ul.navigation li a {}

.navbar .anhLinks .bar .progress {
    width:  4px;
    height:  auto;
    background-color:  red;
    max-height : 100%;
}
.cont > div:first-child h2 {
    margin-top:  0px;
}

.rightColl .rightBlock {
    padding: 32px;
    background-color: white;
    border-radius: 8px;
}

.rightColl .rightBlock .title {
    font-weight:  bold;
    font-size:  16px;
    color: #333;
    padding-bottom: 12px;
    border-bottom: 1px solid rgb(241, 241, 241);
    line-height:  24px;
    margin-bottom: 8px;
}

.rightColl .rightBlock ul.links {}

.rightColl .rightBlock .btnWrap {
    margin-top: 16px;
}

.rightColl .rightBlock .btnWrap a.blueBTN {height:  56px;font-size:  16px;width:  100%;text-align:  center;padding:  0px;border-radius:  12px;}

.rightColl .rightBlock ul.links li {}

.rightColl .rightBlock ul.links li a {
    color:  #3654D6;
    text-decoration:  none;
    font-size:  14px;
    line-height:  20px;
    padding: 4px 0px;
    display:  block;
    transition: all ease 0.32s;
}

.rightColl .rightBlock ul.links li a img {
    margin-right:  8px;
    transition:  all ease 0.32s;
}

.serviceSections .items .item .info .btnWrap {
    margin-top:  24px;
}


.rightColl .rightBlock ul.links li a:hover {
    color: #585858;
}

.rightColl .rightBlock ul.links li a:hover img {
    filter:  grayscale(100%);
}



.grayBlock .grayContent .navbar .anhLinks ul.navigation {}

.grayBlock .grayContent .navbar .anhLinks ul.navigation li {}

.grayBlock .grayContent .navbar .anhLinks ul.navigation li a {}

.grayBlock .grayContent .navbar .anhLinks .bar .progress {
    width:  4px;
    height:  auto;
    background-color:  red;
    max-height : 100%;
}


.ProgressBar-bar.js-ProgressBar-bar {
    position:  relative;
    z-index:  2;
}

.ProgressBar-wrapper.js-ProgressBar-wrapper {}

span.ProgressBar-avancement.js-ProgressBar-avancement {
    width: 3px;
    height:  100%;
    position:  relative;
    background-color: #d4d4d4;
    display:  block;
    position:  absolute;
    top: 0px;
    min-height: 0;
    transition: all ease 0.08s;
    max-height:  100%;
}

span.ProgressBar-avancement.js-ProgressBar-avancement.ProgressBar-avancement--active {
    background-color: #DC444F;
}

span.ProgressBar-circle.js-ProgressBar-circle.ProgressBar-circle--active {background-color: #dc444f;}

span.ProgressBar-circle.js-ProgressBar-circle {
    width: 11px;
    height: 11px;
    background-color: #e4e4e4;
    position:  absolute;
    left: -4px;
    border-radius:  100%;
    /* display:  none; */
}

a.ProgressBar-caption.js-ProgressBar-caption {
    color: #0F1843;
    text-decoration:  none;
    padding:  16px 0px;
    display:  block;
    font-size: 16px;
    padding-left: 40px;
    transition:  all ease 0.32s;
    font-weight: 900;
}

a.ProgressBar-caption.js-ProgressBar-caption.ProgressBar-caption--active {
    color: #DC444F;
}
.ProgressBar-bar.js-ProgressBar-bar:last-child {}

.ProgressBar-bar.js-ProgressBar-bar:last-child a.ProgressBar-caption.js-ProgressBar-caption.ProgressBar-caption--active {
    color: rgba(51, 51, 51, 0.56);
}

.ProgressBar-bar.js-ProgressBar-bar:last-child span.ProgressBar-circle.js-ProgressBar-circle.ProgressBar-circle--active {
    background-color: #d4d4d4;
}

.ProgressBar-bar.js-ProgressBar-bar:last-child span.ProgressBar-avancement.js-ProgressBar-avancement.ProgressBar-avancement--active {
    background-color: #e4e4e4;
}


.ProgressBar-bar.js-ProgressBar-bar {}

.ProgressBar.js-ProgressBar:after {
    content:  "";
    display:  block;
    position:  absolute;
    width:  3px;
    height:  100%;
    background-color: #e4e4e4;
    top: 0px;
    z-index: 0;
}
a.ProgressBar-caption.js-ProgressBar-caption:hover {
    color: #DC444F;
}
.serviceSections .items .item:hover {
    background-color: #efefef;
}
.about.js-Content {
    margin-top: 56px;
}

.about.js-Content > .wrap {
    align-items: stretch;
}
.Content-text.js-Content-text {
    padding-bottom: 48px;
    position:  relative;
}

.Content-text.js-Content-text:after {
    content:  "";
    display:  block;
    position:  absolute;
    height: calc(100% + 0px);
    border-left: 2px solid rgb(236, 237, 240);
    left: -56px;
    top: 13px;
}

.Content-text.js-Content-text:last-child:after {
    border-left:  0px;
}

h2.Content-title.js-Content-title {
    position:  relative;
}

h2.Content-title.js-Content-title:after {
    content:  "";
    width: 10px;
    height: 10px;
    background-color: #ecedf0;
    position:  absolute;
    left: -60px;
    border-radius:  10px;
    top: 13px;
}


.faq .cont .items {
    flex:  1;
    width:  100%;
    /* padding-left:  80px; */
}

.faq {
    margin-top:  72px;
}

.faq .cont {}

.faq .cont .icon {}

.faq .cont .items .item {
    /* box-shadow: inset 0px 0px 0px 3px rgba(12, 54, 122, 0.08); */
    border-radius:  6px;
    padding: 0px 64px;
    margin-bottom:  16px;
    transition:  all ease 0.32s;
    background-color:  #FAFAFA;
}

.faq .cont .items .item .title {
    height: 112px;
    display:  flex;
    align-items:  center;
    position:  relative;
    cursor:  pointer;
}

.faq .cont .items .item .desc {
    display:  none;
    padding-bottom: 56px;
}

.faq .cont .items .item .title img {
    position:  absolute;
    right: 0px;
    transition: all ease 0.240s;
}

.faq .cont .items .item .title span {
    font-size: 24px;
    font-weight:  600;
    color:  #0F1843;
}

.faq .cont .items .item:hover {
    /* box-shadow: inset 0px 0px 0px 3px rgba(12, 54, 122, 1); */
    background-color: #F4F4F4;
}

.faq .cont .items .item.opened {}

.faq .cont .items .item.opened img {
    transform:  rotate(180deg);
}
.faq .cont .items .item .desc .textEditor {
    /* max-width:  100%; */
    margin:  0px;
}

.faq .cont .items .item .desc .textEditor h3:first-child, .faq .cont .items .item .desc .textEditor h2:first-child {
    margin-top:  0px;
}

.gallery {}

.gallery .items {}

.gallery .items a.item {
    width:  20%;
    border: 1px solid #e7e7ec;
    margin-right:  -1px;
    margin-bottom:  -1px;
    padding:  32px;
    justify-content:  center;
    display:  flex;
    flex-wrap: wrap;
    text-decoration:  none;
    /* transition:  all ease 0.32s; */
    z-index:  1;
}

.gallery .items a.item .pic {
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery .items a.item .pic img {
    max-width: 100%;
    max-height: 140px;
}

.gallery.partners {}

.gallery.partners .items a.item .pic {}

.gallery.partners .items a.item .pic img {}

.gallery.partners .items a.item .title {
    color:  #9B9B9B;
    text-decoration:  none;
    width: 100%;
    text-align: center;
    font-size: 13px;
    margin-top: 16px;
}

.gallery.partners .items a.item {
    padding-top:  16px;
}

.gallery .items a.item:hover {
    border: 1px solid #363d65;
    z-index:  2;
}

.openedMenu .TOP .nav {
    border-bottom: 1px solid transparent;
}

.mainSect {
    margin-top: -56px;
    margin-bottom: -96px;
}

.mainSect .sect {}

.mainSect .sect.whiteColor {}

.mainSect .sect .cont {
    min-height: 1024px;
    padding-top: 180px;
}

.mainSect .sect .cont .wrap {
    justify-content: flex-end;
}

.mainSect .sect .cont .wrap > div{
    max-width: 464px;
    color: #141e47;
}

.mainSect .sect .cont .wrap .miniTitle {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
    font-weight: bold;
    opacity: 0.56;
}

.mainSect .sect .cont .wrap .title {
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
}

.mainSect .sect .cont .wrap .desc {
    color: #333;
    margin-top: 24px;
    margin-bottom: 48px;
    font-size: 16px;
    line-height: 24px;
}

.mainSect .sect .cont .wrap .btn {}

.mainSect .sect .cont .wrap .btn a.moreLink {
    color: #141e47;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 800;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: all ease 0.32s;
}

.mainSect .sect .cont .wrap .btn a.moreLink:hover {
    opacity: 0.56;
}

.mainSect .sect .cont .wrap .btn a.moreLink img {
    position: relative;
    top: -1px;
    margin-left: 16px;
    transition: all ease 0.32s;
}

.mainSect .sect .cont .wrap .btn a.moreLink:hover img {
    transform: translateX(8px);
}

.mainSect .sect.whiteColor .cont .wrap > div {
    color: white;
}

.mainSect .sect.whiteColor .cont .wrap .desc {
    color: white;
}

.mainSect .sect.whiteColor .cont .wrap .btn a.moreLink {
    color: white;
}

.mainSect .sect {
        background-position: right center;
}


.category .table .row.hidden {
    display: none;
}


.pasteOrder > div {
    padding: 4px;
    display: block;
    background-color: #efefef;
    font-size: 12px;
    margin: 4px 0px;
    font-weight: bold;
    border-radius: 4px;
}

.pasteOrder {
    margin-bottom: 24px;
}


.searchItem a {
    color: #0e1848;
    text-decoration:  none;
}

.searchItem {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom:  40px;
    margin-bottom: 35px;
}

a.searchLink {font-size: 24px;margin-bottom: 16px;display: block;}


.page404 {
    min-height: 480px;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center right;
}

.page404 .wrap {
    text-align: center;
}

.page404 .btn {
    padding: 0px 24px;
    color: #333;
    font-weight: bold;
}

.page404 .wrap .icon {
    margin-bottom: 8px;
    font-size: 80px;
    font-weight: 900;
    color: #0e1848;
}

.page404 h2.title {
    font-size: 32px;
    color: #050b23;
    margin-bottom: 16px;
}

.page404 .desc {
    text-align: left;
    font-weight: normal;
    margin-bottom: 48px;
}

.page404 .wrap > div > .flex {
    justify-content: center;
}

.page404 .desc ul {
    list-style: disc;
    padding-left: 35px;
    margin: 10px 0 15px;
}

/* NEW STYLES */

.b-section {
    padding: 45px 0 90px;
}

.b-container {
    padding: 0 15px;
    max-width: 1340px;
    margin: 0 auto;
}

.b-section__name {
    color: #101942;
    font-size: 48px;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    margin: 75px 0;
}

.b-section__content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.b-section__text {
    padding-left: 20px;
}

.b-section__title {
    color: #101942;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.64px;
    margin-bottom: 1em;
}

.b-section__desc {
    color: #333333;
    font-size: 19px;
    font-weight: 400;
    letter-spacing: 0.37px;
    line-height: 32px;
}

.b-section--main {
    margin-top: -160px;
    background-image: url(../f/back_main.png);
    background-position: left center;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 195px;
}

.b-section--main .b-section__name {
    color: #ffffff;
    max-width: 750px;
    font-size: 56px;
    letter-spacing: 1.12px;
    margin-bottom: 50px;
    line-height: 65px;
}

.b-section--main .b-section__desc {
    color: #ffffff;
    font-size: 24px;
    letter-spacing: 0.56px;
    max-width: 750px;
    margin-bottom: 75px;
}

.b-section--main .b-section__buttons {
    margin-bottom: 130px;
}

.b-btn {
    display: inline-block;
    line-height: 54px;
    padding: 0 46px;
    margin-right: 10px;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.32px;
    font-weight: 700;
    background-color: #005fa3;
    border-radius: 5px;
    transition: all 0.15s linear;
}

.b-btn:hover {
    background-color:#041f33;
}

.b-btn:last-of-type {
    margin-right: 0;
}

.b-btn--ext:after {
    content: '>';
    margin-left: 10px;
    transition: all 0.15s linear;
}

.b-btn--ext:hover:after {
    margin-left: 20px;
}

.b-btn--trns,
.b-btn--trns:hover {
    background-color: transparent;
}

.b-btn--price {
    padding-left: 86px;
    background-image: url(../f/icon_price.png);
    background-repeat: no-repeat;
    background-position: 39px center
}

.b-section__list {
    margin: 0 0 80px;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.b-section__list-item {
    width: 20%;
    padding: 0 calc(20% - 196px) 0 0;
    color: #101942;
    letter-spacing: 0.32px;
}

.b-section__list-item .icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 40px 0;
}

.b-section__list-head {
    position: relative;
    height: 200px;
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.b-section__list-head img {
    position: absolute;
    top: -1px;
    left: 0px;
    z-index: 0;
}

.b-section__list-name {
    position: relative;
    z-index: 1;
    font-size: 32px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.64px;
    text-decoration: none;
}

.b-section__list-name:hover {
    text-decoration: underline;
}

.b-section__list-list {
    padding: 20px 20px 40px;
    line-height: 37.33px;
    letter-spacing: 0.32px;
}

.b-section__list-list-link {
    text-decoration: none;
    color: #333333;
}

.b-section__list-list-link:hover {
    color: #1d365e;
    border-bottom: 4px solid;
}

.b-section--targets {
    background: url(../f/back_targets.png) left center / auto 100% no-repeat;
    position: relative;
}

.b-section--targets:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    opacity: 0.75;
    z-index: 0
}

.b-section--targets .b-container {
    position: relative;
    z-index: 1;
}

.b-section--services:not(.sect) {
    position: relative;
    background-color: #041f33;
    background: linear-gradient(0, rgba(4, 31, 51, 0.95), rgba(4, 31, 51, 0.95)), url(../f/back.png) center bottom / cover no-repeat;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
}

.b-section--services .b-section__name {
    color: #ffffff;
    margin-bottom: 50px;
}

.b-section--services .b-section__desc {
    color: #fff;
    font-size: 21px;
    letter-spacing: 0.43px;
    line-height: 24px;
    margin-bottom: 90px;
}

.b-section--services .b-section__list {
    margin-bottom: 0;
}

.b-section--services .b-section__list-item {
    width: 280px;
    padding: 0;    
    overflow: hidden;
    border-radius: 5px;
    background-color: #fafafa;
    box-shadow: 0 0 5px 0 rgba(4, 31, 51, 0.5);
}

.b-section--services .b-section__list-text {
    padding: 30px 10px;
}

.b-section--products {
    padding-top: 0;
}

.catalog_section .header .cont h1 {
    font-size: 56px;
}

.catalog_section .header .cont .desc {
    font-size: 24px;
    letter-spacing: 0.4px;
    line-height: 1.2;
    max-width: 790px;
    margin-top: 72px;
}

.catalog_section .header .cont {
    padding-top: 100px
}

.b-catalog__tags {
    background-color: #fafafa;
    position: relative;
    z-index: 2;
}

.b-catalog__tags-list {
    padding-bottom: 30px;
}

.b-catalog__tags-link {
    display: block;
    border-radius: 5px;
    border: 1px solid #ebebeb;
    background-color: #1d365e;
    color: #fafafa;
    font-size: 19px;
    letter-spacing: 0.37px;
    text-decoration: none;
    line-height: 42px;
    padding: 0 15px;
    margin-bottom: 19px;
    margin-right: 12px;
    transition: all 0.2s linear;
}

.b-catalog__tags-link:hover, 
.b-catalog__tags-link:active, 
.b-catalog__tags-link.active {
    background-color: #d7d7d7;
    color: #1d365e;
}

.b-catalog__tags-link:after {
    content: attr(data-count);
    opacity: 0.75;
    margin-left: 5px;
}

.icon {
    width: 16px;
    height: 16px;
    display: inline-block;
}

.scaleX {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}

.scaleY {
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
}

.icon svg {
    display: block;
    height: inherit;
    width: inherit;
}

.b-filter__toggler {
    text-align: right;
    padding-right: 24px;
    position: relative;
    padding-bottom: 50px;
    cursor: pointer;
    transition: all 0.2s linear
}

.b-filter__toggler:active,
.b-filter__toggler:hover {
    opacity: 0.8
}

.b-filter__toggler .icon {
    position: absolute;
    right: 0;
    top: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 17px;
    height: 9px;
    stroke: #000000;
}

.b-filter__toggler.active .icon svg {
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
}

.b-filter {
    background-color: #fafafa;
}

.b-filter__form {
    padding-bottom: 65px;
}

.b-filter__form:not(.active) {
    display: none !important;
    padding-bottom: 0
}

.b-filter__item {
    width: calc((100% - 40px) / 5);
    margin-right: 10px;
    position: relative;
    cursor: pointer;
}

.b-filter__item:last-child {
    margin-right: 0;
}

.b-filter__item-toggler {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.32px;
    padding: 0 16px 0 20px;
    line-height: 42px;
    border-radius: 5px;
    border: 1px solid #1d365e;
    color: #000000;
    position: relative;
    z-index: 2;    
    transition: all 0.2s linear;
    background-color: #fff;
}

.b-filter__item-toggler.active {
    background-color: #1d365e;
    color: #ffffff;
}

.b-filter__item-toggler .icon {
    position: absolute;
    width: 17px;
    height: 9px;
    stroke: #000000;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.b-filter__item-toggler.active .icon {
    stroke: #ffffff    
}

.b-filter__item-toggler.active .icon svg {
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
}

.b-filter__item-list-wrapper:not(.active) {
    display: none !important;
}

.b-filter__item-list-wrapper {
    position: absolute;
    z-index: 1;
    padding: 5px 0 42px;
    border: 1px solid #1d365e;
    background-color: #ffffff;
    width: 100%;
    top: calc(100% - 5px);
}

.b-filter__btn {
    width: calc(100% + 2px);
    line-height: 42px;
    border: 1px solid #1d365e;
    background-color: #dcdddd;
    position: absolute;
    left: -1px;
    bottom: -1px;
    color: #1d365e;
    font-family: Roboto;
    font-size: 16px;
    letter-spacing: 0.32px;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: center;
    display: block;
    text-decoration: none
}

.b-filter__btn:hover,
.b-filter__btn:active {
    color: #ffffff;
    background-color: #1d365e;
    text-decoration: none
}

.b-filter__item-list {
    padding: 7px 0 30px 16px;
}

.b-filter__list-wrapper--inner {
    max-height: 330px;
}

.b-filter__item-label-wrapper {
    margin: 14px 0;
}

.b-filter__item-label-wrapper:first-child {
    margin-top: 7px;
}

.b-filter__item-label-wrapper:last-child {
    margin-bottom: 7px;
}

.b-checkbox {
    display: none
}

.b-checkbox + label {
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.32px;
    padding-left: 42px;
    cursor: pointer;
}

.b-checkbox + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #1d365e;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;    
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.b-checkbox + label:not(.disabled):hover:before {
    background-color: #1d365e;
}

.b-checkbox + label.disabled {
    pointer-events: none;
    color: #999999;
}

.b-checkbox + label.disabled:before {
    border: 1px solid #999999;
}


.b-checkbox:checked + label:before {    
    background-color: #1d365e;
}

.news {
    padding-top: 40px;
}

.news .b-section__content {
    margin-bottom: 40px;
}

.news .b-section_img img {
    width: 220px;
}

.news .b-section__text a {
    color: #101942;
}

.news .b-section__title a {
    text-decoration: none;
}

.news .b-pagination__links > a {
    text-decoration: none;
    color: #101942;
}

.news .b-pagination__links > a,
.news .b-pagination__links > span {
    display: inline-block;
    width: 40px;
    padding: 5px;
    text-align: center;
    border: #101942 2px solid;
}

.news .b-pagination__links > a:hover {
    color: #101942;
    background-color: #c4cfff;
}

.news .b-pagination__links > span {
    color: #ffffff;
    background-color: #101942;
    font-weight: bold;
}
