/* fonts */

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Semibold.eot');
    src: url('../fonts/SFProDisplay-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/SFProDisplay-Semibold.woff') format('woff'), url('../fonts/SFProDisplay-Semibold.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}


/* fonts end */

body {
    position: relative;
    height: 100%;
    font: 15px/1.5 'Roboto', sans-serif;
    color: #252f3e;
    background-color: #f9f9f9;
    overflow-x: hidden;
}

body.home {
    background: #f9f9f9 url(../images/footer_bg.jpg) 50% 100%/100% auto no-repeat;
}

body.menu_open {
    overflow: hidden;
}

:focus {
    outline: none;
}

img,
iframe {
    max-width: 100%;
}

@media(max-width: 575px) {
    iframe {
        max-height: 250px;
    }
}

.company_input_info {
    font-style: italic;
    opacity: 0.5;
    padding: 5px 0px;
    font-size: 12px;
    display: inline-block;
}

a,
a:hover,
a:focus {
    color: #3073db;
    -webkit-transition: color .15s;
    -moz-transition: color .15s;
    -ms-transition: color .15s;
    -o-transition: color .15s;
    transition: color .15s;
}

a[href="javascript:void(0);"] {
    cursor: default;
}

a[href="javascript:void(0);"]:hover {
    text-decoration: none !important;
}

.row [class*=col-] {
    padding-left: 13px;
    padding-right: 13px;
}

.fn {
    font-size: 12px;
    opacity: .6;
}

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

@media (max-width: 1199px) {
    body {
        -webkit-background-size: auto 480px;
        background-size: auto 480px;
    }
}

@media (max-width: 767px) {
    body {
        -webkit-background-size: auto 800px;
        background-size: auto 800px;
    }
}


/* header */

header {
    position: relative;
    color: #fff;
    overflow: hidden;
}

.home header {
    padding-top: 27px;
    height: 680px;
}

.inner header {
    padding-top: 13px;
    padding-bottom: 90px;
    background-color: #252f3e;
}

.inner header.light-bg {
    background-color: transparent;
}
/*.home header:before,*/
.home .header-bg {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../images/header_bg.jpg) 50% 50%/cover no-repeat;
    -webkit-animation: animHeader 50s infinite forwards;
    animation: animHeader 50s infinite forwards;
}

@-webkit-keyframes animHeader {
    0% {
        -webkit-transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.3)
    }
    100% {
        -webkit-transform: scale(1)
    }
}

@keyframes animHeader {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.3)
    }
    100% {
        transform: scale(1)
    }
}

.home header:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 293px;
    background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0%, rgba(37, 47, 62, 0)), color-stop(100%, rgba(37, 47, 62, 1)));
    background: -webkit-linear-gradient(top, rgba(37, 47, 62, 0) 0%, rgba(37, 47, 62, 1) 100%);
    background: -o-linear-gradient(top, rgba(37, 47, 62, 0) 0%, rgba(37, 47, 62, 1) 100%);
    background: -moz-linear-gradient(top, rgba(37, 47, 62, 0) 0%, rgba(37, 47, 62, 1) 100%);
    background: linear-gradient(to bottom, rgba(37, 47, 62, 0) 0%, rgba(37, 47, 62, 1) 100%);
}

.fixed header {
    padding-top: 61px;
}

.home.fixed header {
    padding-top: 88px;
}

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

.menu_open header .container {
    position: static;
}

.header-top {
    position: relative;
    padding-top: 9px;
    height: 61px;
    z-index: 3;
}

.fixed .header-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(37, 47, 62, .9);
    z-index: 77;
    -webkit-transition: top .15s;
    -moz-transition: top .15s;
    -ms-transition: top .15s;
    -o-transition: top .15s;
    transition: top .15s;
}

.fixed .header-top:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #979797;
}

.fixed .light-bg .header-top {
    background-color: rgba(249, 249, 249, .9);
}

.fixed .light-bg .header-top:before {
    background-color: #c2c7cf;
}

.header-top__wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-weight: 500;
    font-size: 13px;
}

.header-top .logo {
    margin-right: 106px;
    width: 182px;
}

.logo svg {
    width: 182px;
}

.logo svg .cls-1{
    fill: #fff;
}

.light-bg .logo svg .cls-1 {
    fill: #363545;
}

.logo-light-bg {
	display: none;
}

.light-bg .logo-light-bg {
	display: block;
}

.light-bg .logo-dark-bg {
	display: none;
}


.header-top .logo svg,
.header-top .logo-distek svg {
    -webkit-transition: top .15s, width .15s, height .15s;
    -moz-transition: top .15s, width .15s, height .15s;
    -ms-transition: top .15s, width .15s, height .15s;
    -o-transition: top .15s, width .15s, height .15s;
    transition: top .15s, width .15s, height .15s;
}

.fixed .header-top .logo svg {
    width: 137px;
    /* height: 30px; */
}

.header-top .btn.btn_whitebd {
    width: 167px;
}

.light-bg .header-top .btn.btn_whitebd {
    -webkit-box-shadow: 0 6px 8px 0 rgba(3, 57, 141, 0.29);
    -moz-box-shadow: 0 6px 8px 0 rgba(3, 57, 141, 0.29);
    box-shadow: 0 6px 8px 0 rgba(3, 57, 141, 0.29);
}

.light-bg .header-top .btn.btn_whitebd:active {
    -webkit-box-shadow: 0 3px 4px 0 rgba(3, 57, 141, 0.29);
    -moz-box-shadow: 0 3px 4px 0 rgba(3, 57, 141, 0.29);
    box-shadow: 0 3px 4px 0 rgba(3, 57, 141, 0.29);
}

.header-contacts {
    margin-left: 44px;
    max-width: 140px;
}

.header-contacts__item,
.header-contacts__item:hover {
    color: #fff;
}

.light-bg .header-contacts__item,
.light-bg .header-contacts__item:hover {
    color: #252f3e;
}

.logo-distek svg {
    position: absolute;
    /* top: -3px; */
	top: 0;
    right: 0;
	/* right: -27px; */
    width: auto;
    /*height: 63px; */
	height: 49px
}

.home .logo-distek svg {
    position: absolute;
    /* top: -12px; */
	top: 0;
    right: 0;
	/* right: -27px; */
    width: auto;
    /* height: 63px; */
	height: 49px;
}


.fixed .header-top .logo-distek svg {
    /* top: -9px; */
	top: 0;
    width: auto;
    /* height: 56px; */
	height: 37px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    header:not(.light-bg) {
        background-image: url(../images/header_bg@2x.jpg);
    }
}

@media (max-width: 1419px) {
    .home:not(.fixed) .header-top {
        padding-top: 3px;
    }
    .header-top__wrapper {
        justify-content: space-between;
    }
    .header-top .logo {
        margin-right: 0;
    }
    .header-contacts {
        margin-left: 0;
    }
    .inner .logo-distek {
        height: 42px;
    }
    .logo-distek svg,
    .home .logo-distek svg {
        position: relative;
        top: 0;
        right: 0;
    }
    .inner .logo-distek svg {
        top: -3px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .header-top {
        padding-top: 9px;
    }
    .header-top .btn.btn_whitebd {
        width: auto;
    }
    .logo-distek,
    .inner .logo-distek svg,
    .home .logo-distek svg {
        top: 0;
        /* width: 62px;
        height: 42px; */
		width: 121px;
        height: 37px;
    }
}

@media (max-width: 1199px) {
    .header-top .logo,
    .header-top .logo svg,
    .fixed .header-top .logo svg {
        width: 124px;
        /* height: 30px; */
    }
}

@media (max-width: 767px) {
    .home header {
        padding-top: 15px;
        height: 410px;
    }
    header:after {
        height: 156px;
    }
    .fixed header {
        padding-top: 76px;
    }
}

@media (max-width: 575px) {
    .inner header {
        padding-bottom: 40px;
    }
}

@media (max-width: 374px) {
    .fixed header {
        padding-top: 63px;
    }
    .header-top {
        height: 50px;
    }
    .inner .header-top,
    .fixed .header-top {
        padding-top: 3px;
    }
    .header-top .logo,
    .header-top .logo svg {
        width: 137px;
        height: 35px;
    }
    .logo-distek,
    .logo-distek svg,
    .home .logo-distek svg {
        width: 62px;
        height: 42px;
    }
    .inner .header-top .logo-distek svg {
        top: 0;
    }
}

@media (max-width: 359px) and (max-height: 500px) {
    .header-top[visibility="0"] {
        top: -48px;
    }
    .header-top[visibility="1"] {
        top: 0px;
    }
}


/*** navigation ***/

.navbar-toggler,
.navbar-toggler:focus {
    position: relative;
    display: block;
    padding: 0;
    width: 34px;
    text-align: left;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    outline: none;
    z-index: 888;
}

.navbar-toggler .icon-bar {
    display: block;
    margin: 6px 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-transition: transform .15s, background .15s;
    -moz-transition: transform .15s, background .15s;
    -ms-transition: transform .15s, background .15s;
    -o-transition: transform .15s, background .15s;
    transition: transform .15s, background .15s;
}

.light-bg .navbar-toggler .icon-bar {
    background-color: #252F3E;
}

.menu_open .navbar-toggler .icon-bar:nth-child(1) {
    -webkit-transform: translateY(7px) rotate(225deg);
    -moz-transform: translateY(7px) rotate(225deg);
    -ms-transform: translateY(7px) rotate(225deg);
    -o-transform: translateY(7px) rotate(225deg);
    transform: translateY(7px) rotate(225deg);
}

.menu_open .navbar-toggler .icon-bar:nth-child(2) {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    visibility: hidden;
    filter: alpha(opacity=0);
    opacity: 0;
}

.menu_open .navbar-toggler .icon-bar:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(135deg);
    -moz-transform: translateY(-7px) rotate(135deg);
    -ms-transform: translateY(-7px) rotate(135deg);
    -o-transform: translateY(-7px) rotate(135deg);
    transform: translateY(-7px) rotate(135deg);
}

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

.menu_top {
    margin-right: 42px;
}

.menu_top .nav-item {
    padding: 0 19px;
}

.menu_top .nav-item:first-child {
    padding-left: 0;
}

@media screen and (min-width: 1200px) {
	.menu_top .nav-item:first-child ul {
		justify-content: space-between;
	}
}

.menu_top>.nav-item>.nav-link {
    line-height: 58px;
}

.fixed .menu_top>.nav-item>.nav-link {
    line-height: 42px;
}

.menu_top .nav-item.active>span,
.menu_top .nav-link {
    padding: 0;
    /* line-height: 42px; */
    line-height: 36px;
    color: #fff;
    text-transform: uppercase;
}

.light-bg .menu_top .nav-item.active>span,
.light-bg .menu_top .nav-link {
    color: #252F3E;
}

.menu_top .nav-item.active>span {
    cursor: default;
}

.menu .nav-link:hover,
.menu .nav-link.active {
    border-color: #fff;
}

#marker,
.submarker {
    position: absolute;
    left: -1200px;
    bottom: -10px;
    margin: 0;
    padding: 0;
    height: 2px;
    background-color: #fff;
}

.light-bg #marker,
.light-bg .submarker {
    background-color: #0f4caa;
}

.submarker {
    bottom: 0;
}

.menu_top .nav-item .nav-item {
    position: relative;
}

nav .header-contacts {
    margin: 0 auto;
}

nav .header-contacts__item {
    display: inline-block;
}

@media (max-width: 1419px) {
    .menu_top {
        margin-right: 0;
    }
    /* body.home:not(.fixed) .menu_top .nav-link {
        line-height: 55px;
    } */
}

@media (max-width: 1299px) {
    .menu_top .nav-item {
        padding: 0 7px;
    }
}

@media (max-width: 1199px) {
    .menu .nav-item:first-child {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .menu_top .nav-item ul {
        justify-content: center;
        position: absolute;
        top: 100%;
        left: 0;
        padding: 10px 0;
        border-top: 10px solid transparent;
        width: 100%;
        visibility: hidden;
        filter: alpha(opacity=0);
        opacity: 0;
        z-index: 1;
    }
    .menu_top .nav-item ul:before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        width: 100vw;
        height: 100%;
        background-color: rgba(37, 47, 62, .9);
        border-bottom: 1px solid #979797;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .light-bg .menu_top .nav-item ul:before {
        background-color: rgba(255, 255, 255, .9);
        border-color: #c2c7cf;
    }
    .menu_top .nav-item:hover ul {
        visibility: visible;
        filter: alpha(opacity=100);
        opacity: 1;
    }
    .bx-breadcrumb {
        max-width: 960px;
    }
}

@media (max-width: 991px) {
    header nav {
        position: fixed;
        top: 0;
        left: 0;
        padding: 15px 0 20px;
        width: 100vw;
        height: 100vh;
        text-align: center;
        overflow: hidden;
        background-color: #252f3e;
        filter: alpha(opacity=0);
        opacity: 0;
        z-index: 777;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: transform .15s, opacity .15s;
        -moz-transition: transform .15s, opacity .15s;
        -ms-transition: transform .15s, opacity .15s;
        -o-transition: transform .15s, opacity .15s;
        transition: transform .15s, opacity .15s;
    }
    header.light-bg nav {
        background-color: #f9f9f9;
    }
    .menu_open header nav {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        overflow: auto;
        filter: alpha(opacity=100);
        opacity: 1;
    }
    .menu_top {
        margin: 0 auto;
        width: 180px;
        text-align: left;
    }
    .menu .nav-item {
        padding: 0;
        width: 100%;
    }
    .menu_top>.nav-item {
        margin-bottom: 15px;
    }
    .menu_top .nav-item.active>span,
    .menu_top .nav-link,
    body.home:not(.fixed) .menu_top .nav-link {
        display: inline-block;
        line-height: 1.3;
    }
    .menu_top .nav-item.active>span,
    .menu_top .nav-link:hover {
        text-decoration: underline;
    }
    .menu_top>.nav-item>.nav-link {
        font-weight: 500;
        font-size: 15px;
    }
    #marker,
    .submarker {
        display: none;
    }
    .menu_top .nav-item ul {
        margin-top: 10px;
    }
    .menu_top .nav-item .nav-item {
        font-weight: 400;
        margin-bottom: 5px;
    }
    .menu_top .nav-item ul .nav-link {
        text-transform: none;
    }
}


/*** navigation end ***/

h1 {
    font-size: 50px;
    line-height: 1.2;
}

h3 {
    font-size: 34px;
}

.home h1 {
    margin: 166px 0 30px;
}

.info-block {
    position: relative;
    display: block;
    float: right;
    margin: 42px -38px 0 0;
    padding: 15px 25px 15px 18px;
    width: 380px;
    min-height: 96px;
    max-width: 100%;
    font-weight: 300;
    line-height: 23px;
    border: 1px solid transparent;
    -webkit-border-image: linear-gradient(to left top, #006dff 0%, #5192f6 100%);
    -moz-border-image: linear-gradient(to left top, #006dff 0%, #5192f6 100%);
    -o-border-image: linear-gradient(to left top, #006dff 0%, #5192f6 100%);
    border-image: linear-gradient(to left top, #006dff 0%, #5192f6 100%);
    border-image-slice: 1;
}

.info-block:hover {
    text-decoration: none;
}

.info-block_video {
    padding-left: 97px;
}

.info-block_video svg {
    position: absolute;
    top: 15px;
    left: 18px;
    width: 63px;
    height: 63px;
}

.info-block_video svg .st0 {
    fill: #fff;
}

.info-block_video svg .st1 {
    fill: none;
    stroke: url(#SVGID_1_);
}

.info-block_video svg .st2 {
    opacity: 0.605;
    fill: none;
    stroke: url(#SVGID_2_);
    stroke-width: 2;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: transform .15s;
    -moz-transition: transform .15s;
    -ms-transition: transform .15s;
    -o-transition: transform .15s;
    transition: transform .15s;
}

.info-block_video:hover svg .st2 {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.info-block__close,
.info-block__close:focus {
    position: absolute;
    top: 13px;
    right: 13px;
    width: 15px;
    height: 15px;
    background: none;
    border: none;
    outline: none;
    opacity: 1;
}

.info-block__close:before,
.info-block__close:after {
    content: '';
    position: absolute;
    top: 50%;
    left: -1px;
    width: 17px;
    height: 1px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.info-block__close:after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.info-block__text {
    color: #fff;
}

.info-block:hover .info-block__text {
    border-bottom: 1px dashed;
}

@media (max-width: 1419px) {
    .info-block {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 32px;
    }
    .home h1 {
        margin-top: 20px;
    }
    h3 {
        font-size: 28px;
    }
    .info-block {
        float: none;
        margin-top: 30px;
    }
}

@media (max-width: 399px) {
    h1 {
        font-size: 26px;
    }
    h3 {
        font-size: 22px;
    }
}


/* header end */


/* content */

section {
    position: relative;
    overflow: hidden;
}

.dark-bg {
    color: #fff;
    background-color: #252f3e;
}

.dark-bg a,
.dark-bg .section-top__more,
.color-white {
    color: #fff;
}

.color-black {
    color: #252f3e;
}

section .container {
    position: relative;
}


/*** home ***/

.section-label {
    position: absolute;
    top: 10px;
    right: -10px;
    z-index: 1;
}

.section-label svg {
    width: 610px;
    height: 125px;
}

.section-label svg text {
    /* -webkit-transform: translate(-20px, 122px);
	-moz-transform: translate(-20px, 122px);
	-ms-transform: translate(-20px, 122px);
	-o-transform: translate(-20px, 122px);
	transform: translate(-20px, 122px); */
}

.section-top {
    position: relative;
    display: flex;
    margin-bottom: 96px;
    z-index: 2;
}

.section-top__more {
    position: relative;
    margin-left: auto;
    padding-right: 64px;
    height: 48px;
    line-height: 48px;
    font-weight: 500;
    color: #03398d;
    white-space: nowrap;
}

.section-top__more:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -4px;
    width: 51px;
    height: 9px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 51 9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M41.129 0l9 4.5-9 4.5-.001-4H.871V4h40.257V0z' fill='%233073db'/%3E%3C/svg%3E") 0 0 no-repeat;
}

.dark-bg .section-top__more:before {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 51 9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M41.129 0l9 4.5-9 4.5-.001-4H.871V4h40.257V0z' fill='%23ffffff'/%3E%3C/svg%3E");
}

@media (max-width: 767px) {
    .section-label {
        position: absolute;
        top: 10px;
        right: auto;
        left: 0;
    }
    .section-top {
        flex-wrap: wrap;
        margin-bottom: 40px;
    }
    .section-top__title {
        margin-top: 48px;
        width: 100%;
    }
    .section-top__more {
        margin-left: 0;
    }
}

@media (max-width: 575px) {
    .section-label svg {
        width: 326px;
        height: 69px;
    }
}


/***** markets-block *****/

.markets-block {
    padding: 50px 0;
}

.markets-item {
    display: block;
    margin-bottom: 15px;
}

.markets-item:hover {
    text-decoration: none;
}

[class*=markets-item__] {
    display: block;
}

.markets-item__image {
    margin-bottom: 19px;
}

.markets-item__image svg {
    width: 100px;
    height: 100px;
}

.markets-item__text {
    position: relative;
    padding-bottom: 25px;
    overflow: hidden;
}

.markets-item__text:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 10px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 50 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M41.129 0l9 4.5-9 4.5-.001-4H.871V4h40.257V0z' fill='%233073db'/%3E%3C/svg%3E") 0 0 no-repeat;
    -webkit-transform: translateX(-70px);
    -moz-transform: translateX(-70px);
    -ms-transform: translateX(-70px);
    -o-transform: translateX(-70px);
    transform: translateX(-70px);
    -webkit-transition: transform .2s;
    -moz-transition: transform .2s;
    -ms-transition: transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
    will-change: opacity;
}

.markets-item:hover .markets-item__text:before {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.markets-item__title {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 17px;
}

.markets-item__description {
    padding-right: 20px;
    color: #9eadc4;
}

.markets-item:hover .markets-item__description {
    text-decoration: underline;
}

@media (max-width: 1331px) {
    .markets-item__description {
        padding-right: 0;
    }
}

@media (max-width: 991px) {
    .markets-item .markets-item__description {
        text-decoration: underline;
    }
    .markets-item .markets-item__text:before {
        display: none;
    }
}

@media (max-width: 575px) {
    .markets-block {
        padding-bottom: 20px;
    }
    .markets-item {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 5px;
    }
    .markets-item__text {
        padding-left: 15px;
        width: calc(100% - 100px);
    }
    .markets-item__text:before {
        left: 15px;
    }
}


/***** markets-block end *****/


/***** products-block *****/

.products-block {
    margin-bottom: 15px;
    padding: 41px 0 0;
}

.products-block .section-label svg {
    width: 660px;
    height: 158px;
}

.products-block .section-top {
    margin-bottom: 23px;
}

.products-items {
    position: relative;
    height: 599px;
}

.products-items:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../images/products_items_bg2.jpg) 50% 0/cover no-repeat;
    -webkit-transition: background .3s, opacity .5s;
    -moz-transition: background .3s, opacity .5s;
    -ms-transition: background .3s, opacity .5s;
    -o-transition: background .3s, opacity .5s;
    transition: background .3s, opacity .5s;
}

.products-items.p1:before {
    background-image: url(../images/products_items_bg1.jpg);
}

.products-items.p3:before {
    background-image: url(../images/products_items_bg3.jpg);
}

.products-items.p4:before {
    background-image: url(../images/products_items_bg4.jpg);
}

.products-items.opacity:before {
    opacity: 0;
}

.products-item {
    position: relative;
}

.products-item:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(37, 47, 62, .8);
    opacity: 0;
    -webkit-transition: opacity .15s;
    -moz-transition: opacity .15s;
    -ms-transition: opacity .15s;
    -o-transition: opacity .15s;
    transition: opacity .15s;
}

.products-item.hover {
    text-decoration: none;
}
.products-item.hover .btn_whitebd {
    background: -webkit-gradient(linear, 0 0, 100% 0, color-stop(0%, #0f4caa), color-stop(100%, #006dff));
    background: -webkit-linear-gradient(left, #0f4caa 0%, #006dff 100%);
    background: -o-linear-gradient(left, #0f4caa 0%, #006dff 100%);
    background: -moz-linear-gradient(left, #0f4caa 0%, #006dff 100%);
    background: linear-gradient(to right, #0f4caa 0%, #006dff 50%, #0f4caa 100%);
    background-size: 200%;
    background-position: 0% 50%;
    background-origin: border-box;
    border: 1px solid transparent;
}
.products-item.hover:before {
    opacity: 1;
}

.products-item__wrap {
    position: relative;
    display: block;
    margin: 0 auto;
    padding-top: 96px;
    max-width: 270px;
    height: 100%;
    z-index: 2;
}

.products-item__title {
    display: block;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 20px;
}

.products-item__description {
    display: block;
    margin-bottom: 15px;
    line-height: 19px;
}

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

.products-item ul li {
    position: relative;
    padding-left: 12px;
    font-size: 14px;
    line-height: 19px;
}

.products-item ul li:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fff;
}

.products-item .btn.btn_whitebd {
    position: absolute;
    bottom: 112px;
    left: 0;
    padding: 0;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .products-items:before {
        background: url(../images/products_items_bg2@2x.jpg) 50% 0/cover no-repeat;
    }
    .products-items.p1:before {
        background-image: url(../images/products_items_bg1@2x.jpg);
    }
    .products-items.p3:before {
        background-image: url(../images/products_items_bg3@2x.jpg);
    }
    .products-items.p4:before {
        background-image: url(../images/products_items_bg4@2x.jpg);
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .products-item__wrap {
        padding-top: 80px;
    }
    .products-item .btn.btn_whitebd {
        bottom: 80px;
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .products-items {
        height: auto;
    }
    .products-item:first-child {
        border-right: 1px solid rgba(255, 255, 255, .5);
        border-bottom: 1px solid rgba(255, 255, 255, .5);
    }
    .products-item:nth-child(2) {
        border-bottom: 1px solid rgba(255, 255, 255, .5);
    }
    .products-item:nth-child(3) {
        border-right: 1px solid rgba(255, 255, 255, .5);
    }
    .products-item__wrap {
        padding: 30px 0 75px;
    }
    .products-item .btn.btn_whitebd {
        bottom: 20px;
    }
}

@media (max-width: 767px) {
    /* .products-block .section-label svg text {
		-webkit-transform: translate(-14px, 122px);
		-moz-transform: translate(-14px, 122px);
		-ms-transform: translate(-14px, 122px);
		-o-transform: translate(-14px, 122px);
		transform: translate(-14px, 122px);
	} */
}

@media (max-width: 575px) {
    .products-block .section-label svg {
        width: 360px;
        height: 86px;
    }
    .products-items:before {
        background: url(../images/products_items_bg2@2x.jpg) 40% 0/cover no-repeat;
    }
    .products-items.p1:before {
        background: url(../images/products_items_bg1@2x.jpg) 50% 0/cover no-repeat;
    }
    .products-items.p3:before {
        background-image: url(../images/products_items_bg3@2x.jpg);
    }
    .products-items.p4:before {
        background-image: url(../images/products_items_bg4@2x.jpg);
    }
    .products-item:nth-child(3) {
        border-bottom: 1px solid rgba(255, 255, 255, .5);
    }
    .products-item__wrap {
        padding-top: 15px;
        max-width: 320px;
    }
}


/***** products-block end *****/

.licensing {
    margin-bottom: 60px;
}

.brochures {
    margin-bottom: 15px;
}

/***** page CATALOG *****/
.catalog {
    padding-top: 60px;
}
.catalog-block {
    padding-bottom: 70px;
}
.catalog .page-title {
    font-weight: 500;
    font-size: 50px;
    line-height: 59px;
    color: #252F3E;
    margin-bottom: 36px;
}
.catalog .page-subtitle {
    font-weight: normal;
    font-size: 19px;
    max-width: 610px;
    line-height: 145%;
    color: #252F3E;
    margin-bottom: 26px;
}
.catalog .products-consult-btn .btn {
    margin: 5px 10px;
}
.catalog .products-included-block {
    background-color: #ffffff;
    padding-top: 70px;
}
.catalog .products-included-block-items {
    padding-bottom: 54px;
}
.catalog .products-included-block::before {
    display: none;
}
.catalog .products-included-block .section-top {
    margin-bottom: 40px;
}
.catalog .products-included-block .section-top__title {
    font-weight: 500;
    line-height: 1.2;
    font-size: 34px;
}
.catalog .products-included-block-item {
    background: #F9F9F9;
    transition: all .3s ease-in-out;
    box-shadow: none;
}
.catalog .products-included-block-item:hover {
    box-shadow: 0px 8.4878px 19.8793px rgba(108, 108, 108, 0.0417275),
                0px 4.75819px 11.1442px rgba(108, 108, 108, 0.035),
                0px 2.52704px 5.91859px rgba(108, 108, 108, 0.0282725),
                0px 1.05156px 2.46286px rgba(108, 108, 108, 0.0196802);
}
.catalog .products-included-block-links {
    padding: 64px 0 64px;
}
@media (max-width: 1199px) {
    .catalog .catalog-block [class*=col-]:not(:last-child) {
        margin-bottom: 26px;
    }
}
@media (max-width: 767px) {
    .catalog {
        padding-top: 20px;
    }
    .catalog .products-included-block .section-top__title {
        margin-top: 0;
    }
    .catalog .page-title {
        font-size: 38px;
        margin-bottom: 16px;
    }
    .catalog .page-subtitle {
        font-size: 17px;
    }
}



/***** page buy product *****/
#productBuy {
    position: relative;
    padding-bottom: 70px;
}
#productBuy:before {
    content: '';
    position: absolute;
    top: -164px;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(/local/templates/sketchup/images/buy-product/buy-product__bg.jpg) 50% 50%/cover no-repeat;
}
.productBuy__title {
    margin-bottom: 30px;
}
.list__title {
    margin-bottom: 0;
    margin-top: 20px;
}
.productBuy__desc {
    font-weight: normal;
    font-size: 13px;
    line-height: 24px;
    color: #FFFFFF;
}
.productBuy__desc__list {
    padding-left: 25px;
    margin-bottom: 30px;
}

#choose__license {
    padding: 100px 0;
    background: #FFFFFE;
}
.choose__license__row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -15px;
}
.choose__license__colLeft {
    width: 54%;
    padding: 0 15px;
}
.choose__license__colRight {
    width: 46%;
    padding: 0 15px;
}
.choose__license__video iframe {
    width: 100%;
    height: 420px;
}
.choose__license__desc {
    padding-left: 50px;
}
.choose__license__desc .title-svg__title {
    margin-bottom: 25px;
}
.choose__license__desc p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
}


#youCanChoose {
    background: url(/local/templates/sketchup/images/buy-product/you-can-choose__bg.jpg) no-repeat;
    background-size: cover;
    padding: 100px 0;
    background-position: right bottom;
}
#youCanChoose .title-svg__title {
    margin-bottom: 40px;
}
#youCanChoose div[class*="col-"] {
    margin-bottom: 20px;
}
.youCanChoose__item {
    background-color: #FFFFFE;
    padding: 25px 30px;
    height: 100%;
}
.youCanChoose__item__title {
    font-weight: bold;
    font-size: 20px;
    line-height: 150%;
    color: #252F3E;
    margin-bottom: 15px;
}
.youCanChoose__item__desc p {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 150%;
    color: #646B72;
}
.youCanChoose__item__link {
    position: relative;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.44px;
    color: #0064EB;
    padding-left: 30px;
}
.youCanChoose__item__link::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: url(/local/templates/sketchup/images/buy-product/access-icon.svg) no-repeat;
}
.youCanChoose__btn {
    text-align: center;
    margin-top: 20px;
}

#productBuy__license {
    padding-top: 80px;
    padding-bottom: 30px;
    background-color: #F2F2F3;
}
#productBuy__license .title-svg__title {
    margin-bottom: 20px;
}
.productBuy__license__desc {
    border-bottom: 2px solid #C2C7CF;
    padding-bottom: 30px;
}
.productBuy__license__desc p {
    max-width: 980px;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
}
#productBuy__tariffBlock {
    background: #FFFFFE;
    padding: 100px 0;
}
.productBuy__tariffBlock_overlay {
    background-color: #f9f9f9;
    padding: 30px 50px 1px;
}


#productBuy__interface {
    background-color: #F2F2F3;
    padding-top: 80px;
    padding-bottom: 50px;
}
#productBuy__interface .title-svg__title {
    margin-bottom: 20px;
}











/***** news-block *****/

.news-block {
    padding-top: 29px;
}

.news-block .section-label svg {
    width: 385px;
    height: 90px;
}

.news-block .section-label svg text {
    /* -webkit-transform: translate(-20px, 87px);
    -moz-transform: translate(-20px, 87px);
    -ms-transform: translate(-20px, 87px);
    -o-transform: translate(-20px, 87px);
    transform: translate(-20px, 87px); */
}

.news-block .section-top {
    margin-bottom: 47px;
}

.news-items {
    margin-right: -12px;
    margin-left: -12px;
}

.news-col-1,
.news-col-2 {
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
}

.news-item,
.news-item>span {
    position: relative;
    display: block;
    color: #fff;
}

.news-item {
    position: relative;
    margin-bottom: 24px;
    padding: 30px 36px;
    overflow: hidden;
    line-height: 18px;
}

.news-item::before,
.news-item::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.35);
    z-index: 1;
}

.news-item:hover {
    text-decoration: none;
}

.news-item:hover:before,
.news-item:hover:after {
    background-color: rgba(0, 0, 0, 0.55);
}

.news-item:hover:after {
    top: auto;
    height: 172px;
    background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0%, rgba(37, 47, 62, 0)), color-stop(100%, rgba(37, 47, 62, 1)));
    background: -webkit-linear-gradient(top, rgba(37, 47, 62, 0) 0%, rgba(37, 47, 62, 1) 100%);
    background: -o-linear-gradient(top, rgba(37, 47, 62, 0) 0%, rgba(37, 47, 62, 1) 100%);
    background: -moz-linear-gradient(top, rgba(37, 47, 62, 0) 0%, rgba(37, 47, 62, 1) 100%);
    background: linear-gradient(to bottom, rgba(37, 47, 62, 0) 0%, rgba(37, 47, 62, 1) 100%);
}

.news-col-1 .news-item {
    height: 476px;
}

.news-col-2 .news-item {
    height: 226px;
}

.news-item>span {
    z-index: 2;
}

.news-col-1 .news-item>span.news-item__image,
.news-col-2 .news-item>span.news-item__image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-width: 100%;
    z-index: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform .5s;
    -moz-transition: transform .5s;
    -ms-transition: transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    will-change: opacity;
}

.news-item:hover>span.news-item__image {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

.news-item__title {
    font-weight: 700;
    margin-bottom: 15px;
}

.news-col-1 .news-item>span {
    max-width: 409px;
}

.news-col-2 .news-item>span {
    max-width: 302px;
}

.news-item__text {
    font-size: 13px;
}

.news-item>.news-item__more {
    position: absolute;
    bottom: 24px;
    left: 36px;
    padding-right: 64px;
    font-size: 13px;
    line-height: 24px;
    color: #fff;
    white-space: nowrap;
}

.news-item__more:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -4px;
    width: 50px;
    height: 10px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 50 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M41.129 0l9 4.5-9 4.5-.001-4H.871V4h40.257V0z' fill='%23ffffff'/%3E%3C/svg%3E") 0 0 no-repeat;
}

.news-item:hover .news-item__more {
    color: #3073db;
    text-decoration: underline;
}

.news-item:hover .news-item__more:before {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 50 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M41.129 0l9 4.5-9 4.5-.001-4H.871V4h40.257V0z' fill='%233073db'/%3E%3C/svg%3E");
}

@media (max-width: 991px) and (min-width: 768px) {
    .news-item {
        padding: 15px;
    }
    .news-item>.news-item__more {
        left: 15px;
    }
}

@media (min-width: 768px) {
    .news-col-1 {
        -ms-flex: 0 0 51.282%;
        flex: 0 0 51.282%;
        max-width: 51.282%;
    }
    .news-col-2 {
        -ms-flex: 0 0 48.718%;
        flex: 0 0 48.718%;
        max-width: 48.718%;
    }
}

@media (max-width: 767px) {
    .news-item {
        padding-bottom: 60px;
    }
    .news-block .section-top {
        margin-bottom: 30px;
    }
    .news-col-1 .news-item,
    .news-col-2 .news-item {
        height: auto;
    }
    .news-col-1 .news-item>span {
        max-width: 302px;
    }
}

@media (max-width: 575px) {
    .news-block .section-label svg {
        width: 215px;
        height: 50px;
    }
}

@media (max-width: 424px) {
    .news-block .section-top {
        margin-bottom: 20px;
    }
    .news-item {
        margin-bottom: 15px;
        padding: 15px 15px 50px;
    }
    .news-item>.news-item__more {
        left: 15px;
        bottom: 15px;
    }
}


/***** news-block end *****/


/***** formSubscribe *****/

.formSubscribe {
    margin-bottom: 24px;
    padding: 44px 25px 31px;
    text-align: center;
    color: #fff;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTMwMiAzMDAiPgogICAgPGRlZnM+CiAgICAgICAgPGxpbmVhckdyYWRpZW50IGlkPSJmdTJ0MzZocTFkIiB4MT0iNjcuOTg4JSIgeDI9IjQwLjY3OSUiIHkxPSI2LjY4MSUiIHkyPSI3Mi40NDYlIj4KICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNzVFQSIvPgogICAgICAgICAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDdBRUEiIHN0b3Atb3BhY2l0eT0iLjMiLz4KICAgICAgICA8L2xpbmVhckdyYWRpZW50PgogICAgICAgIDxsaW5lYXJHcmFkaWVudCBpZD0iNmhoMjVwdGJwZSIgeDE9IjU2LjY3MSUiIHgyPSIzNi4xNzElIiB5MT0iNzkuMDk4JSIgeTI9Ii0xMC4zMjYlIj4KICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNzVFQSIvPgogICAgICAgICAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDdBRUEiIHN0b3Atb3BhY2l0eT0iLjMiLz4KICAgICAgICA8L2xpbmVhckdyYWRpZW50PgogICAgICAgIDxsaW5lYXJHcmFkaWVudCBpZD0iYThhN2NpbzNjZiIgeDE9IjY4LjEyMiUiIHgyPSI0My45MzIlIiB5MT0iODUuNTc0JSIgeTI9IjM4LjA3JSI+CiAgICAgICAgICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDc1RUEiLz4KICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDA3QUVBIiBzdG9wLW9wYWNpdHk9Ii4zIi8+CiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgICAgICA8bGluZWFyR3JhZGllbnQgaWQ9InJkOXdiejVwNmciIHgxPSI0NS41NzklIiB4Mj0iNTEuOTMyJSIgeTE9IjU4Ljg3NCUiIHkyPSI0Ni4xMTYlIj4KICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNzVFQSIvPgogICAgICAgICAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDdBRUEiIHN0b3Atb3BhY2l0eT0iLjMiLz4KICAgICAgICA8L2xpbmVhckdyYWRpZW50PgogICAgICAgIDxsaW5lYXJHcmFkaWVudCBpZD0ienY4dWppbzkxaCIgeDE9Ii00LjM5MiUiIHgyPSI2Ni4xOTUlIiB5MT0iNDEuMzMzJSIgeTI9IjUyLjU4MyUiPgogICAgICAgICAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDA3NUVBIi8+CiAgICAgICAgICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwN0FFQSIgc3RvcC1vcGFjaXR5PSIuMyIvPgogICAgICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgICAgICAgPGxpbmVhckdyYWRpZW50IGlkPSJlanlxa2N1dmZpIiB4MT0iLTE1LjIxOSUiIHgyPSI2OS40MTklIiB5MT0iMzkuNjA0JSIgeTI9IjUzLjA4OSUiPgogICAgICAgICAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDA3NUVBIi8+CiAgICAgICAgICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwN0FFQSIgc3RvcC1vcGFjaXR5PSIuMyIvPgogICAgICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgICAgICAgPGxpbmVhckdyYWRpZW50IGlkPSI0cjZhcjhic3BqIiB4MT0iODEuMzY2JSIgeDI9IjM3LjU1MSUiIHkxPSIzOC42NTclIiB5Mj0iNTQuNDk4JSI+CiAgICAgICAgICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDc1RUEiLz4KICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDA3QUVBIiBzdG9wLW9wYWNpdHk9Ii4zIi8+CiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgICAgICA8bGluZWFyR3JhZGllbnQgaWQ9Inl0bDh5MzU3bWsiIHgxPSI3Mi4yMzglIiB4Mj0iMzcuODk3JSIgeTE9Ijc4Ljk0NiUiIHkyPSIzNC4yMzQlIj4KICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNzVFQSIvPgogICAgICAgICAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDdBRUEiIHN0b3Atb3BhY2l0eT0iLjMiLz4KICAgICAgICA8L2xpbmVhckdyYWRpZW50PgogICAgICAgIDxyYWRpYWxHcmFkaWVudCBpZD0iN2Nlem5lbzRhYyIgY3g9IjY2Ljk3OCUiIGN5PSIxNy43MTQlIiByPSIxNjEuNTYxJSIgZng9IjY2Ljk3OCUiIGZ5PSIxNy43MTQlIiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KC4yMzA0MiAwIDAgMSAuNTE1IDApIj4KICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE5NDI2RSIvPgogICAgICAgICAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMjJGM0YiLz4KICAgICAgICA8L3JhZGlhbEdyYWRpZW50PgogICAgICAgIDxwYXRoIGlkPSI4Y3VlangxZW1hIiBkPSJNMCAwSDEzMDJWMzAwSDB6Ii8+CiAgICA8L2RlZnM+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxtYXNrIGlkPSJwcDJyMmZpbGFiIiBmaWxsPSIjZmZmIj4KICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjOGN1ZWp4MWVtYSIvPgogICAgICAgIDwvbWFzaz4KICAgICAgICA8dXNlIGZpbGw9IiMyNTJGM0UiIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDAgMzAwKSIgeGxpbms6aHJlZj0iIzhjdWVqeDFlbWEiLz4KICAgICAgICA8ZyBtYXNrPSJ1cmwoI3BwMnIyZmlsYWIpIj4KCQkJPHBhdGggZmlsbD0idXJsKCM3Y2V6bmVvNGFjKSIgZD0iTTI4IDIxOUgxMzMwVjUxOUgyOHoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNiAtMjIxKSIvPgoJCQk8cGF0aCBmaWxsPSJ1cmwoI2Z1MnQzNmhxMWQpIiBmaWxsLXJ1bGU9Im5vbnplcm8iIGQ9Ik0xMzc4LjQgNTAwLjJMMTIxNi43IDU2Mi4yIDEyMTYuNyAyMzcuOCAxMzc4LjQgMTc1Ljh6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTYgLTIyMSkiLz4KCQkJPHBhdGggc3Ryb2tlPSIjMDA3NUVBIiBkPSJNOTY0IDM4Mkw4MzcuMSA0MzAuNyA4MzcuMSAxNzYuMiA5NjQgMTI3LjZ6TTExOC43IDU4Ni4xTC40IDYzMS40LjQgMzk0LjMgMTE4LjcgMzQ4Ljl6IiBvcGFjaXR5PSIuNDQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNiAtMjIxKSIvPgoJCQk8cGF0aCBzdHJva2U9IiMwMDc1RUEiIGQ9Ik0xOTkgMzk2TDEuOCA0NzEuNiAxLjggNzYuMSAxOTkgMC41eiIgb3BhY2l0eT0iLjQ0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTYgLTIyMSkiLz4KCQkJPHBhdGggZmlsbD0idXJsKCM2aGgyNXB0YnBlKSIgZmlsbC1ydWxlPSJub256ZXJvIiBkPSJNODkxIDc2OC45TDEwOTEuMSA4NDUuNiAxMDkxLjEgNDQ0LjMgODkxIDM2Ny41eiIgb3BhY2l0eT0iLjY3IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTYgLTIyMSkiLz4KCQkJPHBhdGggZmlsbD0idXJsKCNhOGE3Y2lvM2NmKSIgZmlsbC1ydWxlPSJub256ZXJvIiBkPSJNOTgyLjUgMjg4LjNMOTgyLjUgMzQ1LjUgMTA1OC4zIDM3NC44IDEwNTguMyA1MTAuMyA5ODIuNSA0ODEgOTgyLjUgNjExLjYgMTE0OS4zIDY3NS4xIDExNDkuMyAzNTEuN3oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNiAtMjIxKSIvPgoJCQk8cGF0aCBmaWxsPSJ1cmwoI3JkOXdiejVwNmcpIiBmaWxsLXJ1bGU9Im5vbnplcm8iIGQ9Ik0xMTQ5LjMgNDE3LjFMOTgyLjUgNDgwLjUgMTE0OS4zIDU0NCAxMzE2LjIgNDgwLjV6IiBvcGFjaXR5PSIuNDUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNiAtMjIxKSIvPgoJCQk8cGF0aCBmaWxsPSJ1cmwoI3p2OHVqaW85MWgpIiBmaWxsLXJ1bGU9Im5vbnplcm8iIGQ9Ik0xMTQ5LjMgMjI0LjhMOTgyLjUgMjg4LjMgMTE0OS4zIDM1MS43IDEzMTYuMiAyODguM3oiIG9wYWNpdHk9Ii41OCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE2IC0yMjEpIi8+CgkJCTxwYXRoIGZpbGw9InVybCgjZWp5cWtjdXZmaSkiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTExNDkuMyAyMzUuNEwxMDEwLjIgMjg4LjMgMTE0OS4zIDM0MS4yIDEyODguNSAyODguM3oiIG9wYWNpdHk9Ii43MiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE2IC0yMjEpIi8+CgkJCTxwYXRoIGZpbGw9InVybCgjNHI2YXI4YnNwaikiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTEwMzYuNyAyOTguM0wxMTQ5LjMgMzQxLjIgMTI2MiAyOTguMyAxMTQ5LjMgMjU1LjV6IiBvcGFjaXR5PSIuNTMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNiAtMjIxKSIvPgoJCQk8cGF0aCBzdHJva2U9IiMwMDk3RDYiIGQ9Ik0xMzc4IDU3NC42TDEyNTEuMSA2MjMuMiAxMjUxLjEgMzY4LjggMTM3OCAzMjAuMXoiIG9wYWNpdHk9Ii43NCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE2IC0yMjEpIi8+CgkJCTxwYXRoIGZpbGw9InVybCgjeXRsOHkzNTdtaykiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTEzMzAgNDk5LjlMMTMzMCAyOTcuNCAxMTYzLjEgMzYwLjggMTE2My4xIDU2Mi40eiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE2IC0yMjEpIi8+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K') 50% 50%/cover no-repeat;
}

.formSubscribe__title {
    margin-bottom: 40px;
    font-size: 24px;
}

.formSubscribe .form-group {
    margin: 0 auto 20px;
    max-width: 588px;
}

.formSubscribe .form-control,
.formSubscribe .form-control:focus {
    padding: 15px;
    height: auto;
    text-align: center;
    font-size: 17px;
    line-height: 18px;
    color: #fff;
    background: none;
    border: none;
    outline: none;
    border-bottom: 1px solid #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.formSubscribe .btn.btn_bluebg {
    margin-top: 10px;
    width: 229px;
}

.formSubscribe .form-control:-moz-placeholder {
    color: rgba(255, 255, 255, .65);
}

.formSubscribe .form-control::-moz-placeholder {
    color: rgba(255, 255, 255, .65);
}

.formSubscribe .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .65);
}

.formSubscribe .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, .65);
}

.formSubscribe .form-control::-ms-input-placeholder {
    color: rgba(255, 255, 255, .65);
}

.formSubscribe .form-control::-ms-input-placeholder {
    color: rgba(255, 255, 255, .65);
}

@media (max-width: 424px) {
    .formSubscribe {
        padding: 20px 15px;
    }
}

@media (max-width: 399px) {
    .formSubscribe__title {
        margin-bottom: 30px;
        font-size: 22px;
    }
}


/***** formSubscribe end *****/


/*** home end ***/


/*** aside ***/

.content-wrapper {
    position: relative;
}

aside {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -651px;
    width: 267px;
    background-color: #f9f9f9;
    z-index: 1;
}

aside.fixed {
    position: fixed;
    top: 130px;
}

aside.bot-fixed {
    position: absolute;
    top: auto;
    bottom: 0;
}

.aside-toggler,
.aside-toggler:focus {
    position: absolute;
    top: 30px;
    right: 0;
    padding: 0 10px;
    color: #fff;
    background: #1d2951;
    border: none;
    outline: none;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    -webkit-transform: rotate(90deg) translate(100%, -100%);
    -moz-transform: rotate(90deg) translate(100%, -100%);
    -ms-transform: rotate(90deg) translate(100%, -100%);
    -o-transform: rotate(90deg) translate(100%, -100%);
    transform: rotate(90deg) translate(100%, -100%);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.menu_section .menu__item {
    display: inline-block;
    margin-bottom: 24px;
    font-size: 17px;
    line-height: 1.65;
    color: #646b72;
    cursor: pointer;
}

.menu_section .menu__item:hover,
.menu_section .active .menu__item {
    font-weight: 700;
    color: #252f3e;
    text-decoration: none;
}

.container_aside .tabs-content--item {
    display: none;
}

.container_aside .tabs-content--item.active {
    display: block;
}

@media (max-width: 1351px) {
    aside {
        margin-left: calc(15px - 50%);
    }
}

@media (max-width: 1199px) {
    aside {
        margin-left: -465px;
    }
}

@media (min-width: 992px) {
    .container_aside {
        padding-left: 330px;
    }
}

@media (max-width: 991px) {
    aside {
        position: fixed;
        top: 100px;
        left: 0;
        margin: 0;
        padding: 15px;
        background-color: #f2f2f3;
        -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
        -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
        box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: transform .15s;
        -moz-transition: transform .15s;
        -ms-transition: transform .15s;
        -o-transition: transform .15s;
        transition: transform .15s;
    }
    .aside_open aside {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    .menu_section .menu__item {
        margin-bottom: 15px;
        font-size: 15px;
    }
}


/*** aside end ***/


/*** architecture page ***/


/***** title-svg *****/


/** скрываем графические заголовки на IE **/


/* _:-ms-lang(x), .title-svg svg text,
_:-ms-lang(x), .section-label,
_:-ms-lang(x), .title-svg__wrap svg text {
	display: none;
} */

.title-svg {
    position: relative;
    margin-bottom: 22px;
    z-index: 2;
}

.title-svg_products {
    margin-bottom: 40px;
}

.title-svg_features {
    margin-bottom: 30px;
}

.title-svg_products-included {
    position: relative;
}

.title-svg__wrap {
    overflow: hidden;
}

.title-svg .container {
    position: absolute;
    top: 0;
    left: 50%;
    display: flex;
    align-items: center;
    height: 100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.title-svg_products-included .container {
    align-items: start;
}

.title-svg svg {
    height: 124px;
}

.title-svg_architecture svg {
    width: 904px;
}

.title-svg_products svg {
    width: 643px;
    height: 160px;
}

.title-svg_features svg {
    width: 595px;
    height: 126px;
}

.title-svg_products-included svg {
    width: 637px;
    height: 156px;
}

.title-svg_licensing svg {
    width: 670px;
    height: 155px;
}

.title-svg_faq svg {
    width: 270px;
    height: 160px;
}

.title-svg svg text {
    font-weight: 900;
    font-size: 160px;
    font-family: 'Roboto', sans-serif;
    /* -webkit-transform: translateY(122px);
    -moz-transform: translateY(122px);
    -ms-transform: translateY(122px);
    -o-transform: translateY(122px);
    transform: translateY(122px); */
}

.title-svg_products svg text {
    /* -webkit-transform: translate(-5px,105px);
    -moz-transform: translate(-5px,105px);
    -ms-transform: translate(-5px,105px);
    -o-transform: translate(-5px,105px);
	transform: translate(-5px,105px); */
}

.title-svg_products-included svg text {
    /* -webkit-transform: translate(-10px,120px);
    -moz-transform: translate(-10px,120px);
    -ms-transform: translate(-10px,120px);
    -o-transform: translate(-10px,120px);
	transform: translate(-10px,120px); */
}

.title-svg_licensing svg text,
.title-svg_faq svg text {
    stroke-width: 1;
    opacity: .25;
    /* -webkit-transform: translate(-5px,120px);
    -moz-transform: translate(-5px,120px);
	-ms-transform: translate(-5px,120px);
    -o-transform: translate(-5px,120px);
	transform: translate(-5px,120px); */
}

.title-svg_faq svg text {
    /* -webkit-transform: translate(0,117px);
    -moz-transform: translate(0,117px);
    -ms-transform: translate(0,117px);
    -o-transform: translate(0,117px);
	transform: translate(0,117px); */
}

.title-svg__title {
    margin: 0;
}

.title-svg_products-included .title-svg__title {
    margin-top: 100px;
}

@media (max-width: 575px) {
    .title-svg svg {
        height: 87px;
    }
    .title-svg_architecture svg {
        width: 385px;
        height: 80px;
    }
    .title-svg_products svg {
        width: 358px;
    }
    .title-svg_features svg {
        width: 328px;
    }
    .title-svg_products-included svg {
        width: 276px;
    }
    .title-svg_licensing svg {
        width: 299px;
    }
    .title-svg_faq svg {
        width: 139px;
    }
    .title-svg_licensing svg text,
    .title-svg_faq svg text {
        stroke-width: 1.5;
        opacity: .4;
    }
    .title-svg_products-included .title-svg__title {
        margin-top: 40px;
    }
}


/***** title-svg end *****/


/***** architecture *****/

.architecture-item {
    position: relative;
}

.architecture-item .container {
    position: relative;
    z-index: 1;
}

.architecture-item:nth-child(2) {
    background-color: #212936;
}

/* .architecture-item:first-child:before, */
.architecture-item:first-child:after {
    content: '';
    position: absolute;
    top: -310px;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/architecture_bg.png) 50% 0/cover no-repeat;
}

.architecture-item:first-child:before {
    content: '';
    position: absolute;
    top: -310px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(37, 47, 62, 0.8);
    z-index: 1;
}

.architecture-item:nth-child(2) .col-md-6 {
    padding: 51px 15px 67px;
}

.architecture-item:nth-child(3) .col-md-6 {
    padding: 92px 15px 61px;
}

.architecture-item__image>img {
    max-width: 100%;
}

.architecture-item:first-child .architecture-item__image>img {
    position: relative;
    top: 53px;
}

.architecture-item__text {
    max-width: 552px;
}

.architecture-item__title {
    margin-bottom: 14px;
}

.architecture-item__desc {
    font-size: 13px;
    color: #c2c7cf;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi),
(max-width: 767px) {
    .architecture-item:first-child:after {
        background-image: url(../images/architecture_bg@2x.png);
    }
}

@media (max-width: 1199px) {
    .architecture-item:first-child .architecture-item__image>img {
        top: 30px;
    }
}

@media (max-width: 991px) {
    .architecture-item:first-child .col-md-6,
    .architecture-item:nth-child(2) .col-md-6,
    .architecture-item:nth-child(3) .col-md-6 {
        padding: 30px 15px;
    }
    .architecture-item:first-child .architecture-item__image>img {
        top: 0;
    }
    h3.architecture-item__title {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .architecture-item .col-md-6:last-child {
        padding: 0 15px 30px;
    }
}

@media (max-width: 399px) {
    h3.architecture-item__title {
        font-size: 22px;
    }
}


/***** architecture end *****/


/***** products-block-small *****/

.products-block-small {
    margin-bottom: 55px;
}

.products-block-small-item {
    position: relative;
    display: block;
    padding: 18px 20px 100px;
    height: 100%;
    max-height: 233px;
    background-color: #fff;
}

.products-block-small-item:hover {
    text-decoration: none;
    -webkit-box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.12);
}

[class*=products-block-small-item__] {
    display: block;
}

.products-block-small-item__title {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 20px;
    color: #252f3e;
}

.products-block-small-item__description {
    color: #646b72;
}

.products-block-small-item .btn.btn_bluebd {
    position: absolute;
    bottom: 23px;
    left: 15px;
    padding: 0 10px;
    width: calc(100% - 30px);
    max-width: 290px;
}

@media (max-width: 1199px) {
    .products-block-small {
        margin-bottom: 35px;
    }
    .products-block-small [class*=col-] {
        margin-bottom: 26px;
    }
}

@media (max-width: 991px) {
    .products-block-small {
        margin-bottom: 20px;
    }
}


/***** products-block-small end *****/


/***** features-block *****/

.features-block {
    position: relative;
    padding: 45px 0 0;
}

.features-block:before,
.features-block:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 71.25%;
    background: url(../images/features_block_bg.png) 50% 0/cover no-repeat;
}

.features-block:after {
    width: 100%;
    background: -webkit-gradient(linear, 0 0, 100% 0, color-stop(35%, #f9f9f9), color-stop(93%, rgba(249, 249, 249, 0)));
    background: -webkit-linear-gradient(left, #f9f9f9 35%, rgba(249, 249, 249, 0) 93%);
    background: -o-linear-gradient(left, #f9f9f9 35%, rgba(249, 249, 249, 0) 93%);
    background: -moz-linear-gradient(left, #f9f9f9 35%, rgba(249, 249, 249, 0) 93%);
    background: linear-gradient(to right, #f9f9f9 35%, rgba(249, 249, 249, 0) 93%);
}

.features-block .row {
    position: relative;
    z-index: 1;
}

.features-block-item {
    margin-bottom: 50px;
    text-align: center;
}

.features-block-item__image {
    margin-bottom: 17px;
    height: 93px;
}

.features-block-item__image svg {
    fill: #0064EB
}

.features-block-item__text {
    margin: 0 auto;
    max-width: 256px;
    font-size: 13px;
    line-height: 18px;
}

.industries-consult-btn {
    position: relative;
    text-align: center;
    padding-top: 20px;
    z-index: 1;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi),
(max-width: 991px) {
    .features-block:before {
        background-image: url(../images/features_block_bg@2x.png);
    }
}

@media (max-width: 1199px) {
    .features-block {
        padding-top: 25px;
    }
}

@media (max-width: 991px) {
    .features-block {
        padding-top: 10px;
    }
    .industries-consult-btn {
        padding-top: 5px;
        padding-bottom: 30px;
    }
}


/***** features-block-reviews *****/

.features-block-reviews {
    position: relative;
    top: 101px;
}

.features-block-reviews-item {
    position: relative;
    padding: 30px 30px 30px 158px;
    background-color: #fff;
    height: 100%;
    -webkit-box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.1);
}

.features-block-reviews-item__img {
    position: absolute;
    top: -23px;
    left: -2px;
    width: 138px;
}

.features-block-reviews-item__img.i2 {
    top: -24px;
    left: -6px;
    width: 129px;
}

.features-block-reviews-item__img img {
    max-width: 100%;
}

.features-block-reviews-item__name {
    margin-bottom: 3px;
    font-weight: 700;
    font-size: 17px;
    line-height: 1.06;
}

.features-block-reviews-item__post {
    margin-bottom: 14px;
    font-style: italic;
    font-size: 13px;
    line-height: 1.38;
    color: #3073db;
}

.features-block-reviews-item__desc {
    line-height: 1.47;
    color: #646b72;
}

@media (max-width: 991px) {
    .features-block-reviews {
        margin-top: -100px;
    }
    .features-block-reviews-item {
        margin-top: 40px;
        height: auto;
    }
}

@media (max-width: 575px) {
    .features-block-reviews-item {
        padding: 30px 15px;
    }
    .features-block-reviews-item__name,
    .features-block-reviews-item__post {
        margin-left: 128px;
    }
    .features-block-reviews-item__post {
        margin-bottom: 20px;
        height: 34px;
    }
}

@media (max-width: 424px) {
    .features-block-reviews-item {
        padding-top: 110px;
    }
    .features-block-reviews-item__img,
    .features-block-reviews-item__img.i2 {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .features-block-reviews-item__name,
    .features-block-reviews-item__post {
        margin-left: 0;
    }
    .features-block-reviews-item__post {
        margin-bottom: 14px;
        height: auto;
    }
}


/***** features-block-reviews end *****/


/***** features-block end *****/


/***** success-block *****/

.success-block {
    padding: 65px 0;
}

.success-block_margin {
    padding: 183px 0 92px;
}

.success-block__title {
    margin-bottom: 42px;
    padding: 5px 180px 0 0;
}

.slider-wrapper {
    overflow: hidden;
}

.slick-arrow,
.slick-arrow:focus {
    position: absolute;
    top: -73px;
    padding: 0;
    background: none;
    border: none;
    outline: none;
}

.slick-arrow.slick-disabled {
    cursor: default;
    opacity: .5;
}

.slick-prev {
    right: 112px;
}

.slick-next {
    right: 0;
}

.slick-arrow:not(.slick-disabled):before {
    content: '';
    position: absolute;
    top: 50%;
    width: 46px;
    height: 46px;
    background-color: #0f4caa;
    background-image: -webkit-linear-gradient(48deg, #006dff 20%, #0f4caa 90%);
    background-image: -o-linear-gradient(48deg, #006dff 20%, #0f4caa 90%);
    background-image: -moz-linear-gradient(48deg, #006dff 20%, #0f4caa 90%);
    background-image: linear-gradient(48deg, #006dff 20%, #0f4caa 90%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slick-prev:before {
    left: -15px;
}

.slick-next:before {
    right: -15px;
}

.slick-arrow:hover:before {
    opacity: 1;
}

.slick-arrow svg {
    position: relative;
}

.slider .slick-list {
    overflow: visible;
}

.slider-item {
    position: relative;
    display: none;
    margin-right: 40px;
    overflow: hidden;
}

.slider-item:before,
.brochures-item:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70%;
    background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0%, rgba(37, 47, 62, 0)), color-stop(100%, rgba(37, 47, 62, 1)));
    background: -webkit-linear-gradient(top, rgba(37, 47, 62, 0) -10%, rgba(37, 47, 62, 1) 100%);
    background: -o-linear-gradient(top, rgba(37, 47, 62, 0) -10%, rgba(37, 47, 62, 1) 100%);
    background: -moz-linear-gradient(top, rgba(37, 47, 62, 0) -10%, rgba(37, 47, 62, 1) 100%);
    background: linear-gradient(to bottom, rgba(37, 47, 62, 0) -10%, rgba(37, 47, 62, 1) 100%);
    opacity: 0;
    -webkit-transition: opacity .15s;
    -moz-transition: opacity .15s;
    -ms-transition: opacity .15s;
    -o-transition: opacity .15s;
    transition: opacity .15s;
}

.slider-item:hover:before,
.brochures-item:hover:before {
    opacity: 1;
}

.slider-item__img {
    display: block;
}

.slider-item__img::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
}

.slick-active .slider-item {
    display: block;
}

.slider-item__img>img {
    width: 572px;
    height: 349px;
    object-fit: cover;
}

.slider-item__text {
    position: absolute;
    bottom: 0;
    left: 33px;
    padding-bottom: 24px;
    max-width: 380px;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: transform .15s;
    -moz-transition: transform .15s;
    -ms-transition: transform .15s;
    -o-transition: transform .15s;
    transition: transform .15s;
}

.slider-item:hover .slider-item__text {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.slider-item__title {
    display: block;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 17px;
    line-height: 1.41;
}

.slider-item__more {
    position: relative;
    padding-right: 64px;
    font-size: 13px;
    text-decoration: underline;
}

.slider-item__more:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -4px;
    width: 51px;
    height: 9px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 51 9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M41.129 0l9 4.5-9 4.5-.001-4H.871V4h40.257V0z' fill='%23ffffff'/%3E%3C/svg%3E") 0 0 no-repeat;
}

@media (max-width: 767px) {
    .success-block {
        margin-bottom: 30px;
    }
    .success-block__title {
        margin-bottom: 80px;
        padding-right: 0;
    }
    .slick-arrow,
    .slick-arrow:focus {
        top: -50px;
    }
    .slick-prev {
        right: auto;
        left: 0;
    }
    .slick-next {
        right: auto;
        left: 112px;
    }
    .slider-item {
        margin-right: 20px;
    }
    .slider-item__img>img {
        width: 270px;
        height: 165px;
    }
    .slider-item__text {
        left: 15px;
        padding-bottom: 15px;
        max-width: 240px;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    .slider-item__title {
        margin-bottom: 10px;
        font-size: 15px;
    }
}


/***** success-block end *****/


/*** architecture page end ***/


/*** catalog-item page ***/

.catalog-item {
    position: relative;
    margin-bottom: 50px;
    padding-bottom: 70px;
}

.catalog-item:before {
    content: '';
    position: absolute;
    top: -164px;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../images/sketchup_pro_bg.jpg) 50% 50%/cover no-repeat;
}

.catalog-item__title {
    position: relative;
    margin-bottom: 5px;
}

.catalog-item__subtitle {
    position: relative;
    font-size: 18px;
    margin-bottom: 80px;
}

.catalog-item-options-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 50px;
}

.catalog-item-options-item img {
    margin-right: 24px;
    width: 85px;
    height: 85px;
}

.catalog-item-options-item__text {
    width: calc(100% - 109px);
    max-width: 417px;
}

.catalog-item-options-item__title {
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
}

.catalog-item-options-item__desc {
    font-size: 13px;
    line-height: 1.46;
    color: #c2c7cf;
}

.catalog-demo-btn {
    position: relative;
    text-align: center;
}
.catalog-banner{
    padding: 50px 0;
}
.catalog-banner--link{
    display: block;
}
@media(max-width: 767px){
    .catalog-banner{
        display: none;
    }
}


@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi),
(max-width: 767px) {
    .catalog-item:before {
        background-image: url(../images/sketchup_pro_bg@2x.jpg);
    }
}

@media (max-width: 767px) {
    .catalog-item {
        padding-bottom: 35px;
    }
    .catalog-item__subtitle {
        margin-bottom: 40px;
    }
    .catalog-item-options-item {
        margin-bottom: 30px;
    }
    .catalog-demo-btn {
        padding-top: 20px;
    }
}

@media (max-width: 575px) {
    .catalog-item-options-item {
        justify-content: center;
        text-align: center;
    }
    .catalog-item-options-item img {
        margin-bottom: 10px;
    }
    .catalog-item-options-item svg {
        margin-right: 15px;
    }
    .catalog-item-options-item__text {
        width: calc(100% - 100px);
    }
}

@media (max-width: 424px) {
    .catalog-item-options-item svg {
        width: 60px;
        height: 60px;
    }
    .catalog-item-options-item__text {
        width: calc(100% - 75px);
    }
    .catalog-item-options-item__title {
        font-size: 17px;
    }
}


/***** tariff-block *****/

.tariff-block,
.tariff-block-modal {
    position: relative;
    margin-bottom: 29px;
    padding: 20px 0 16px;
}

.tariff-block-modal {
    padding-top: 0;
}
.tariff-block .row {
    margin: 0 -15px;
}

.tariff-block .col,
.tariff-block-modal__item {
    position: relative;
    padding: 6px 15px 7px;
    font-size: 13px;
    line-height: 1.31;
}

.tariff-block .col:before,
.tariff-block-modal__item:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #c2c7cf;
}

.tariff-block .col:first-child {
    font-weight: 500;
}

.tariff-block .col:first-child:before {
    left: 15px;
}

.tariff-block .col:last-child:before {
    right: 15px;
}

.tariff-block__headlines .col,
.tariff-block__headlines .col:first-child {
    padding-bottom: 22px;
    font-weight: 700;
    font-size: 17px;
    line-height: 1.06;
}

.tariff-block__headlines .col:before {
    height: 2px;
}

.tariff-block__headlines .col:first-child {
    color: #8d939b;
}

.tariff-block__buttons {
    position: relative;
    z-index: 1;
}

.tariff-block__buttons .col {
    padding-top: 13px;
}

.tariff-block__buttons .col:before {
    display: none;
}

.tariff-block__buttons .btn {
    padding: 0 10px;
    width: 100%;
}

.i-hover {
    position: absolute;
    top: 0;
    display: block;
    height: 100%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    -webkit-transition: right .3s;
    -moz-transition: right .3s;
    -ms-transition: right .3s;
    -o-transition: right .3s;
    transition: right .3s;
}

.i-hover:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-style: solid;
    border-width: 3px;
    border-image-source: linear-gradient(12deg, #00caff 24%, #0e55b0 96%, #0f4caa 96%);
    border-image-slice: 1;
}

.tariff-block[hover="0"] .i-hover,
.tariff-block[hover="-1"] .i-hover {
    display: none;
}

.tooltip-row img {
    width: 13px;
    height: 13px;
    margin-left: 10px;
    position: relative;
    z-index: 2;
}

@media (max-width: 1199px) {
    .tariff-block__buttons .btn {
        padding: 3px 10px;
        line-height: 1.1;
    }
}

@media (min-width: 992px) {
    .tariff-block[hover="1"] .i-hover {
        display: none;
    }
    .tariff-block[hover="2"] .tariff-block__headlines .col:nth-child(2),
    .tariff-block[hover="3"] .tariff-block__headlines .col:nth-child(3),
    .tariff-block[hover="4"] .tariff-block__headlines .col:nth-child(4),
    .tariff-block[hover="5"] .tariff-block__headlines .col:nth-child(5) {
        color: #0f4caa;
    }
    .tariff-block[hover="2"] .tariff-block__buttons .col:nth-child(2) .btn.btn_bluebd,
    .tariff-block[hover="3"] .tariff-block__buttons .col:nth-child(3) .btn.btn_bluebd,
    .tariff-block[hover="4"] .tariff-block__buttons .col:nth-child(4) .btn.btn_bluebd,
    .tariff-block[hover="5"] .tariff-block__buttons .col:nth-child(5) .btn.btn_bluebd {
        color: #fff;
        background: -webkit-gradient(linear, 0 0, 100% 0, color-stop(0%, #0f4caa), color-stop(100%, #006dff));
        background: -webkit-linear-gradient(left, #0f4caa 0%, #006dff 100%);
        background: -o-linear-gradient(left, #0f4caa 0%, #006dff 100%);
        background: -moz-linear-gradient(left, #0f4caa 0%, #006dff 100%);
        background: linear-gradient(to right, #0f4caa 0%, #006dff 50%, #0f4caa 100%);
        background-size: 200%;
        background-position: 0% 50%;
        background-origin: border-box;
        border: 1px solid transparent;
    }
}

@media (max-width: 991px) {
    .tariff-block .col:first-child {
        display: none;
    }
    .tariff-block[hover="1"] .tariff-block__headlines .col:nth-child(2),
    .tariff-block[hover="2"] .tariff-block__headlines .col:nth-child(3),
    .tariff-block[hover="3"] .tariff-block__headlines .col:nth-child(4),
    .tariff-block[hover="4"] .tariff-block__headlines .col:nth-child(5) {
        color: #0f4caa;
    }
    .tariff-block[hover="1"] .tariff-block__buttons .col:nth-child(2) .btn.btn_bluebd,
    .tariff-block[hover="2"] .tariff-block__buttons .col:nth-child(3) .btn.btn_bluebd,
    .tariff-block[hover="3"] .tariff-block__buttons .col:nth-child(4) .btn.btn_bluebd,
    .tariff-block[hover="4"] .tariff-block__buttons .col:nth-child(5) .btn.btn_bluebd {
        color: #fff;
        background: -webkit-gradient(linear, 0 0, 100% 0, color-stop(0%, #0f4caa), color-stop(100%, #006dff));
        background: -webkit-linear-gradient(left, #0f4caa 0%, #006dff 100%);
        background: -o-linear-gradient(left, #0f4caa 0%, #006dff 100%);
        background: -moz-linear-gradient(left, #0f4caa 0%, #006dff 100%);
        background: linear-gradient(to right, #0f4caa 0%, #006dff 50%, #0f4caa 100%);
        background-size: 200%;
        background-position: 0% 50%;
        background-origin: border-box;
        border: 1px solid transparent;
    }
}

@media (max-width: 767px) {
    .tooltip-row img {
        width: 15px;
        height: 15px;
    }
}


/***** tariff-block end *****/

/***** products-included-detail *****/

.product-main-block {
    position: relative;
    margin-bottom: 50px;
    padding-top: 130px;
    padding-bottom: 80px;
}
.product-main-block::before {
    content: '';
    position: absolute;
    top: -200px;
    height: calc(100% - 100px);
    left: 0;
    right: 0;
    background: url(../images/included-products/first-block-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center top;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .product-main-block::before {
        background: url(../images/included-products/first-block-bg2.png) no-repeat;
        background-size: cover;
    }
}
@media (max-width: 767px) {
    .product-main-block::before {
        height: calc(100% - 300px);
        background: url(../images/included-products/first-block-bg768.jpg) center no-repeat;
        background-size: cover;
    }
}
@media (max-width: 400px) {
    .product-main-block::before {
        height: calc(100% - 250px);
        background: url(../images/included-products/first-block-bg410.jpg) right center no-repeat;
        background-size: cover;
    }
}

.product-main-block::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 470px;
    background: linear-gradient(0deg, #212936 0%, #252F3E 70.05%, rgba(37, 47, 62, 0) 100%);
}
.product-title {
    position: relative;
    margin-bottom: 5px;
    color: #fff;
}
.product-subtitle {
    position: relative;
    font-size: 17px;
    margin-bottom: 40px;
    color: #fff;
}
.product-subtitle span {
    display: block;
}
.product-main-block .btn_bluebg{
    position: relative;
}
.product-desc {
    position: relative;
    color: #fff;
    padding-top: 50px;
    z-index: 1;
}
.product-desc .row {
    align-items: flex-end;
}
.product-desc-left {
    padding-right: 150px;
}
.product-desc h2 {
    font-size: 34px;
    line-height: 41px;
    margin-bottom: 15px;
}
.product-desc p {
    font-size: 15px;
    line-height: 22px;
    color: #9EADC4;
    margin-bottom: 35px;
}
.product-desc .btn.btn_bluebd {
    color: #fff;
}
.product-desc img {
    position: relative;
    bottom: -150px;
}

.product-advantages {
    padding: 50px 0 80px;
}
.product-advantages__item {
    position: relative;
    padding: 0 70px;
    display: flex;
}
.product-advantages__text {
    width: 70%;
    position: relative;
    right: 15px;
}
.product-advantages__text {
    width: 70%;
    position: relative;
    right: 30px;
}
.product-advantages [class*="col-"]:first-child .product-advantages__text {
    right: 15px;
}

.product-advantages__title {
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 15px;
}
.product-advantages__desc {
    font-size: 15px;
    line-height: 22px;
}


.functionality {
    position: relative;
    background: url(../images/included-products/features-bg.jpg) center no-repeat;
    background-size: cover;
    padding: 20px 0 80px;
}
.functionality::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #F9F9F9 16.17%, rgba(249, 249, 249, 0) 159.4%);
    z-index: 1;
}
.functionality::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 56px;
    background: url(../images/included-products/triangle-blue.png) center right no-repeat;
    background-size: cover;
}
.functionality > .container {
    position: relative;
    margin-top: 40px;
    z-index: 1;
}
.title-svg .container {
    top: 15px;
}
.functionality .title-svg__title {
    margin: auto;
    text-align: center;
}
.functionality h2 {
    font-size: 34px;
    line-height: 41px;
    text-align: center;
    margin-bottom: 50px;
}
.functionality [class*=col-]:not(:last-child) .functionality-item {
    padding-right: 50px;
}
.functionality-item__img {
    width: 85px;
    height: 85px;
}
.functionality-item__img img {
    max-width: 100%;
}
.functionality-item__title {
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 15px;
}
.functionality-item__desc {
    font-size: 15px;
    line-height: 22px;
    color: #646B72;
    margin-bottom: 0;
}

.subs-info {
    position: relative;
    background-color: #fff;
    padding: 110px 0 15px;
}
.subs-info:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-left: 50vw solid #f9f9f9;
    border-top: 4.5vw solid #f9f9f9;
    border-right: 50vw solid #fff;
    border-bottom: 4.5vw solid #fff;
    z-index: 0;
}
.subs-info-content {
    position: relative;
    background: #FFFFFF;
    box-shadow: 2px 2px 31px rgba(0, 0, 0, 0.05);
    padding: 60px 80px;
    text-align: center;
    z-index: 1;
}
.subs-info .container {
    position: relative;
    padding: 30px 23px 23px 15px;
}
.subs-info .container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/included-products/blue-bg.svg) no-repeat;
	background-size: contain;
    /* background: url(../images/included-products/blue-bg.png) no-repeat; 
    background-size: cover; */
}
.subs-info-content h2 {
    font-size: 34px;
    line-height: 41px;
    text-align: center;
    margin-bottom: 50px;
}
.subs-info__title {
    font-size: 17px;
    line-height: 41px;
    margin-bottom: 20px;
}

.get-consult-btn {
    background-color: #fff;
    text-align: center;
    padding-bottom: 80px;
}

.licensing-and-question {
    background-color: #fff;
}
.licensing-and-question .products-included-block-links {
    border-top: 2px solid #c2c7cf;
}
@media (max-width: 1440px) {
    .subs-info .container {
        padding: 0 15px;
    }
    .subs-info .container::before {
        display: none;
    }
    .get-consult-btn {
        padding-top: 40px;
    }
    .functionality [class*=col-]:not(:last-child) .functionality-item {
        padding-right: 30px;
    }
}
@media (max-width: 1199px) {
    .product-main-block {
        margin-bottom: 0;
    }
    .product-desc .row {
        align-items: center;
    }
    .product-desc-left {
        padding-right: 0px;
    }
    .product-desc img {
        bottom: 0;
    }
    .product-advantages {
        padding: 80px 0;
    }
    .product-advantages__item {
        padding: 0;
    }
    .product-advantages__text {
        right: 45px;
    }
    .functionality [class*=col-]:not(:last-child) .functionality-item {
        padding-right: 0;
    }
}
@media (max-width: 991px) {
    .product-main-block {
        padding-top: 60px;
    }
    .product-desc {
        padding-top: 80px;
    }
    .product-desc h2 {
        font-size: 24px;
        line-height: 1.2;
    }
    .product-advantages [class*=col-]:not(:last-child) .product-advantages__item {
        margin-bottom: 40px;
    }
    .functionality-item {
        margin-bottom: 40px;
    }
    .subs-info__title {
        line-height: 25px;
    }
}
@media (max-width: 767px) {
    .product-desc h2,
    .functionality h2,
    .subs-info-content h2 {
        font-size: 28px;
    }
    .product-main-block::after {
        min-height: 780px;
    }
    .product-desc {
        padding-top: 120px;
    }
    .product-desc-left {
        margin-bottom: 40px;
    }
    .product-subtitle span {
        display: inline;
        font-size: 15px;
    }
    .product-advantages__text {
        width: 100%;
    }
    .get-consult-btn {
        padding-bottom: 55px;
    }
    .subs-info__title {
        margin-bottom: 10px;
    }
    .subs-info-content [class*=col-]:not(:last-child) .subs-info__item {
        margin-bottom: 40px;
    }
    .subs-info-content {
        padding: 40px 30px;
    }
    .functionality [class*=col-]:last-child .functionality-item {
        margin-bottom: 0;
    }
    .functionality-item {
        text-align: center;
    }
    .functionality-item__img {
        margin: auto;
    }
}
@media (max-width: 576px) {
    .functionality {
        padding: 40px 0 80px;
    }
}
@media (max-width: 399px) {
    .product-desc h2,
    .functionality h2,
    .subs-info-content h2 {
        font-size: 24px;
        line-height: 1.4;
    }
    .product-main-block {
        padding-top: 30px;
        padding-bottom: 60px;
    }
    .product-main-block::after {
        min-height: 680px;
    }
    .product-desc h2 {
        font-size: 22px;
    }
    .product-desc {
        padding-top: 80px;
    }
    .product-subtitle {
        font-size: 16px;
    }
    .subs-info-content {
        padding: 40px 15px;
    }
    .subs-info:before {
        display: none;
    }
    .product-advantages {
        padding: 65px 0;
    }
    .functionality {
        padding: 40px 0 65px;
    }
    .subs-info {
        padding: 65px 0 15px;
    }
}


/***** products-included-block *****/

.products-included-block {
    position: relative;
}

.products-included-block:before {
    content: '';
    position: absolute;
    top: 70px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f2f2f3;
}

.products-included-block-items {
    position: relative;
    padding-bottom: 23px;
    border-bottom: 2px solid #c2c7cf;
}

.products-included-block-items [class*=col-] {
    margin-bottom: 26px;
}

.products-included-block-item {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 35px 30px 27px 30px;
    height: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 16px 24px 0 rgba(37, 47, 62, 0.03);
    -moz-box-shadow: 0 16px 24px 0 rgba(37, 47, 62, 0.03);
    box-shadow: 0 16px 24px 0 rgba(37, 47, 62, 0.03);
}

.products-included-block-item__image {
    position: absolute;
    top: 15px;
    right: 20px;
}

.products-included-block-item__image img {
    width: 50px;
}

.products-included-block-item__title {
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 17px;
    line-height: 1.06;
}

.products-included-block-item__text {
    font-size: 13px;
    line-height: 1.38;
    color: #646b72;
}

.products-included-block-item__btns {
    margin-top: auto;
    align-self: flex-start;
}
.products-included-block-item .btn.btn_bluebd {
    display: block;
    margin-bottom: 8px;
}

.products-included-block-links {
    position: relative;
    padding: 47px 0 52px;
}

.products-included-block-links-item {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding-right: 25px;
    width: 84%;
    color: #252f3e;
}

.products-included-block-links-item:hover {
    color: #252f3e;
}

.products-included-block-links-item:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 15px;
    height: 45px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 14.4 44.5' xmlns='http://www.w3.org/2000/svg' fill='%230064EB'%3E%3Cpath d='M1.1,24c-0.2,0-0.4,0-0.6-0.1c-0.5-0.3-0.7-1-0.4-1.5L12.4,1.2c0.3-0.5,1-0.7,1.5-0.4c0.5,0.3,0.7,1,0.4,1.5 L2.1,23.4C1.8,23.8,1.5,24,1.1,24' transform='translate(0 -1) translate(0 21.545)'/%3E%3Cpath d='M13.3,23.8c-0.4,0-0.8-0.2-1-0.6L0.1,2.1C-0.2,1.6,0,0.9,0.6,0.6C1.1,0.3,1.8,0.5,2.1,1l12.2,21.2 c0.3,0.5,0.1,1.2-0.4,1.5C13.7,23.8,13.5,23.8,13.3,23.8' transform='translate(0 -1) translate(0 .545)'/%3E%3C/svg%3E") 0 0 no-repeat;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.products-included-block-links-item__image {
    margin-right: 25px;
}

.products-included-block-links-item__text {
    width: 400px;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.38;
}

@media (max-width: 1199px) {
    .products-included-block-links-item__image {
        margin-right: 11px;
        width: 64px;
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
    .products-included-block-links-item {
        margin: 0;
        width: 95%;
    }
    .col-md-6:last-child .products-included-block-links-item {
        margin-left: auto;
    }
    .products-included-block-links-item__text {
        width: calc(100% - 100px);
        font-size: 22px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .products-included-block-links-item__text {
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    .col-md-6:first-child .products-included-block-links-item {
        margin-bottom: 30px;
    }
    .products-included-block-links-item__text {
        font-size: 22px;
    }
}

@media (max-width: 575px) {
    .products-included-block:before {
        top: 30px;
    }
    .products-included-block-item {
        padding: 33px 36px 60px 15px;
    }
    .products-included-block-item .btn.btn_bluebd {
        left: 15px;
    }
    .products-included-block-item__image {
        right: 15px;
    }
    .products-included-block-links-item {
        width: 100%;
        max-width: 443px;
    }
}

@media (max-width: 459px) {
    .products-included-block-links-item__text {
        font-size: 20px;
    }
}

@media (max-width: 424px) {
    .products-included-block-links-item__text {
        font-size: 17px;
    }
}


/***** products-included-block end *****/


/*** catalog-item page end ***/


/* content end */


/* footer */

footer {
    padding: 55px 0;
}

.footer-top-bd {
    border-top: 1px solid #c2c7cf;
}

[class*=footer-col-] {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.logo-block {
    display: flex;
    margin-bottom: 20px;
}

.logo_footer svg {
    width: 146px;
    height: 32px;
}

.logo_footer img {
    width: 146px;
    height: 45px;
}

.logo_footer svg .st2 {
    fill: #252F3E;
}

.logo-distek-footer {
    position: relative;
}

.logo-distek-footer:before {
    content: '';
    position: absolute;
    top: 3px;
    width: 1px;
    height: 37px;
    background-color: rgba(37, 47, 62, 0.23);
}

.logo-distek-footer svg {
    width: auto;
    height: 56px;
}

.copyright {
    font-size: 12px;
}

.menu_footer .nav-item {
    margin-bottom: 14px;
    font-size: 12px;
}

.menu_footer .nav-link {
    display: inline-block;
    padding: 0;
    color: #252f3e;
}

.menu_footer .nav-link:hover {
    text-decoration: underline;
}

.menu_footer .active .nav-link {
    text-decoration: underline;
    cursor: default;
}

.menu_footer>li>.nav-link {
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
}

.menu_footer ul {
    margin-top: 14px;
}

.footer-col-1 .links-block {
    position: absolute;
    bottom: 0;
    left: 30px;
}

.footer-col-1 .privacy-policy {
    margin-top: 10px;
}

.privacy-policy a {
    display: inline-block;
    font-size: 12px;
    color: #252f3e;
    text-decoration: underline;
}

.footer-col-5 .menu_footer>li.nav-item {
    margin-bottom: 25px;
}

.footer-col-5 .btn.btn_bluebg {
    margin-top: 8px;
    width: 158px;
    max-width: 100%;
}

.footer-contacts {
    margin-bottom: 17px;
}

.footer-contacts__item,
.footer-contacts__item:hover {
    font-weight: 500;
    color: #252f3e;
}

.footer-contacts__item.phone {
    font-size: 17px;
}

.footer-social__label {
    margin-bottom: 12px;
    font-size: 13px;
    letter-spacing: -0.08px;
}

.footer-social__items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.footer-social__item {
    margin-left: 17px;
}

.footer-social__item:first-child {
    margin-left: 0;
}

.footer-social svg {
    fill: #3073DB;
    -webkit-transition: fill .15s;
    -moz-transition: fill .15s;
    -ms-transition: fill .15s;
    -o-transition: fill .15s;
    transition: fill .15s;
}

.footer-social a:hover svg {
    fill: #0f4caa;
}

.footer-social .inst svg {
    width: 22px;
    height: 22px;
}

.footer-social .yt svg {
    width: 27px;
    height: 20px;
}

.footer-social .vk svg {
    width: 28px;
    height: 16px;
}

.footer-social .fb svg {
    width: 23px;
    height: 23px;
}

@media (min-width: 1330px) {
    .footer-col-6 {
        padding-left: 45px;
    }
}

@media (min-width: 1260px) {
    .logo-distek-footer {
        margin-left: 53px;
    }
    .logo-distek-footer:before {
        left: -26px;
    }
}

@media (max-width: 1259px) and (min-width: 1200px) {
    .logo-distek-footer {
        margin-left: 37px;
    }
    .logo-distek-footer:before {
        left: -18px;
    }
}

@media (min-width: 1200px) {
    .footer-col-1 {
        padding-left: 30px;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .footer-col-2 {
        -ms-flex: 0 0 17.12%;
        flex: 0 0 17.12%;
        max-width: 17.12%;
    }
    .footer-col-3 {
        -ms-flex: 0 0 13.29%;
        flex: 0 0 13.29%;
        max-width: 13.29%;
    }
    .footer-col-4 {
        -ms-flex: 0 0 12.91%;
        flex: 0 0 12.91%;
        max-width: 12.91%;
    }
    .footer-col-5 {
        -ms-flex: 0 0 15.24%;
        flex: 0 0 15.24%;
        max-width: 15.24%;
    }
    .footer-col-6 {
        -ms-flex: 0 0 16.44%;
        flex: 0 0 16.44%;
        max-width: 16.44%;
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
    footer .row {
        position: relative;
        margin-bottom: 20px;
    }
    .logo-block {
        height: 56px;
    }
    .logo-distek-footer {
        margin-left: 73px;
    }
    .logo-distek-footer:before {
        left: -36px;
    }
    .footer-col-2,
    .footer-col-3,
    .footer-col-4,
    .footer-col-5 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .footer-col-6 {
        position: static;
    }
    .footer-contacts,
    .footer-social {
        position: absolute;
        top: 0;
        left: 50%;
        padding-left: 15px;
        width: 165px;
    }
    .footer-social {
        left: 75%;
        width: 175px;
    }
    .footer-social__label {
        margin-bottom: 5px;
    }
}

@media (max-width: 767px) {
    footer {
        padding: 0 0 30px;
    }
    footer .row {
        position: relative;
    }
    .logo-block {
        margin-bottom: 100px;
        height: 55px;
    }
    .logo-distek-footer {
        margin-left: 33px;
    }
    .logo-distek-footer:before {
        left: -16px;
    }
    .footer-col-2,
    .footer-col-3,
    .footer-col-4,
    .footer-col-5 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        margin-bottom: 15px;
        max-width: 50%;
    }
    .footer-col-3,
    .footer-col-5 {
        padding-left: 45px;
    }
    .footer-col-6 {
        position: static;
    }
    .footer-contacts,
    .footer-social {
        position: absolute;
        top: 75px;
        left: 50%;
        padding-left: 45px;
        width: 195px;
    }
    .footer-social {
        left: 0;
        padding-left: 15px;
        width: 175px;
    }
    .footer-social__label {
        margin-bottom: 5px;
    }
    .copyright {
        margin-top: 20px;
    }
    .links-block {
        position: absolute;
        bottom: 0;
        left: 50%;
        padding-left: 45px;
        width: auto;
    }
    .links-block.col-md-4 {
        bottom: 30px;
    }
}

@media (max-width: 575px) {
    .footer-col-3,
    .footer-col-5,
    .footer-contacts,
    .links-block {
        padding-left: 15px;
    }
    .menu_footer>li>.nav-link {
        font-size: 14px;
    }
    .footer-contacts,
    .footer-social {
        padding-right: 15px;
        width: 50%;
    }
    .footer-contacts__item.phone {
        font-size: 15px;
    }
    .footer-social__item {
        margin-left: 10px;
    }
    .copyright,
    .privacy-policy {
        text-align: center;
    }
}


/* footer end */


/* accordion */

.accordion {
    margin-bottom: 30px;
}

.accordion>.card {
    background-color: transparent;
    border: none;
    border-top: 2px solid #c2c7cf;
    border-bottom: 2px solid #c2c7cf;
    border-radius: 0;
}

.accordion>.card>.card-header,
.accordion>.card>.card-header:hover,
.accordion>.card>.card-header.collapsed:hover {
    position: relative;
    padding-right: 87px;
    font-weight: 700;
    font-size: 17px;
    line-height: 1.65;
    color: #3073db;
    text-decoration: none;
    background: transparent;
    border: none;
    border-radius: 0;
}

.accordion>.card>.card-header.collapsed {
    color: #252f3e;
}

.accordion>.card>.card-header:before {
    content: '';
    position: absolute;
    top: 23px;
    right: 35px;
    width: 15px;
    height: 7px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 17 9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1319 594L1326.5 601 1334 594' fill='none' stroke='%233073db' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' transform='translate(-1318 -593)'/%3E%3C/svg%3E") 0 0 no-repeat;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: transform .15s;
    -moz-transition: transform .15s;
    -ms-transition: transform .15s;
    -o-transition: transform .15s;
    transition: transform .15s;
}

.accordion>.card>.card-header.collapsed:before {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 17 9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1319 594L1326.5 601 1334 594' fill='none' stroke='%23C2C7CF' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' transform='translate(-1318 -593)'/%3E%3C/svg%3E");
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

.accordion>.card .card-body {
    padding: 20px 40px;
}


/* accordion end */


/* button */

.btn {
    padding: 0 20px;
    height: 40px;
    font: 500 15px/38px 'SF Pro Display', 'Roboto', sans-serif;
    letter-spacing: .44px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.btn.btn_whitebd,
.btn.btn_bluebd {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .6);
    /* -webkit-box-shadow: 0 6px 8px rgba(3, 57, 141, 0.17);
	-moz-box-shadow: 0 6px 8px rgba(3, 57, 141, 0.17);
	box-shadow: 0 6px 8px rgba(3, 57, 141, 0.17); */
    -webkit-transition: border .3s;
    -moz-transition: border .3s;
    -ms-transition: border .3s;
    -o-transition: border .3s;
    transition: border .3s;
}

.btn.btn_bluebd {
    color: #0f4caa;
    border-color: #0f4caa;
}

.btn.btn_bluebd.color-black {
    color: #252f3e;
}

.btn.btn_whitebd:hover,
a:hover .btn.btn_whitebd,
.btn.btn_bluebg,
.btn.btn_bluebd:hover,
a:hover .btn.btn_bluebd,
.light-bg .btn.btn_whitebd {
    color: #fff;
    background: -webkit-gradient(linear, 0 0, 100% 0, color-stop(0%, #0f4caa), color-stop(100%, #006dff));
    background: -webkit-linear-gradient(left, #0f4caa 0%, #006dff 100%);
    background: -o-linear-gradient(left, #0f4caa 0%, #006dff 100%);
    background: -moz-linear-gradient(left, #0f4caa 0%, #006dff 100%);
    background: linear-gradient(to right, #0f4caa 0%, #006dff 50%, #0f4caa 100%);
    background-size: 200%;
    background-position: 0% 50%;
    background-origin: border-box;
    border: 1px solid transparent;
}

.btn.btn_bluebg:hover,
.light-bg .btn.btn_whitebd:hover {
    animation-name: gradient;
    -webkit-animation-name: gradient;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.btn.btn_sm {
    height: 22px;
    font-size: 11px;
    line-height: 20px;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100%;
    }
}

@media (max-width: 575px) {
    .btn.btn_whitebd {
        color: #fff;
        background: -webkit-gradient(linear, 0 0, 100% 0, color-stop(0%, #0f4caa), color-stop(100%, #006dff));
        background: -webkit-linear-gradient(left, #0f4caa 0%, #006dff 100%);
        background: -o-linear-gradient(left, #0f4caa 0%, #006dff 100%);
        background: -moz-linear-gradient(left, #0f4caa 0%, #006dff 100%);
        background: linear-gradient(to right, #0f4caa 0%, #006dff 50%, #0f4caa 100%);
        background-size: 200%;
        background-position: 0% 50%;
        background-origin: border-box;
        border: 1px solid transparent;
    }
}


/* button end */


/* form */


/* form end */


/* modal */


/* modal end */


/* history of succsess */

.h100 {
    height: 100%;
}

.mb-64 {
    margin-bottom: 64px;
}

.history-faq {
    padding-top: 50px;
}

.history {
    width: 100%;
    height: 290px;
    background-color: #252f3e;
    position: relative;
}

.history__item {
    position: relative;
    display: flex;
    position: relative;
    padding-bottom: 50px;
    align-items: flex-end;
}

.history:before {
    content: '';
    position: absolute;
    top: -164px;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../images/history/news-bg-1.jpg) 50% 50%/cover no-repeat;
    z-index: 0;
}

.news-detail:before {
    content: '';
    position: absolute;
    top: -164px;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../images/history/history-bg.jpg) 50% 50%/cover no-repeat;
    z-index: 0;
}

.history h1.title-svg__title {
    padding-right: 10%;
}

.back-link--white,
.back-link--white:hover {
    color: #ffffff;
}

.history .back-link {
    position: absolute;
    left: 0;
    /*top: -50px;*/
    top: 5px;
    padding-left: 30px;
}

.back-link--white .icon-left {
    position: absolute;
    left: 0;
    top: 0;
}
.back-link--white .icon-left,
.back-link--white .icon-left svg {
    width: 15px;
    height: 15px;
}
.back-link--white .icon-left svg {
    fill: #fff;
    opacity: 0.5;
    position: relative;
    top: -2px;
}
.history-about-items {
    display: flex;
}
.history-about-items--head {
    padding: 40px 0 40px 30px;
    margin-bottom: 30px;
    border-bottom: 2px solid #3073db;
}
.history-about-items__left {
    width: 270px;
    flex-shrink: 0;
}
.history-about-items--head .history-about-items__left {
    width: 240px;
}
.history-about-items__left img {
    width: 100%;
    height: auto;
}
.history-about-items__left p {
    margin-bottom: 0;
}
.history-about-items__right {
    width: 100%;
    max-width: 700px;
    margin-left: 64px;
}
.news-detail-content {
    max-width: 700px;
}
.history-about-items__right p:not(:first-child) {
    margin-top: 30px;
    margin-bottom: 0;
}
.history-about-items--head .history-about-items__right p {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: normal;
    color: #252f3e;
}
.history-about-items--head p span {
    font-weight: bold;
}

.history-about-items-right-img,
.history-about-items-right-img img {
    width: 100%;
    height: auto;
}

.history-about-items-right-img {
    position: relative;
    margin-top: 30px;
}

.history-about-items-right-img__info {
    position: absolute;
    left: -222px;
    top: 0;
    width: 196px;
    height: auto;
}

.history-about-items-right-img__info span {
    font-size: 15px;
    font-style: italic;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: right;
    color: #3073db;
}

.history-author-items {
    padding: 27px 0;
    display: flex;
    border-top: 2px solid #c2c7cf;
    border-bottom: 2px solid #c2c7cf;
}

.history-author-items__img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    flex-shrink: 0;
}

.history-author-items__text {
    width: 100%;
    margin-left: 40px;
    display: flex;
    align-items: center;
    padding-right: 25%;
}

.history-author-items__text ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.history-author-items__text ul li {
    font-size: 15px;
    line-height: 1.6;
    color: #252f3e
}

.history-author-items__text ul li:not(:first-child) {
    font-size: 13px;
}

.history-btns .products-included-block-links {
    border-bottom: 2px solid #c2c7cf;
    margin: 0;
}

.history-btns .products-included-block-links-item__text {
    width: 100%;
    font-size: 15px;
}

.history-btns .products-included-block-links .col-md-6:first-child .products-included-block-links-item {
    padding-left: 27px;
    padding-right: 0;
}

.history-btns .products-included-block-links .col-md-6:last-child .products-included-block-links-item {
    padding-right: 65px;
}

.history-btns .products-included-block-links .col-md-6:first-child .products-included-block-links-item:before {
    right: auto;
    left: 0;
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -moz-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    -o-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
}

.history-success-block {
    padding-top: 27px;
}

.history-success-block .slider-item {
    width: 100%;
    height: 323px;
    display: flex;
    color: #ffffff;
    margin: 0;
}

.history-success-block .slider-item .slider-item__text {
    padding-right: 15px;
}

@media (max-width: 1200px) {
    .history h1.title-svg__title {
        padding-right: 0;
        font-size: 44px;
    }
}

@media (max-width: 991.98px) {
    .history h1.title-svg__title {
        font-size: 38px;
    }
    .history-author-items__text {
        padding-left: 0;
    }
    .history-success-block .row [class*=col-]:not(:last-child) {
        margin-bottom: 30px;
    }
}

@media (max-width: 768.98px) {
    .history h1.title-svg__title {
        font-size: 32px;
    }
    .history-about-items--head {
        padding: 40px 0 40px 0;
    }
    .history-about-items {
        flex-direction: column;
    }
    .history-about-items__left {
        width: 100%;
    }
    .history-about-items__right {
        margin-left: 0;
        margin-top: 20px;
    }
    .history-about-items-right-img__info {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        height: auto;
        margin-top: 20px;
        text-align: center;
    }
    a.products-included-block-links-item.h100 {
        height: auto;
    }
    .history-success-block .slider-item__img>img {
        width: 100%;
        height: auto;
    }
    .history-success-block span.slider-item__text {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .history h1.title-svg__title {
        font-size: 26px;
    }
    .history .back-link {
        top: 0;
        font-size: 14px;
    }
    .history-success-block .slider-item__img>img {
        width: 650px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}
@media (max-width: 399px) {
    .history h1.title-svg__title {
        font-size: 24px;
    }
}


/* history of succsess end */


/* video */

.mb-38 {
    margin-bottom: 38px;
}

.wh-100 {
    width: 100%;
    height: 100%;
    display: inline-flex;
}

.video-list__item:hover {
    text-decoration: none;
}

.video-item__thumb::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(88, 29, 29, .3);
}

.video-item__thumb svg {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
}

.video-item__thumb,
.brochures-item__thumb {
    width: 100%;
    height: 173px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-origin: content-box;
    background-size: cover;
    margin-bottom: 14px;
}

.title-link {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.5;
    color: #252f3e;
}

.title-link:hover {
    color: #252f3e;
}

.video-item__info {
    position: absolute;
    right: 5px;
    bottom: 5px;
    font-size: 16px;
    line-height: 1;
    color: #ffffff;
    padding: 4px 6px;
    border-radius: 3px;
    background-color: #000;
    letter-spacing: 1px;
}

@media (max-width: 575px) {
    .video-item__thumb {
        height: 56vw;
    }
}


/* video end */


/* brochures  */

.mb-27 {
    margin-bottom: 27px;
}

.brochures .title-svg_licensing svg {
    width: 730px;
}

.brochures-item {
    width: 100%;
    height: 319px;
    position: relative;
}

.brochures-item__name {
    font-size: 18px;
    color: #fff;
    position: absolute;
    width: 100%;
    padding: 0 10px;
    text-align: center;
    bottom: 50px;
    z-index: 3;
    opacity: 0;
    -webkit-transition: opacity .15s;
    -moz-transition: opacity .15s;
    -ms-transition: opacity .15s;
    -o-transition: opacity .15s;
    transition: opacity .15s;
}

.brochures-item:hover .brochures-item__name {
    opacity: 1;
}

.brochures-item:before {
    z-index: 1;
}

.brochures-item__thumb {
    height: 100%;
    position: relative;
}

.brochures-download-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.brochures-item .btn.btn_whitebd.btn_sm {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    z-index: 3;
    opacity: 0;
    -webkit-transition: opacity .15s;
    -moz-transition: opacity .15s;
    -ms-transition: opacity .15s;
    -o-transition: opacity .15s;
    transition: opacity .15s;
}

.brochures-item:hover .btn.btn_whitebd.btn_sm {
    opacity: 1;
}

@media (max-width: 991px) {
    .brochures-item .btn.btn_whitebd.btn_sm,
    .brochures-item__name,
    .brochures-item::before {
        opacity: 1;
    }
}

@media (max-width: 575px) {
    .brochures .title-svg_licensing svg {
        width: 340px;
    }
    /* .brochures .title-svg_licensing svg text{
		-webkit-transform: translate(-45px,120px);
		-moz-transform: translate(-45px,120px);
		-ms-transform: translate(-45px,120px);
		-o-transform: translate(-45px,120px);
		transform: translate(-45px,120px);
	} */
}

@media (max-width: 425px) {
    .row-brochures .col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 510%;
    }
    .brochures-item {
        height: 460px;
    }
}


/* brochures end */


/* archive-history  */

.mb-53 {
    margin-bottom: 53px;
}

.archive-history .title-svg_licensing svg text,

/* .archive-history .title-svg_faq svg text {
		-webkit-transform: translate(-580px,120px);
		-moz-transform: translate(-580px,120px);
		-ms-transform: translate(-580px,120px);
		-o-transform: translate(-580px,120px);
		transform: translate(-580px,120px);
	} */


/* .archive-history .title-svg_licensing svg {
		width: 1920px;
	} */

.archive-history-items {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.archive-history-items-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.archive-history-items__bg {
    width: 100%;
    height: 257px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-origin: content-box;
    background-size: cover;
    margin-bottom: 18px;
}

.archive-history-items-desc__title {
    margin-bottom: 8px;
}

.archive-history-items-desc__btn {
    margin-top: auto;
}

.slider-item__more--blue {
    color: #3073db;
}

.slider-item__more--blue:before {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 50 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M41.129 0l9 4.5-9 4.5-.001-4H.871V4h40.257V0z' fill='%233073db'/%3E%3C/svg%3E");
}

.show-more .history-author-items {
    padding: 17px 0;
}

.btn-show-more,
.btn-show-more:hover {
    color: #252f3e;
    position: relative;
}

.btn-show-more:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -40px;
    transform: translateY(-50%);
    width: 25px;
    height: 12px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 17 9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1319 594L1326.5 601 1334 594' fill='none' stroke='%233073db' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' transform='translate(-1318 -593)'/%3E%3C/svg%3E") 0 0 no-repeat;
}

@media (max-width: 1199px) {
    .archive-history .title-svg_licensing svg text tspan>tspan {
        display: none;
    }
}

@media (max-width: 575.98px) {
    /* .archive-history .title-svg_licensing svg {
		width: 575px;
	} */
    /* .archive-history .title-svg_licensing svg text,
	.archive-history .title-svg_faq svg text {
		-webkit-transform: translate(-312px,120px);
		-moz-transform: translate(-312px,120px);
		-ms-transform: translate(-312px,120px);
		-o-transform: translate(-312px,120px);
		transform: translate(-312px,120px);
	} */
}


/* archive-history end */


/* news */

.form-block {
    margin-top: 70px;
}

.archive-history-items-desc__text {
    margin-bottom: 16px;
}

.archive-history-items-desc__text p {
    font-size: 13px;
    margin-bottom: 0;
}

.btn.btn_greybd {
    color: rgba(100, 107, 114, 0.7);
    border-color: rgba(100, 107, 114, 0.7);
}

.btn.btn_greybd.active,
.btn.btn_greybd:hover {
    color: #0f4caa;
    border-color: #0f4caa;
}

.filter {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.filter a.btn,
.filter a {
    font-size: 13px;
    margin-bottom: 20px;
}

.filter a:not(:last-child) {
    margin-right: 11px;
}

.filter a:last-child {
    margin-left: 36px;
}

@media (max-width: 1200px) {
    .filter a:last-child {
        margin-LEFT: 0;
    }
}


/* news end */


/* Licensing  */

.typo-style p {
    margin-bottom: 26px;
}

.color-blue {
    color: #3073db;
}

.font-weight-bold {
    font-weight: bold;
}

.font-style-italic {
    font-style: italic;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 25px;
}

.mb-50 {
    margin-bottom: 50px;
}

.plr-30 {
    padding: 0 30px;
}

.video-block {
    width: 100%;
    height: 439px;
    background-color: #ccc;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.video-block-play {
    width: 96px;
    height: 96px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.video-block-play a {
    width: 100%;
    height: 100%;
}

.num-list {
    padding-left: 56px;
    margin-top: 30px;
    counter-reset: myCounter;
}

.num-list li {
    margin-bottom: 26px;
    list-style: none;
    position: relative;
}

.num-list>li:before {
    counter-increment: myCounter;
    content: counter(myCounter);
    color: white;
    background-image: linear-gradient(334deg, #006dff 131%, #0f4caa -21%);
    display: inline-block;
    text-align: center;
    line-height: 32px;
    width: 32px;
    height: 32px;
    position: absolute;
    left: -56px;
    top: -5px;
    border-radius: 50%;
}

.normal-list>li {
    list-style: disc;
}

@media (max-width: 992px) {
    .video-block {
        height: 380px;
    }
    ul.menu.menu_top.nav {
        padding-top: 15px;
    }
    ul.submenu.nav li {
        opacity: .8;
    }
}

@media (max-width: 767.98px) {
    .video-block {
        height: 280px;
    }
    ul.menu.menu_top.nav {
        padding-top: 5px;
    }
}

@media (max-width: 425px) {
    .video-block {
        height: 220px;
    }
}

@media (max-width: 374.98px) {
    ul.menu.menu_top.nav {
        padding-top: 0;
    }
}


/* Licensing end */


/* 404 */

.error {
    background-color: #252f3e;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.error__title {
    max-width: 402px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.error__img {
    padding: 50px 0;
}

.error__btn {
    margin: 30px 0;
}


/* About */

.about__logo {
    height: 70px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 40px;
}

.trimble-logo img {
    width: 160px;
}

.row-border {
    border-top: 2px solid rgba(37, 47, 62, 0.2);
    border-bottom: 2px solid rgba(37, 47, 62, 0.2);
}

.about__content {
    padding: 20px 0 60px 0;
    height: 100%;
}

.about-left {
    padding-right: 20px;
}

.about-right {
    padding-left: 20px;
}

.about__info,
.about__contact {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    height: 100%;
}

.about__title {
    padding: 10px 0;
    opacity: 0.5;
    font-size: 13px;
    line-height: 1.69;
}

.about__name {
    font-size: 17px;
    font-weight: 500;
    line-height: 2.47;
    color: #000000;
}

.about__job-title {
    max-width: 342px;
}

.about__contact-box {
    height: 126px;
    padding: 0 60px;
}

.about__contact {
    height: auto;
    max-width: 342px;
}

.about__contact-title {
    margin-right: 10px;
}

.about__contact-value {
    font-size: 17px;
    font-weight: 500;
    color: #000000;
}

@media (max-width: 575.98px) {
    .about__contact-box {
        height: auto;
        padding: 0;
    }
    .about__content {
        padding: 20px 0;
        height: auto;
    }
}


/* About end*/


/* ????????? ???? */
#static-form {
    padding: 100px 0;
}
#static-form h1 {
    margin-bottom: 25px;
    font-weight: 500;
    line-height: 1.2;
    font-size: 34px;
}
#static-form .static-form--block {
  max-width: 600px;
  margin: 0 auto;
  padding: 50px;
  border-radius: 15px;
  border: 1px solid #3073DB;
}
#static-form p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 15px;
}
#static-form ul {
  margin-left: 20px;
}
#static-form ul li {
  list-style-type: disc;
  margin-bottom: 5px;
  line-height: 26px;
}
#static-form .modalForm {
  margin-top: 40px;
}
.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

.modal__title {
    font-size: 26px;
    font-weight: bold;
}

.modal__description {
    font-size: 14px;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal__field {
    position: relative;
    padding: 10px 0;
    margin: 0;
}

.modal__input,
.form-select .selectric {
    padding: 10px;
    font-size: 15px;
    height: auto;
}

.form-control,
.form-select .selectric {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

.form-select {
    position: relative;
}

.selectric-wrapper {
    position: relative;
    cursor: pointer;
}

.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0;
}

.selectric-hide-select select {
    position: absolute;
    left: -100%;
}

.modal__select {
    padding: 10px;
    font-size: 15px;
    height: auto;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(data:image/svg+xml,%3csvg:xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e) no-repeat right .75rem center/8px 10px;
}

.modal__conditions {
    width: 320px;
    font-size: 11px;
    line-height: 1.45;
    letter-spacing: 0.37px;
    color: #535a63;
    margin-left: auto;
}

.form-select__angle {
    position: absolute;
    font-size: 25px;
    background: #ffffff;
    right: 11px;
    top: 18%;
    z-index: 0;
}

.modal__btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.modal__btn {
    margin: 10px 0 10px auto;
}

.modal__btn {
    color: #fff;
    background: linear-gradient(to right, #0f4caa 0%, #006dff 50%, #0f4caa 100%);
    background-size: 200%;
    background-position: 0% 50%;
    background-origin: border-box;
    border: 1px solid transparent;
}

.modal__btn {
    padding: 0 20px;
    height: 40px;
    font: 500 15px/38px 'SF Pro Display', 'Roboto', sans-serif;
    letter-spacing: .44px;
    border-radius: 20px;
}

.form-select .selectric {
    padding: 2px !important;
}

.form-control,
.form-select .selectric {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.selectric {
    border: 1px solid #DDD;
    border-radius: 0px;
    background: #F8F8F8;
    position: relative;
    overflow: hidden;
}

.selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 38px 0 10px;
    font-size: 12px;
    line-height: 38px;
    color: #444;
    height: 38px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fa-angle-down:before {
    content: "\f107";
}

.selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #F8F8F8;
    border: 1px solid #c4c4c4;
    z-index: -1;
    box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto;
}

.selectric-items li {
    display: block;
    padding: 10px;
    color: #666;
    cursor: pointer;
}

.selectric-items ul,
.selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px;
}

.selectric-items li.highlighted {
    background: #D0D0D0;
    color: #444;
}

.modal__label {
    position: absolute;
    font-size: 12px;
    font-weight: 300;
    top: 2px;
    left: 10px;
    background: #ffffff;
    padding: 1px 7px;
    z-index: 1;
}

.thanks-modal__title-box {
    padding: 20px 10px 30px 20px;
}

.thanks-modal__title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.thanks-modal__subtitle {
    font-size: 15px;
    margin-bottom: 10px;
}

.thanks-modal__desc {
    font-size: 15px;
}

.selectric-items ul,
.selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px;
}

.selectric-items li.highlighted {
    background: #D0D0D0;
    color: #444;
}

.selectric-items li.selected {
    background: #E0E0E0;
    color: #444;
}

.selectric-items li {
    display: block;
    padding: 10px;
    color: #666;
    cursor: pointer;
}

.modal__input,
.form-select .selectric {
    padding: 10px;
    font-size: 15px;
    height: auto;
}
@media (max-width: 576px) {
    #static-form {
        padding: 60px 0;
    }
    #static-form .static-form--block {
        padding: 40px 20px;
    }
    #static-form .modal__conditions {
        width: auto;
    }
    #static-form .modal-body {
        padding: 10px 0;
    }
}


/* НОВОГОДНЕЕ ОФОРМЛЕНИЕ */

/* Анимация снег */
/* @keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}
}

@-moz-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}
}

@-webkit-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}
}

@-ms-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}
}
.home .header-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/icons/snowflake2.png');
  -webkit-animation: snow 10s linear infinite;
  -moz-animation: snow 10s linear infinite;
  -ms-animation: snow 10s linear infinite;
  animation: snow 10s linear infinite;
}
.fixed .header-top::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url('../images/icons/snowflake2.png');
  -webkit-animation: snow 10s linear infinite;
  -moz-animation: snow 10s linear infinite;
  -ms-animation: snow 10s linear infinite;
  animation: snow 10s linear infinite;
} */


/* NY hat */
/*header .logo{
    position: relative;
}
header .logo::before {
    content: "";
    position: absolute;
    right: -22px;
    top: -2px;
    width: 40px;
    height: 26px;
    background-image: url(../images/icons/new-year-hat.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.fixed header .logo::before {
    right: 27px;
    top: -2px;
    width: 30px;
    height: 21px;
}
@media (max-width: 1199px) {
    header .logo:before,
    .fixed header .logo::before{
        right: -17px;
        top: -3px;
        width: 30px;
        height: 21px;
    }
}
@media (max-width: 374px) {
    header .logo:before,
    .fixed header .logo::before{
        right: -15px;
    }
}
*/


/* Breadcrumbs */
.breadcrumb-main {
    width: 100%;
    position: absolute;
    z-index: 2;
    margin-top: 40px;
}
.bx-breadcrumb {
    display: -webkit-flex;
    display: flex;
    margin: 0 auto!important;
    max-width: 1332px;
    padding-left: 15px;
}
.bx-breadcrumb-item {
    display: -webkit-flex;
    display: flex;
}
.bx-breadcrumb-item svg {
    margin: 4px 25px 0 17px;
}
.bx-breadcrumb-item a {
    color: #FFFFFF;
}
.light-bg>.breadcrumb-main>.bx-breadcrumb>.bx-breadcrumb-item span{
    color: #000000;
}
.light-bg>.breadcrumb-main>.bx-breadcrumb>.bx-breadcrumb-item a:hover{
    text-decoration: underline;
    color: #000000;
}
.breadcrumbs-mobile__slash {
    display: none;
}

@media (max-width: 1199px) {
    .bx-breadcrumb {
        max-width: 960px;
    }
}
@media (max-width: 991px) {
    .bx-breadcrumb {
        max-width: 720px;
    }
}
@media (max-width: 767px) {
    .bx-breadcrumb {
        max-width: 540px;
    }
    .breadcrumb-main {
        margin-top: 25px;
    }
    .record-webinar__title {
        font-size: 32px;
    }
}
@media (max-width: 575px) {
    .bx-breadcrumb {
        max-width: 100%;
    }
    .breadcrumb-main {
        margin-top: 10px;
    }
    .inner header {
        padding-bottom: 60px;
    }
    .bx-breadcrumb-item span {
        font-size: 11px!important;
    }
    .bx-breadcrumb-item svg {
        display: none;
    }
    .breadcrumbs-mobile__slash {
        display: block;
        margin-right: 10px;
    }
}

.container__record-webinar {
    padding-top: 60px;
}
.record-webinar__title {
    font-size: 50px;
}
@media (max-width: 767px) {
    .record-webinar__title {
        font-size: 32px;
    }
}
@media (max-width: 399px) {
    .record-webinar__title {
        font-size: 26px;
    }
}

.demonstration-form-block {
	background-color: #fff;
}
.light-bg > .breadcrumb-main > .bx-breadcrumb > .bx-breadcrumb-item span {
    color: #000000;
}

/* new style for first screen catalog*/
@media screen and (min-width: 992px) {
  .catalog-item-options-item__card {
    position: relative;
    min-height: 264px;
    width: 100%;
  }

  .catalog-item-options-item__card-front,
  .catalog-item-options-item__card-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    backface-visibility: hidden;
    transition: transform 0.6s linear;
    border: 1px solid #939393;
    padding: 5px;
  }

  .catalog-item-options-item__card-front {
    align-items: center;
    text-align: center;
    transform: rotateY(0deg);
  }

  .catalog-item-options-item__card-back {
    background: linear-gradient(162.91deg, rgba(27, 27, 27, 0.05) 0%, rgba(21, 24, 28, 0) 88.24%);
    backdrop-filter: blur(20px);
    transform: rotateY(180deg);
  }

  .catalog-item-options-item__card:hover>.catalog-item-options-item__card-front {
    transform: rotateY(-180deg);
  }

  .catalog-item-options-item__card:hover>.catalog-item-options-item__card-back {
    transform: rotateY(0deg);
  }

  .catalog-item-options-item__card img {
    margin-right: 0;
    margin-bottom: 6px;
  }

  .catalog-item-options-item__card .catalog-item-options-item__title {
    font-size: 17px;
    line-height: 1.08;
    font-weight: 500;
    word-wrap: break-word;
  }

  .catalog-item-options-item__card-front .catalog-item-options-item__title {
    min-height: 50px;
    margin-bottom: 0;
  }

  .catalog-item-options-item__card .catalog-item-options-item__text {
    width: 100%;
    max-width: 100%;
  }

  .catalog-item-options-item__card-back .catalog-item-options-item__title::after {
    content: "";
    display: block;
    width: 89px;
    height: 3px;
    margin-top: 10px;
    margin-bottom: 2px;
    background-color: #0064EB;
  }
}

/* Стили для блоков История успеха */
.archive-history-items {
  color: inherit;
  text-decoration: none;
}

.archive-history-items:hover {
  color: inherit;
  text-decoration: none;
}

.archive-history-items .archive-history-items__bg {
  overflow: hidden;
}

.archive-history-items-desc__btn .slider-item__more::before {
  /*opacity: 0;*/
  transition: opacity 0.2s linear;
}

.archive-history-items:hover .archive-history-items__bg-img {
  transform: scale(1.02);
}

.archive-history-items:hover .title-link {
  text-decoration: underline;
}

.archive-history-items__bg-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.5s linear;
}

.archive-history-items:hover {
  color: inherit;
}

.archive-history-items:hover
  .archive-history-items-desc__btn
  .slider-item__more::before {
  opacity: 1;
}

.archive-history-items-desc__text p {
  color: #252f3e;
}

.archive-history-items:hover .archive-history-items-desc__text p {
  text-decoration: none;
}


.slider-item__date {
	color: #9F9F9F;
	font-size: 13px;
}
.products-block-small-item .btn.btn_bluebd-new {
	position: absolute;
	bottom: 23px;
	left: 0;
	padding: 0 20px;
	font-size: 12px;
	color: #0F4CAA;
	text-decoration: underline;
}
.products-consult-btn {
	text-align: center;
	padding-top: 50px;
}
.products-consult-btn .btn_bluebg {
	margin-right: 20px;
}
@media screen and (max-width: 520px) {
	.modal__field input.checkbox {
			position: absolute;
			width: 11px;
			right: 0;
	}
}

@media screen and (min-width: 375px) and (max-width: 991.98px) {
  .logo-distek, .logo-distek svg, .home .logo-distek svg {
    width: 124px;
  }
}


.menu_top .nav-item:first-child ul li.nav-item:last-of-type {
	padding-right: 0;
}

/* Фон для первого экрана Trimble Connect */
.product-main-block--trimble-connect::before {
	background: url(../images/included-products/trimble-connect-bg.jpg) center top / cover no-repeat;
}

/* Логотип Distek при фиксированном header */
@media screen and (max-width: 374px) {
	.inner.fixed header .logo-distek svg {
		width: 62px;
	}
}


@media screen and (max-width: 475px) {
	.products-block-small .products-consult-btn {
		display: flex;
		align-items: center;
		flex-direction: column;
	}

	.products-block-small .products-consult-btn .btn_bluebg {
		min-width: 221px;
		margin-right: 0;
		margin-bottom: 10px;
	}
}

.functionality-trimble::after {
	content: none;
}

.subs-info-trimble::before {
	content: none;
}

.subs-info-trimble .subs-info__title {
	line-height: 1.2;
}

/* SEO-text */
.seo-text {
  padding-top: 25px;
  padding-bottom: 50px;
  background-color: #f9f9f9;
}

.seo-text h2 {
  font-size: 34px;
}

@media screen and (max-width: 767px) {
  .seo-text h2 {
    margin-top: 0;
  }
}

.seo-text h2, .seo-text dt {
  margin-bottom: 20px;
}

.seo-text dl {
  margin-bottom: 0;
}

.seo-text ul {
  padding-left: 20px;
}

.seo-text a {
  text-decoration: underline;
}

.seo-text a:hover {
  text-decoration: none;
}

@media screen and (min-width: 992px) {
  .row--licensing {
    position: relative;
    transform: translateX(0);
  }
  
  .row--licensing aside {
    position: static;
      transform: translateX(0);
      margin-left: 0;
      width: 100%;
      max-width: 267px;
      left: 0;
  }

  .row--licensing aside.fixed {
    position: sticky;
    top: 130px;
  }
}


/* Стили активного пункта меню */
@media screen and (min-width: 992px) {
	header .menu_top .nav-link.active {
		position: relative;
	}
	
	header .menu_top .nav-link.active::before {
		content: '';
		position: absolute;
		width: 100%;
		height: 2px;
		left: 0;
		bottom: -10px;
		background-color: #fff;
	}
	
	header.light-bg .menu_top .nav-link.active::before {
		background-color: #0f4caa;
	}
}

.subscribe-modal .formSubscribe {
    background: none;
    color: #252f3e;
    padding: 0;
}

.subscribe-modal .formSubscribe a {
    color: #252f3e!important;
}

.subscribe-modal .thanks-modal__title {
    margin-bottom: 0;
}

.subscribe-modal .modal-header {
    border-bottom: none;
    padding-left: 2rem;
}

.subscribe-modal .modal-body {
   padding: 2rem;
}

.subscribe-modal .formSubscribe .form-control, .subscribe-modal .formSubscribe .form-control:focus {
    color: #252f3e;
    border-bottom: 1px solid #252f3e;
}

.subscribe-modal .formSubscribe .form-control::placeholder {
    color: #252f3e;
}

.subscribe-modal .formSubscribe .formSubscribe__title {
	font-size: 0;
	margin-bottom: 0;
	opacity: 0;
}