/*primary font*/
/*secondary font*/
/* colors */
/*link*/
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    outline: none !important;
}

html, body {
    min-width: 1440px;
    font-size: 18px;
    font-family: "SF UI Display", sans-serif;
    font-weight: 400;
    color: #000;
    line-height: 1.42;
    /*opacity: 0.7;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-size-adjust: none;
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    /*	background-image: url(../img/back.jpg);
      background-position: center top;
      background-repeat: no-repeat;*/
}

html.overlayed, body.overlayed {
    overflow: hidden !important;
}

input,
button,
textarea,
select {
    font-family: "SF UI Display", sans-serif;
}

a {
    display: inline-block;
    text-decoration: none;
    color: #f5821f;
    transition: .2s;
    position: relative;
}

a:hover, a:focus {
    text-decoration: none;
    color: #f8ab68;
}

main {
    min-height: 100vh;
}

.gray {
    color: #828282;
}
.light-gray{
    color: #e4e4e4;
}

.primary {
    color: #f5821f;
}

.bold {
    font-family: "SF UI Display", sans-serif;
    font-weight: bold;
}

.clear {
    padding: 0;
    margin: 0;
    list-style: none;
}

.uppercase {
    text-transform: uppercase;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.align-right {
    text-align: right;
}

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

.align-left {
    text-align: left;
}
.font-12{
    font-size: 12px;
}
.pad-l-20{
    padding-left: 20px;
}
.pad-t-5{
    padding-top: 5px;
}
.inline-block{
    display: inline-block;
}
.browser-section.section {
    padding-bottom: 14px;
}
.browser-section .title {
    margin-right: -33px;
}
.list-style{
    margin-top: 10px;
}
.list-style, .list-style ul{
    list-style: none;
}
.list-style > li{
    background-image: url(../img/list_bullet_l1.png);
    background-repeat: no-repeat;
    background-position: 0 12px;
    padding-left: 12px;
}
.list-style ul > li{
    background-image: url(../img/list_bullet_l2.png);
    background-repeat: no-repeat;
    background-position: 0 12px;
    padding-left: 21px;
}
.list-style span{
    margin-left: -12px;
}
.browser-section .image-wrap .caption-side {
    position: relative;
    vertical-align: top;
    padding-top: 45px;
    width: 615px;
}

.browser-section .image-wrap .caption-side:after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: 1px solid #b7b7b7;
    top: 273px;
    right: 71px;
    pointer-events: none;
}

.browser-section .image-wrap .caption-side:before {
    position: absolute;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    width: 173px;
    height: 54px;
    background-image: url(../img/browser-1.svg);
    top: 278px;
    right: -99px;
}

.browser-section .image-wrap .caption-side .point {
    width: 21px;
    height: 21px;
    background-color: #f5821f;
    border-radius: 50%;
    border: 5px solid #fff;
    box-shadow: 0 0 0 5px rgba(237, 237, 237, 0.6), 3px 3px 35px 0 rgba(0, 0, 0, 0.9);
    position: absolute;
    top: 285px;
    right: -120px;
    pointer-events: none;
}

.browser-section .image-wrap .caption-side .title {
    color: #000;
    font-size: 36px;
    font-family: "SF UI Display", sans-serif;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 24px;
}

.browser-section .image-wrap .caption-side .lead {
    font-size: 18px;
    line-height: 1.4;
    margin: 0 0 24px;
}

.browser-section .image-wrap .caption-side .paragraph {
    margin-bottom: 22px;
    line-height: 1.5;
}

.browser-section .image-wrap .image-side {
    width: calc(100% - 615px);
    vertical-align: top;
    padding-left: 23px;
    position: initial;
}

.browser-section .image-wrap .image-side img {
    width: 765px;
    height: 557px;
    border-radius: 6px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
    margin-left: 14px;
    margin-top: 13px;
}
.browser-section .image-wrap .image-side .simple{
    display: inline-block;
}
.browser-section .image-wrap .image-side .retina{
    display: none;
}
.btn {
    cursor: pointer;
    min-height: 40px;
    min-width: 40px;
    border: 0;
    font-size: 16px;
    transition: opacity .3s;
}

.btn.btn-transparent {
    background-color: transparent;
}

.btn.btn-transparent .icon-menu:before {
    position: relative;
    top: 2px;
}

.btn.btn-light {
    color: #fff;
}

.btn.btn-light:hover {
    opacity: .65;
}

.colored-section.section {
    padding: 0;
}

.colored-section .container {
    padding-top: 37px;
    padding-bottom: 31px;
    position: relative;
}

.colored-section .container .back-image {
    max-width: calc(100% + 78px);
    height: 792px;
    margin-left: -39px;
}

.colored-section .caption-wrap {
    width: 627px;
    margin: 0 0 0 auto;
    position: absolute;
    top: 88px;
    right: 51px;
}

.colored-section .caption-wrap .title {
    font-size: 36px;
    font-family: "SF UI Display", sans-serif;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 20px;
}

.colored-section .caption-wrap .counted-list {
    counter-reset: num;
    list-style-type: none;
    margin-left: 10px;
}

.colored-section .caption-wrap .counted-list li {
    color: #343434;
    padding: 0px 0 11px 67px;
    line-height: 1.52;
    position: relative;
}

.colored-section .caption-wrap .counted-list li:before {
    counter-increment: num;
    content: counter(num);
    color: #fff;
    background-color: #f5821f;
    position: absolute;
    font-size: 13px;
    left: 0;
    top: 5px;
    font-weight: bold;
    font-family: "SF UI Display", sans-serif;
    width: 20px;
    height: 20px;
    background-color: #f5821f;
    border-radius: 50%;
    box-shadow: 0 0 0 7px rgba(237, 237, 237, 0.9), 3px 3px 35px 0 rgba(0, 0, 0, 0.9);
    top: 3px;
    left: 6px;
    text-align: center;
    line-height: 22px;
}

@font-face {
    font-family: 'SF UI Display';
    src: url("../fonts/sfui/SFUIDisplay-Bold.eot");
    src: local("SF UI Display Bold"), local("../fonts/sfui/SFUIDisplay-Bold"), url("../fonts/sfui/SFUIDisplay-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/sfui/SFUIDisplay-Bold.woff2") format("woff2"), url("../fonts/sfui/SFUIDisplay-Bold.woff") format("woff"), url("../fonts/sfui/SFUIDisplay-Bold.ttf") format("truetype"), url("../fonts/sfui/SFUIDisplay-Bold.svg#SFUIDisplay-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'SF UI Display';
    src: url("../fonts/sfui/SFUIDisplay-Regular.eot");
    src: local("SF UI Display Regular"), local("../fonts/sfui/SFUIDisplay-Regular"), url("../fonts/sfui/SFUIDisplay-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/sfui/SFUIDisplay-Regular.woff2") format("woff2"), url("../fonts/sfui/SFUIDisplay-Regular.woff") format("woff"), url("../fonts/sfui/SFUIDisplay-Regular.ttf") format("truetype"), url("../fonts/sfui/SFUIDisplay-Regular.svg#SFUIDisplay-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI';
    src: url("../fonts/segoe/SegoeUI-Bold.eot");
    src: local("../fonts/segoe/Segoe UI Bold"), local("../fonts/segoe/SegoeUI-Bold"), url("../fonts/segoe/SegoeUI-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/segoe/SegoeUI-Bold.woff2") format("woff2"), url("../fonts/segoe/SegoeUI-Bold.woff") format("woff"), url("../fonts/segoe/SegoeUI-Bold.ttf") format("truetype"), url("../fonts/Ssegoe/egoeUI-Bold.svg#SegoeUI-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Text';
    src: url("../fonts/sfui/SFProText-Regular.eot");
    src: local("../fonts/sfui/SF Pro Text Regular"), local("../fonts/sfui/SFProText-Regular"), url("../fonts/sfui/SFProText-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/sfui/SFProText-Regular.woff2") format("woff2"), url("../fonts/sfui/SFProText-Regular.woff") format("woff"), url("../fonts/sfui/SFProText-Regular.ttf") format("truetype"), url("../fonts/sfui/SFProText-Regular.svg#SFProText-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
}

.main-footer {
    height: 53px;
    padding: 12px 0 0;
    font-family: 'SF Pro Text';
}

.main-footer .container {
    font-size: 11px;
    color: #888;
}

.container {
    margin: 0 auto;
    padding: 0 39px;
    width: 1440px;
}

.row {
    font-size: 0;
    margin: 0 -15px;
}

.row .col {
    display: inline-block;
    padding: 0 15px;
    font-size: 14px;
}

.section {
    padding: 40px 0;
    overflow: hidden;
}

.paragraph {
    font-size: 18px;
    line-height: 1.6;
    margin: 15px 0;
}

.gray-section {
    background-color: #ededed;
    padding: 90px 0 48px;
}

.gray-section .container {
    padding-left: 51px;
}

.gray-section .image-outer {
    text-align: center;
}

.gray-section .image-outer img {
    width: 903px;
    height: 757px;
    top: -160px;
    left: 35px;
    position: relative;
}

.gray-section .image-outer .retina {
    display: none;
}

.gray-section .image-outer .simple {
    display: inline-block;
}

.gray-section .image-wrap {
    position: relative;
    left: -40px;
    top: 95px;
}

.gray-section .image-wrap .image-caption {
    position: absolute;
}

.gray-section .image-wrap .image-caption .icon {
    color: #888;
    font-size: 26px;
}

.gray-section .image-wrap .image-caption .title {
    color: #000;
    font-size: 18px;
    line-height: 1.37;
    margin: 1px 0 0;
}

.gray-section .image-wrap .image-caption .point {
    width: 21px;
    height: 21px;
    background-color: #f5821f;
    border-radius: 50%;
    border: 5px solid #fff;
    box-shadow: 0 0 0 5px rgba(237, 237, 237, 0.6), 3px 3px 35px 0 rgba(0, 0, 0, 0.9);
    position: absolute;
}

.gray-section .image-wrap .image-caption:after {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border: 1px solid #b7b7b7;
    pointer-events: none;
}

.gray-section .image-wrap .image-caption:before {
    position: absolute;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}
.gray-section .image-wrap .image-caption.right {
    right: 118px;
    top: 355px;
}
.gray-section .image-wrap .image-caption.right .icon {
    font-size: 21px;
    top: -4px;
    position: relative;
}

.gray-section .image-wrap .image-caption.right:after {
    top: 11px;
    left: -21px;
}

.gray-section .image-wrap .image-caption.right .point {
    top: 109px;
    left: -314px;
}

.gray-section .image-wrap .image-caption.right:before {
    background-image: url(../img/r2_line6.svg);
    width: 190px;
    height: 250px;
    top: -51px;
    left: -244px;
    -webkit-transform: rotate(
            35deg
    );
    transform: rotate(
            35deg
    );
}

.gray-section .image-wrap .image-caption.right-bottom {
    left: 138px;
    bottom: 379px;
}
.gray-section .image-wrap .image-caption.right-bottom .icon{
    font-size: 22px;
    top: -4px;
    position: relative;
}
.gray-section .image-wrap .image-caption.right-bottom:after {
    top: -10px;
    left: 208px;
}

.gray-section .image-wrap .image-caption.right-bottom .point {
    top: -113px;
    right: -119px;
}

.gray-section .image-wrap .image-caption.right-bottom:before {
    background-image: url(../img/r2_line10.svg);
    width: 100px;
    height: 108px;
    right: -115px;
    bottom: 77px;
    -webkit-transform: rotate(
            8deg
    );
    transform: rotate(
            8deg
    );
}

.gray-section .image-wrap .image-caption.bottom {
    bottom: 145px;
    right: 202px;
}

.gray-section .image-wrap .image-caption.bottom .icon {
    position: relative;
    top: -7px;
    left: 1px;
    font-size: 21px;
}

.gray-section .image-wrap .image-caption.bottom .point {
    top: -89px;
    right: 229px;
}

.gray-section .image-wrap .image-caption.bottom:before {
    background-image: url(../img/r2_line8.svg);
    width: 127px;
    height: 63px;
    right: 100px;
    top: -83px;
}
.gray-section .image-wrap .image-caption.bottom:after{
    top: -21px;
    right: 96px;
}

.gray-section .image-wrap .image-caption.bottom-middle {
    bottom: 92px;
    right: 483px;
}
.gray-section .image-wrap .image-caption.bottom-middle .icon{
    font-size: 21px;
    position: relative;
    top: -7px;
    left: 27px;
}
.gray-section .image-wrap .image-caption.bottom-middle:after {
    top: -7px;
    right: 138px;
}

.gray-section .image-wrap .image-caption.bottom-middle .point {
    top: -128px;
    right: 203px;
}

.gray-section .image-wrap .image-caption.bottom-middle:before {
    background-image: url(../img/r2_line9.svg);
    width: 60px;
    height: 110px;
    top: -116px;
    right: 139px;
}

.gray-section .image-wrap .image-caption.bottom-left {
    bottom: 126px;
    left: 446px;
}
.gray-section .image-wrap .image-caption.bottom-left .icon{
    left: -3px;
    position: relative;
    font-size: 16px;
    top: -6px;
}
.gray-section .image-wrap .image-caption.bottom-left:after {
    right: 252px;
    top: 0px;
}

.gray-section .image-wrap .image-caption.bottom-left .point {
    bottom: 185px;
    right: 145px;
}

.gray-section .image-wrap .image-caption.bottom-left:before {
    background-image: url(../img/r2_line10.svg);
    width: 87px;
    height: 99px;
    right: 169px;
    bottom: 97px;
}

.gray-section .image-wrap .image-caption.left {
    left: 213px;
    bottom: 163px;
}
.gray-section .image-wrap .image-caption.left .icon{
    font-size: 21px;
    position: relative;
    top: -6px;
    left: -5px;
}
.gray-section .image-wrap .image-caption.left:after {
    right: -16px;
    top: -2px;
}

.gray-section .image-wrap .image-caption.left .point {
    top: -109px;
    right: -121px;
}

.gray-section .image-wrap .image-caption.left:before {
    background-image: url(../img/r2_line1.svg);
    width: 87px;
    height: 99px;
    right: -99px;
    top: -101px;
}

.gray-section .image-wrap .image-caption.left-top {
    left: 233px;
    top: -89px;
}
.gray-section .image-wrap .image-caption.left-top .icon{
    font-size: 20px;
    position: relative;
    top: -3px;
    left: -4px;
}
.gray-section .image-wrap .image-caption.left-top:after {
    right: -15px;
    top: 11px;
}
.gray-section .image-wrap .image-caption.left-top .point {
    top: 178px;
    right: -130px;
}
.gray-section .image-wrap .image-caption.left-top:before {
    background-image: url(../img/r2_line2.svg);
    width: 109px;
    height: 163px;
    right: -124px;
    top: 14px;
}
.gray-section .image-wrap .image-caption.left-bottom {
    left: 196px;
    bottom: 516px;
}
.gray-section .image-wrap .image-caption.left-bottom .icon{
    font-size: 26px;
    position: relative;
    top: 1px;
}
.gray-section .image-wrap .image-caption.left-bottom:after {
    right: -19px;
    top: -8px;
}
.gray-section .image-wrap .image-caption.left-bottom .point {
    top: 139px;
    right: -290px;
}
.gray-section .image-wrap .image-caption.left-bottom:before {
    background-image: url(../img/r2_line7.svg);
    width: 190px;
    height: 257px;
    top: -51px;
    right: -247px;
    -webkit-transform: rotate(
            338deg
    );
    transform: rotate(
            338deg
    );
}
.gray-section .image-wrap .image-caption.top-center {
    right: 384px;
    top: -41px;
}
.gray-section .image-wrap .image-caption.top-center:after {
    right: 127px;
    top: 12px;
}
.gray-section .image-wrap .image-caption.top-center .point {
    top: 117px;
    right: 209px;
}
.gray-section .image-wrap .image-caption.top-center:before {
    background-image: url(../img/r2_line13.svg);
    width: 87px;
    height: 99px;
    right: 132px;
    top: 15px;
}

/* 1.25 dpr */
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .info-section .image-wrap.render-section .retina,
    .gray-section .image-outer .retina,
    .info-section .image-wrap .image-side .retina
    .browser-section .image-wrap .image-side .retina{
        display: inline-block;
    }
    .info-section .image-wrap.render-section .simple,
    .gray-section .image-outer .simple,
    .browser-section .image-wrap .image-side .simple,
    .info-section .image-wrap .image-side .simple{
        display: none;
    }
}

/* 1.3 dpr */
@media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 124.8dpi) {
    .gray-section .image-outer .retina,
    .info-section .image-wrap.render-section .retina,
    .info-section .image-wrap .image-side .retina
    .browser-section .image-wrap .image-side .retina{
        display: inline-block;
    }

    .gray-section .image-outer .simple,
    .info-section .image-wrap.render-section .simple,
    .browser-section .image-wrap .image-side .simple,
    .info-section .image-wrap .image-side .simple{
        display: none;
    }
}

/* 1.5 dpr */
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .gray-section .image-outer .retina,
    .info-section .image-wrap.render-section .retina,
    .info-section .image-wrap .image-side .retina,
    .browser-section .image-wrap .image-side .retina{
        display: inline-block;
    }

    .gray-section .image-outer .simple,
    .info-section .image-wrap.render-section .simple,
    .browser-section .image-wrap .image-side .simple,
    .info-section .image-wrap .image-side .simple{
        display: none;
    }
}

/* 2 dpr */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .gray-section .image-outer .retina,
    .info-section .image-wrap .image-side .retin,
    .info-section .image-wrap.render-section .retina,
    .browser-section .image-wrap .image-side .retina{
        display: inline-block;
    }

    .gray-section .image-outer .simple,
    .info-section .image-wrap.render-section .simple,
    .browser-section .image-wrap .image-side .simple,
    .info-section .image-wrap .image-side .simple{
        display: none;
    }
}

.main-header {
    color: #ededed;
    background-color: rgba(0, 0, 0, 0.8);
    height: 44px;
    font-family: 'SF Pro Text';
}

.main-header .logo-col,
.main-header .btn-col {
    width: 150px;
    vertical-align: middle;
}

.main-header .logo {
    height: 19px;
    width: 51px;
}

.main-header .main-nav {
    width: calc(100% - 300px);
    vertical-align: middle;
    text-align: center;
}

.main-header .main-nav .nav-list {
    font-size: 0;
}

.main-header .main-nav .nav-list .item {
    display: inline-block;
}

.main-header .main-nav .nav-list .item a {
    color: #ededed;
    padding: 12px 22px 13px;
    transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-tap-highlight-color: transparent;
    outline-offset: -7px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -.01em;
}

@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon/icomoon.eot?n2vo05");
    src: url("../fonts/icomoon/icomoon.eot?n2vo05#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?n2vo05") format("truetype"), url("../fonts/icomoon/icomoon.woff?n2vo05") format("woff"), url("../fonts/icomoon/icomoon.svg?n2vo05#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-hammer:before {
    content: "\e900";
}

.icon-gsm:before {
    content: "\e901";
}

.icon-padlock:before {
    content: "\e902";
}

.icon-antenna:before {
    content: "\e910";
}
.icon-home:before {
    content: "\e90d";
}
.icon-home{
    top: -1px;
    position: relative;
    font-size: 18px;
}
.icon-zvonok_inn:before {
    content: "\e90e";
}
.icon-zvonok_out:before {
    content: "\e90f";
}
.icon-electricity:before {
    content: "\e903";
}
.icon-out:before {
    content: "\e90c";
}
.icon-allinone:before {

}
.icon-allinone {
    width: 18px;
    position: relative;
    top: 4px;
    left: 1px;
}

.icon-waves:before {
    content: "\e904";
}

.icon-battery:before {
    content: "\e905";
}

.icon-sim:before {
    content: "\e906";
}

.icon-usb:before {
    content: "\e907";
}

.icon-key:before {
    content: "\e908";
}

.icon-settings:before {
    content: "\e909";
}

.icon-flask:before {
    content: "\e90a";
}

.icon-menu:before {
    content: "\e90b";
}
.icon-tamper:before{
    content: "\e920";
}
.icon-shina:before{
    content: "\e911";
}
.icon-lan:before{
    content: "\e912";
}
.icon-sheme:before{
    content: "\e91f";
}
.icon-phone:before{
    content: "\e913";
}
.icon-phone-img{
    background-image: url("../img/icon-phone.png");
    width: 24px;
    height: 24px;
    display: block;
}
.icon-key2:before{
    content: "\e914";
}
.image-section {
    padding: 0;
}

.image-section .container {
    background-image: url(../img/screen.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 32px;
    position: relative;
}

.image-section .caption-wrap {
    width: 629px;
    margin: 0 0 0 auto;
}

.image-section .caption-wrap .title {
    font-size: 36px;
    font-family: "SF UI Display", sans-serif;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 18px;
}

.info-section {
    padding-top: 57px;
    margin-bottom: 10px;
}

.info-section .info-list {
    font-size: 0;
    margin: 0 -15px;
}

.info-section .info-list .item {
    color: #000000;
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    line-height: 1.1;
    font-size: 18px;
    padding: 0 15px;
}

.info-section .info-list .item:first-child .wrap-icon {
    top: 8px;
    left: 0;
}
.info-section .info-list .item:first-child .outer{
    padding-top: 17px;
}
.info-section .info-list .item:nth-child(2) .outer{
    padding-top: 0;
}
.info-section .info-list .item:nth-child(3) .outer{
    padding-top: 17px;
}
.info-section .info-list .item:nth-child(2) .wrap-icon {
    top: -8px;
    left: 0;
}
.info-section .info-list .item:last-child .wrap-icon {
    top: 8px;
    left: 0;
}
.info-section .info-list .wrap-icon, .info-section .phones-section .wrap-icon{
    width: 50px;
    height: 50px;
    line-height: 35px;
    background-color: #f5821f;
    color: #fff;
    text-align: center;
    font-size: 17px;
    border-radius: 50%;
    border: 10px solid #fff;
    box-shadow: 0 0 0 7px rgba(237, 237, 237, 0.8), 2px 2px 21px 0 rgba(0, 0, 0, 0.9);
    position: absolute;
    top: 6px;
    left: 7px;
}

.info-section .info-list .title{
    font-family: "SF UI Display", sans-serif;
    font-weight: bold;
    color: #000;
    height: 65px;
    font-size: 27px;
    white-space: nowrap;
    margin: 0 0 34px;
}

.info-section .info-list .title:before, .info-section .phones-section title:before{
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.info-section .info-list .title .outer, .info-section .phones-section .outer{
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    position: relative;
    padding-left: 75px;
    line-height: 1.2;
    width: 100%;
}

.info-section .info-list .paragraph {
    line-height: 1.5;
}

.info-section .image-wrap {
    margin-top: 70px;
}
.info-section .image-wrap.first{
    margin-bottom: 57px;
    margin-top:0;
}
.info-section .image-wrap.phones-section{
    display: table;
}
.info-section .image-wrap.phones-section .col{
    width: auto;
    display: table-cell;
    vertical-align: middle;
}
.info-section .image-wrap.phones-section .col:first-child .image-side{

}
.info-section .image-wrap.phones-section .col:first-child .image-side img{
    width: 280px;
    height: 473px;
}
.info-section .image-wrap.phones-section .col:last-child .image-side img{
    width: 280px;
    height: 472px;
}
.info-section .image-wrap.phones-section .col:nth-child(2){
    width: 700px;
}
.info-section .image-wrap.phones-section .col .item{
    margin-bottom: 110px;
}
.info-section .image-wrap.phones-section .outer{
    padding-top: 8px;
    padding-left: 84px;
}
.info-section .phones-section .title{
    font-family: "SF UI Display", sans-serif;
    font-weight: bold;
    color: #000;
    height: 65px;
    font-size: 37px;
    white-space: nowrap;
    margin: 15px 0;
}
.info-section .phones-section .wrap-icon img{
    position: relative;
    top: 3px;
}
.info-section .image-wrap .caption-side {
    position: relative;
    vertical-align: top;
}
.info-section .image-wrap.second .caption-side{
    padding-top: 60px;
    width: 615px;
    z-index: 9;
}
.info-section .image-wrap.first .caption-side{
    width: 562px;
    margin-top: 10px;
    z-index: 9;
}
.info-section .image-wrap.section .caption-side:after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: 1px solid #b7b7b7;
    top: 138px;
    right: 92px;
    pointer-events: none;
}

.info-section .image-wrap.second .caption-side:before {
    position: absolute;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    width: 223px;
    height: 54px;
    background-image: url(../img/browser-1.svg);
    top: 144px;
    right: -128px;
}
.info-section .image-wrap.second .caption-side:after{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border: 1px solid #b7b7b7;
    pointer-events: none;
    top: 140px;
    right: 93px;
}
.info-section .image-wrap .caption-side .point {
    width: 21px;
    height: 21px;
    background-color: #f5821f;
    border-radius: 50%;
    border: 5px solid #fff;
    box-shadow: 0 0 0 5px rgba(237, 237, 237, 0.6), 3px 3px 35px 0 rgba(0, 0, 0, 0.9);
    position: absolute;
    top: 165px;
    right: -150px;
    pointer-events: none;
}

.info-section .image-wrap .caption-side .title {
    color: #000;
    font-size: 36px;
    font-family: "SF UI Display", sans-serif;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 23px;
}

.info-section .image-wrap .caption-side .paragraph {
    line-height: 1.55;
    margin: 17px 0 25px;
}

.info-section .image-wrap .caption-side .lead {
    font-size: 18px;
    line-height: 1.4;
    margin: 0 0 15px;
}
.info-section .image-wrap.first .image-side{
    padding-left: 0;
    top: 68px;
    position: relative;
    left: 55px;
}
.info-section .image-wrap .image-side {
    vertical-align: top;
    padding-left: 23px;
    padding-top: 40px;
}
.info-section .image-wrap.first .image-side{
    width: calc(100% - 562px);
}
.info-section .image-wrap.second .image-side{
    width: calc(100% - 615px);
}
.info-section .image-wrap.first .image-side img {
    width: 800px;
    height: 600px;
}
.info-section .image-wrap.second .image-side img {
    width: 765px;
    height: 555px;
    border-radius: 6px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
    margin-left: 15px;
    margin-top: 2px;
}
.info-section .image-wrap .image-side .retina{
    display: none;
}
.info-section .image-wrap .image-side .simple{
    display: inline-block;
}
.main-section {
    padding: 38px 0 158px;
    white-space: nowrap;
}

.main-section .caption-side {
    width: 465px;
    padding-top: 56px;
    vertical-align: top;
    white-space: normal;
    position: relative;
    z-index: 2;
}

.main-section .caption-side .primary-title {
    color: #f5821f;
    font-size: 36px;
    font-family: "SF UI Display", sans-serif;
    font-weight: bold;
    line-height: 1.1;
    margin: 0 0 10px;
}

.main-section .caption-side .main-title {
    color: #000;
    font-size: 36px;
    /*font-family: $bold;*/
    font-family: 'Segoe UI', sans-serif;
    font-weight: bold;
    line-height: 1.1;
    margin: 0 0 15px;
}

.main-section .caption-side .paragraph.lined {
    padding: 25px 0 0;
    margin-top: 25px;
    position: relative;
}

.main-section .caption-side .paragraph.lined:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 208px;
    height: 2px;
    background-color: #8e8e8e;
    opacity: 0.45;
}

.main-section .caption-side .paragraph {
    width: 93%;
}

.main-section .image-side {
    width: 940px;
    vertical-align: top;
    position: relative;
    text-align: center;
    top: -10px;
}

.main-section .image-side .image-wrap img {
    width: 859px;
    height: 527px;
    margin-left: 0;
    margin-top: 35px;
}
.main-section .image-side .image-wrap .image-description{
    position: absolute;
    bottom: -155px;
    right: 14px;
}
.main-section .image-side .image-wrap .image-description a{
    font-size: 11px;
    color: #818080;
    text-decoration: underline;
}
.main-section .image-side .image-wrap .image-description a:hover{
    text-decoration: none;
}
.main-section .image-side .image-wrap .retina {
    display: none;
}

.main-section .image-side .image-wrap .simple {
    display: inline-block;
}

.main-section .image-side .image-caption {
    position: absolute;
}

.main-section .image-side .image-caption .title {
    font-size: 18px;
}

.main-section .image-side .image-caption .paragraph {
    margin: 0 0 0;
}

.main-section .image-side .image-caption:after {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border: 1px solid #b7b7b7;
    pointer-events: none;
}

.main-section .image-side .image-caption:before {
    position: absolute;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}
.main-section .image-side .image-caption.top-right {
    top: 89px;
    left: 374px;
}
.main-section .image-side .image-caption.top-right:after {
    top: 62px;
    left: 83px;
}
.main-section .image-side .image-caption.top-right:before {
    width: 146px;
    height: 191px;
    background-image: url(../img/r1_line3.svg);
    top: 56px;
    left: -40px;
    -webkit-transform: rotate(
            168deg
    );
    transform: rotate(
            168deg
    );
}
.main-section .image-side .image-caption.top-left {
    top: 186px;
    left: -46px;
}
.main-section .image-side .image-caption.top-left:after {
    top: 84px;
    left: 114px;
}
.main-section .image-side .image-caption.top-left:before {
    width: 126px;
    height: 111px;
    background-image: url(../img/r1_line6.svg);
    top: 87px;
    left: 120px;
}

.main-section .image-side .image-caption.right-bottom {
    bottom: -32px;
    right: 117px;
}
.main-section .image-side .image-caption.right-bottom:after{
    top: -9px;
    left: 49px;
}
.main-section .image-side .image-caption.right-bottom:before{
    width: 51px;
    height: 86px;
    left: 2px;
    top: -86px;
    background-image: url(../img/r1_line4.svg);
}
.main-section .image-side .image-caption.left-middle:before{
    width: 77px;
    height: 91px;
    background-image: url(../img/r1_line7.svg);
    right: 41px;
    top: -103px;
}
.main-section .image-side .image-caption.left-middle:after{
    top: -14px;
    right: 114px;
}
.main-section .image-side .image-caption.left-middle{
    bottom: -41px;
    left: 210px;
    width: 238px;
}
.main-section .image-side .image-caption.right-top:before{
    width: 104px;
    height: 169px;
    background-image: url(../img/r1_line3.svg);
    top: 9px;
    left: -60px;
    -webkit-transform: rotate(
            207deg
    );
    transform: rotate(
            207deg
    );
}
.main-section .image-side .image-caption.right-top:after{
    top: 81px;
    right: 170px;
}
.main-section .image-side .image-caption.right-top{
    top: 64px;
    right: 0;
}
.main-section .image-side .image-caption.bottom-left {
    bottom: 63px;
    right: 102%;
    width: 270px;
}
.main-section .image-side .image-caption.bottom-left:after {
    bottom: calc(100% + 20px);
    right: 5px;
}

.main-section .image-side .image-caption.bottom-left:before {
    width: 56px;
    height: 15px;
    bottom: calc(100% + 31px);
    right: -45px;
    -webkit-transform: rotate(-13deg);
    transform: rotate(-13deg);
    background-image: url(../img/main-bottom-left.svg);
}

.main-section .image-side .image-caption.bottom-right {
    bottom: -42px;
    right: 200px;
    width: 435px;
}

.main-section .image-side .image-caption.bottom-right:after {
    bottom: calc(100% + 30px);
    right: 31.7%;
}

.main-section .image-side .image-caption.bottom-right:before {
    width: 65px;
    height: 30px;
    bottom: calc(100% + 23px);
    right: 17%;
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
    background-image: url(../img/main-bottom-right.svg);
}
.info-section .image-wrap.render-section {
    position: relative;
    width: 1028px;
    padding-top: 123px;
    margin-left: 194px;
}
.info-section .image-wrap.render-section .image-outer img {
    width: 1028px;
    height: 501px;
}
.info-section .image-wrap.render-section .retina {
    display: none;
}
.info-section .image-wrap.render-section .image-caption.top-right{
    top: 110px;
    right: 47px;
}
.info-section .image-wrap.render-section .image-caption {
    position: absolute;
}
.info-section .image-wrap.render-section .image-caption.top-right:before{
    width: 45px;
    height: 67px;
    left: -50px;
    top: 53px;
    background-image: url(../img/a15_l2_2.svg);
}
.info-section .image-wrap.render-section .image-caption.top-left:before{
    width: 62px;
    height: 65px;
    left: 194px;
    top: 55px;
    background-image: url(../img/a15_l2_1.svg);
}
.info-section .image-wrap.render-section .image-caption.top-left:after{
    left: 187px;
    bottom: -8px;
}
.info-section .image-wrap.render-section .image-caption:before{
    position: absolute;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}
.info-section .image-wrap.render-section .image-caption.top-right:after{
    left: -17px;
    bottom: -7px;
}
.info-section .image-wrap.render-section .image-caption:after{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border: 1px solid #b7b7b7;
    pointer-events: none;
}
.info-section .image-wrap.render-section .image-caption .title{
    color: #f5821f;
    font-size: 18px;
    line-height: 1.37;
    margin: 1px 0 0;
}
.info-section .image-wrap.render-section .image-caption.top-left{
    top: 49px;
    left: 6px;
}
/* 1.25 dpr */
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .info-section .image-wrap.render-section .retina
    .main-section .image-side .image-wrap .retina,
    .browser-section .image-wrap .image-side .retina,
    .info-section .image-wrap .image-side .retina
    {
        display: inline-block;
    }

    .main-section .image-side .image-wrap .simple,
    .info-section .image-wrap.render-section .simple,
    .browser-section .image-wrap .image-side .simple,
    .info-section .image-wrap .image-side .simple{
        display: none;
    }

}

/* 1.3 dpr */
@media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 124.8dpi) {
    .main-section .image-side .image-wrap .retina,
    .browser-section .image-wrap .image-side .retina,
    .info-section .image-wrap.render-section .retina,
    .info-section .image-wrap .image-side .retina
    {
        display: inline-block;
    }

    .main-section .image-side .image-wrap .simple,
    .info-section .image-wrap.render-section .simple,
    .browser-section .image-wrap .image-side .simple,
    .info-section .image-wrap .image-side .simple{
        display: none;
    }

}

/* 1.5 dpr */
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .main-section .image-side .image-wrap .retina,
    .browser-section .image-wrap .image-side .retina,
    .info-section .image-wrap.render-section .retina,
    .info-section .image-wrap .image-side .retina
    {
        display: inline-block;
    }

    .main-section .image-side .image-wrap .simple,
    .browser-section .image-wrap .image-side .simple,
    .info-section .image-wrap.render-section .simple,
    .info-section .image-wrap .image-side .simple{
        display: none;
    }
}

/* 2 dpr */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .main-section .image-side .image-wrap .retina,
    .browser-section .image-wrap .image-side .retina,
    .info-section .image-wrap.render-section .retina,
    .info-section .image-wrap .image-side .retina
    {
        display: inline-block;
    }

    .main-section .image-side .image-wrap .simple,
    .browser-section .image-wrap .image-side .simple,
    .info-section .image-wrap.render-section .simple,
    .info-section .image-wrap .image-side .simple{
        display: none;
    }
}

.map-section {
    padding: 0;
}

.map-section .container {
    background-image: url(../img/map.jpg);
    background-repeat: no-repeat;
    background-position: 77px -44px;
    padding-top: 143px;
    padding-bottom: 140px;
    position: relative;
}

.map-section .caption-wrap {
    width: 595px;
    display: inline-block;
    vertical-align: middle;
}

.map-section .caption-wrap .title {
    font-size: 36px;
    font-family: "SF UI Display", sans-serif;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 27px;
}

.map-section .image-cover {
    display: inline-block;
    vertical-align: middle;
    margin-top: 20px;
    margin-left: 140px;
}

.map-section .image-cover img {
    width: 436px;
    height: 395px;
}

.map-section .image-cover .retina {
    display: none;
}

.map-section .image-cover .simple {
    display: inline-block;
}

/* 1.25 dpr */
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .map-section .image-cover .retina {
        display: inline-block;
    }

    .map-section .image-cover .simple {
        display: none;
    }
}

/* 1.3 dpr */
@media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 124.8dpi) {
    .map-section .image-cover .retina {
        display: inline-block;
    }

    .map-section .image-cover .simple {
        display: none;
    }
}

/* 1.5 dpr */
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .map-section .image-cover .retina {
        display: inline-block;
    }

    .map-section .image-cover .simple {
        display: none;
    }
}

/* 2 dpr */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .map-section .image-cover .retina {
        display: inline-block;
    }

    .map-section .image-cover .simple {
        display: none;
    }
}

.table-section .title {
    color: #000;
    font-size: 36px;
    font-family: "SF UI Display", sans-serif;
    font-weight: bold;
    line-height: 1.1;
    margin: 0 0 20px;
}

.table-section .table-wrap {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    margin-top: 24px;
}

.table-section .table-wrap tr {
    border-bottom: 1px solid #d6d6d6;
}

.table-section .table-wrap td {
    font-size: 13px;
    padding: 36px 16px 21px 28px;
    color: #000;
    vertical-align: top;
}

.table-section .table-wrap td:first-child {
    color: #000;
    font-size: 18px;
    padding-left: 0;
}

.table-section .table-wrap td:last-child {
    padding-left: 48px;
}

.table-section .table-wrap td:last-child .image-wrap {
    margin-top: 122px;
    margin-left: -5px;
}

.table-section .table-wrap .image-wrap {
    margin-top: 45px;
    margin-left: -7px;
    margin-bottom: 37px;
}

.table-section .table-wrap .image-wrap img {
    max-width: 102%;
}

.table-section .table-wrap .image-wrap .large {
    width: 422px;
    height: 274px;
}

.table-section .table-wrap .image-wrap .small {
    width: 247px;
    height: 137px;
}

.table-section .table-wrap ul > li {
    padding: 3px 0;
    line-height: 1.3;
}
.sheme-table{
    padding-top: 40px;
    padding-bottom: 60px;
    width: 100%;
}
.sheme-table td{
    padding-right: 130px;
    vertical-align: bottom;
}
.sheme-table td:last-child{
    padding-right: 0;
}
.sheme-table td:nth-child(1){
    width: 50%;
    text-align: center;
}
.sheme-table td:nth-child(2){
    width: 50%;
    text-align: center;
}
.sheme-table td:nth-child(1) div{
    left: -50px;
}
.sheme-table td:nth-child(1) img{

}
.sheme-table td:nth-child(2) div{
    left: -34px;
}
.sheme-table td:nth-child(2) img{

}
.sheme-table td div{
    font-size: 13px;
    text-align: center;
    margin-top: 10px;
    position: relative;
}