@font-face {
    font-family: "PF Agora Sans Pro bl";
    src: url("../fonts/AgoraSansProBlack/AgoraSansProBlack.eot?") format("eot"), url("../fonts/AgoraSansProBlack/AgoraSansProBlack.woff") format("woff"), url("../fonts/AgoraSansProBlack/AgoraSansProBlack.ttf") format("truetype"), url("../fonts/AgoraSansProBlack/AgoraSansProBlack.otf") format("otf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "PF Agora Sans Pro b";
    src: url("../fonts/AgoraSansProBold/AgoraSansProBold.eot?") format("eot"), url("../fonts/AgoraSansProBold/AgoraSansProBold.woff") format("woff"), url("../fonts/AgoraSansProBold/AgoraSansProBold.ttf") format("truetype"), url("../fonts/AgoraSansProBold/AgoraSansProBold.otf") format("otf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "PF Agora Sans Pro m";
    src: url("../fonts/AgoraSansProMedium/AgoraSansProMedium.eot?") format("eot"), url("../fonts/AgoraSansProMedium/AgoraSansProMedium.woff") format("woff"), url("../fonts/AgoraSansProMedium/AgoraSansProMedium.ttf") format("truetype"), url("../fonts/AgoraSansProMedium/AgoraSansProMedium.otf") format("otf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "PF Agora Sans Pro";
    src: url("../fonts/AgoraSansProRegular/AgoraSansProRegular.eot?") format("eot"), url("../fonts/AgoraSansProRegular/AgoraSansProRegular.woff") format("woff"), url("../fonts/AgoraSansProRegular/AgoraSansProRegular.ttf") format("truetype"), url("../fonts/AgoraSansProRegular/AgoraSansProRegular.otf") format("otf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/font-awesome/fontawesome-webfont.eot');
    src: url('../fonts/font-awesome/fontawesome-webfont.eot') format('embedded-opentype'), url('../fonts/font-awesome/fontawesome-webfont.woff2') format('woff2'), url('../fonts/font-awesome/fontawesome-webfont.woff') format('woff'), url('../fonts/font-awesome/fontawesome-webfont.ttf') format('truetype'), url('../fonts/font-awesome/fontawesome-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

html * {
    max-height: 1000000px;
}

body {
    webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background-color: #fff;
    padding-right: 0 !important;
    min-width: 980px;
}

.container-fluid {
    min-width: 980px;
}

.container {
    width: 980px;
}

.transition {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.fixed {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}


/*modals*/

.my-modal-window {
    width: 350px;
    height: 396px;
    background: rgba(0, 0, 0, 0.8);
    left: 50%;
    top: 50%;
    margin-left: -175px;
    margin-top: -198px;
    text-align: center;
    padding-right: 0 !important;
}

.my-modal-h1 {
    color: white;
    font-family: "PF Agora Sans Pro";
    font-size: 20px;
    font-weight: 100;
    line-height: 26px;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 35px;
}

.close {
    color: #fff;
    background: #fff;
    opacity: .8;
}

.form-input {
    width: 255px;
    height: 50px;
    border: 2px solid white;
    border-radius: 4px;
    outline: none;
    margin-bottom: 10px;
    display: inline-block;
    padding-left: 20px;
    color: white;
    font-family: "PF Agora Sans Pro";
    font-size: 17px;
    font-weight: 400;
    background: transparent;
}

.submit-btn {
    width: 255px;
    height: 50px;
    border: 2px solid white;
    border-radius: 4px;
    outline: none;
    background: transparent;
    color: white;
    font-family: "PF Agora Sans Pro";
    font-size: 17px;
    font-weight: 400;
    display: inline-block;
    position: relative;
    left: -2px;
}

.submit-btn:hover {
    background-color: #fdff35;
    color: black;
}

.my-modal-window.bigscreen {
    width: 80%;
    height: 90em;
    z-index: 9999999;
    margin-left: -40%;
    margin-top: -60%;
}

.my-modal-window.bigscreen .close {
    font-size: 6em;
}

.my-modal-window.bigscreen .submit-btn {
    width: 90%;
    height: 2em;
    font-size: 4em;
}

.my-modal-window.bigscreen .form-input {
    width: 90%;
    height: 2em;
    margin-bottom: 1em;
    font-size: 4em;
}

.my-modal-window.bigscreen .my-modal-h1 {
    font-size: 4em;
    line-height: 1.5em;
    margin-top: 2em;
    margin-bottom: 2em;
}


/*modal thanks*/

.my-modal-thanks {
    width: 350px;
    height: 250px;
    background: rgba(0, 0, 0, .8);
    -webkit-box-shadow: 0 0 158px rgba(253, 255, 53, 0.23);
    box-shadow: 0 0 158px rgba(253, 255, 53, 0.23);
    top: 50%;
    left: 50%;
    margin-top: -125px;
    margin-left: -125px;
    text-align: center;
    padding-right: 0 !important;
}

.modal-thanks-h3 {
    color: white;
    font-family: "PF Agora Sans Pro b";
    font-size: 42px;
    font-weight: 900;
    line-height: 40px;
    text-transform: uppercase;
}

.modal-thanks-p {
    color: white;
    font-family: "PF Agora Sans Pro";
    font-size: 26px;
    font-weight: 400;
    line-height: 35px;
    margin-top: 20px;
}

.my-modal-thanks.bigscreen {
    width: 80%;
    height: 35%;
    margin-left: -40%;
    z-index: 9999999;
    margin-top: -20%;
}

.my-modal-thanks.bigscreen .modal-thanks-h3 {
    font-size: 7em;
    line-height: 1em;
    margin-top: 1em;
}

.my-modal-thanks.bigscreen .modal-thanks-p {
    font-size: 4.5em;
    line-height: 1em;
}

.my-modal-thanks.bigscreen .close {
    font-size: 6em;
}


/*header*/

.header {
    background: transparent url("../img/bg/header-bg.jpg") center no-repeat;
    height: 710px;
}

.header-cont {
    position: relative;
}

.header-img {
    top: 110px;
    left: -320px;
    position: relative;
}

.header-top {
    background: rgba(6, 12, 0, .7);
    -webkit-box-shadow: 0 3px 20px rgba(0, 1, 0, 0.35);
    box-shadow: 0 3px 20px rgba(0, 1, 0, 0.35);
    border-bottom: 1px solid #fff;
    height: 100px;
}

.logo,
.logo-descr {
    display: inline-block;
}

.logo-descr-p {
    border-left: 1px solid #fff;
    color: white;
    font-family: "PF Agora Sans Pro";
    font-size: 16px;
    font-weight: 400;
    padding-left: 8px;
    margin-left: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    top: 10px;
}

.logo-cont {
    padding-top: 5px;
    padding-left: 3px;
}

.header-tel {
    font-family: "PF Agora Sans Pro";
    line-height: 25px;
    color: #c2c2c2;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    margin-top: 22px;
}

.header-tel span {
    color: white;
    font-size: 24px;
    font-weight: 900;
    font-family: "PF Agora Sans Pro bl";
}

.header-btn {
    display: inline-block;
    width: 220px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.1);
    border: 2px solid #EC283D;
    border-radius: 4px;
    color: #fff;
    font-family: "PF Agora Sans Pro m";
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    position: relative;
    top: -18px;
    margin-left: 20px;
    padding-top: 7px;
}

.header-btn:hover {
    background: #EC283D;
    color: #fff;
    text-decoration: none;
}

.header-btn:active {
    background: #e42539;
    -webkit-box-shadow: inset -0.1px 3px 7px rgba(0, 0, 0, 0.15);
    box-shadow: inset -0.1px 3px 7px rgba(0, 0, 0, 0.15);
    color: #fff;
    text-decoration: none;
}

.header-btn:focus {
    text-decoration: none;
    color: #fff;
    outline: none;
}

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

.header-h1 {
    text-shadow: 0 4px 4.9px rgba(0, 0, 0, 0.7);
    color: white;
    font-family: "PF Agora Sans Pro bl";
    font-size: 38px;
    font-weight: 900;
    text-transform: uppercase;
    border-left: 1px solid white;
    padding-left: 15px;
    margin-bottom: 70px;
    margin-top: 125px;
}

.header-form-input {
    width: 220px;
    height: 40px;
    color: #848484;
    font-family: "PF Agora Sans Pro";
    font-size: 16px;
    font-weight: 400;
    padding-left: 20px;
    border: none;
    outline: none;
    margin-right: 8px;
    margin-bottom: 20px;
}

.header-form-name {
    background: #fff url("../img/ico/form-person.png") 92% center no-repeat;
}

.header-form-phone {
    background: #fff url("../img/ico/form-phone.png") 92% center no-repeat;
}

.header-submit-btn {
    width: 300px;
    height: 45px;
    background-color: #ec283d;
    color: white;
    font-family: "PF Agora Sans Pro";
    font-size: 16px;
    font-weight: 400;
    border: none;
    outline: none;
    display: block;
    margin: 0 auto;
}

.header-submit-btn:hover {
    background-color: #d72034;
}

.header-submit-btn:active {
    background-color: #cf2033;
    -webkit-box-shadow: inset -0.1px 3px 7px rgba(0, 0, 0, 0.15);
    box-shadow: inset -0.1px 3px 7px rgba(0, 0, 0, 0.15);
}


/*screen2*/

.screen2 {
    height: 872px;
}

.scr2-h1 {
    text-align: center;
    color: #d72034;
    font-family: "PF Agora Sans Pro bl";
    font-size: 40px;
    font-weight: 900;
    margin-top: 37px;
    margin-bottom: 55px;
}

.scheme-bg {
    background: url("../img/bg/arrows.jpg") 0 41% no-repeat;
    height: 1065px;
    text-align: center;
}

.scr2-second-row {
    margin-top: 15px;
}

.scr2-third-row {
    margin-top: 20px;
}

.scr2-text {
    color: #352a2b;
    font-family: "PF Agora Sans Pro";
    font-size: 16px;
    font-weight: 400;
}


/*screen3*/

.screen3 {
    height: 1121px;
    background: url("../img/bg/scr3.png") center no-repeat;
    padding-top: 300px;
    text-align: center;
    position: relative;
    top: -95px;
}

.scr3-h1 {
    color: white;
    font-family: "PF Agora Sans Pro bl";
    font-size: 40px;
    font-weight: 900;
    margin-top: 35px;
    margin-bottom: 39px;
}

.scr3-text {
    color: white;
    font-family: "PF Agora Sans Pro";
    font-size: 18px;
    font-weight: 400;
}

.scr3-el-text {
    width: 476px;
    height: 315px;
    background: white;
    border: 2px solid #cfbbe3;
    -webkit-box-shadow: 0 0 18px 2px rgba(81, 67, 186, 0.15);
    box-shadow: 0 0 18px 2px rgba(81, 67, 186, 0.15);
    position: absolute;
    z-index: 9;
    display: none;
}

.scr3-el {
    position: relative;
}

.scr3-el:hover .scr3-img-wrapper {
    z-index: 99999;
    position: relative;
}

.scr3-el-text-title {
    text-align: center;
    color: #352a2b;
    font-family: "PF Agora Sans Pro";
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 20px;
}

.scr3-el-text-inner-text {
    color: #26181a;
    font-family: "PF Agora Sans Pro";
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
}

.scr3-el-text-inner-text span {
    font-weight: 700;
}

.scr3-el1:before,
.scr3-el2:before,
.scr3-el4:before,
.scr3-el5:before {
    content: "";
    height: 107px;
    width: 178px;
    background: url("../img/ico/uslugi/hover-light.png") center no-repeat;
    position: absolute;
    top: 26px;
    left: -14px;
    display: none;
    z-index: 0;
}

.scr3-el1:hover .scr3-el1:before,
.scr3-el2:hover .scr3-el2:before,
.scr3-el4:hover .scr3-el4:before,
.scr3-el5:hover .scr3-el5:before {
    display: block;
}

.scr3-el3:before,
.scr3-el6:before {
    content: "";
    height: 107px;
    width: 178px;
    background: url("../img/ico/uslugi/hover-light2.png") center no-repeat;
    position: absolute;
    top: 25px;
    left: 133px;
    display: none;
    z-index: 0;
}

.scr3-el3:hover .scr3-el3:before,
.scr3-el6:hover .scr3-el6:before {
    display: block;
}


/*1*/

.scr3-el1:hover .scr3-el-text1 {
    display: block;
}

.scr3-el1 .scr3-el-text {
    top: 50px;
    left: 163px;
}


/*2*/

.scr3-el2 .scr3-el-text2 {
    top: 49px;
    left: 163px;
}

.scr3-el2:hover .scr3-el-text2 {
    display: block;
}


/*3*/

.scr3-el3 .scr3-el-text3 {
    top: 49px;
    left: -319px;
}

.scr3-el3:hover .scr3-el-text3 {
    display: block;
}


/*4*/

.scr3-el4 .scr3-el-text4 {
    top: 49px;
    left: 163px;
}

.scr3-el4:hover .scr3-el-text4 {
    display: block;
}


/*5*/

.scr3-el5 .scr3-el-text5 {
    top: 49px;
    left: 163px;
}

.scr3-el5:hover .scr3-el-text5 {
    display: block;
}


/*6*/

.scr3-el6 .scr3-el-text6 {
    top: 49px;
    left: -319px;
}

.scr3-el6:hover .scr3-el-text6 {
    display: block;
}


/*screen4*/

.screen4 {
    height: 280px;
    position: relative;
    top: -40px;
}

.slider1 {
    z-index: 99999;
}

.slick-slide {
    /*display: inline-block !important;
    vertical-align: middle !important;*/
}

.slider-img-wrapper {
    /*display: inline-block;
vertical-align: middle !important;
*/
}

.slick-dots li button:before {
    background: #AEAEAE;
    opacity: 1;
    content: "";
    border-radius: 50%;
}

.scr4-h1 {
    color: #d72034;
    font-family: "PF Agora Sans Pro bl";
    font-size: 40px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 63px;
}

.slick-dots li.slick-active button:before {
    background: #fff;
    border: 1px solid #FE4540;
}

.slick-dots {
    margin-bottom: 0;
    z-index: 9;
}


/*screen5*/

.screen5 {
    height: 1637px;
    background: url("../img/bg/scr5.png") center no-repeat;
    padding-top: 300px;
    text-align: center;
    position: relative;
    top: -170px;
}

.scr5-h1 {
    color: #d72034;
    font-family: "PF Agora Sans Pro bl";
    font-size: 40px;
    font-weight: 900;
    margin-top: 44px;
    margin-bottom: 35px;
}

.scr5-text {
    color: #211819;
    font-family: "PF Agora Sans Pro";
    font-size: 16px;
    font-weight: 400;
}


/*screen6*/

.screen6 {
    height: 272px;
    position: relative;
    top: -114px;
}

.scr6-h1 {
    color: #d72034;
    font-family: "PF Agora Sans Pro bl";
    font-size: 40px;
    font-weight: 900;
    text-align: center;
    margin-top: 0;
    margin-bottom: 79px;
}

.fancybox-opened {
    z-index: 99999;
}

.gal1,
.gal2 {
    position: relative;
}

.galery-hover {
    display: inline-block;
    position: absolute;
    height: 300px;
    width: 220px;
    top: 0;
    left: 0;
    background: red;
    display: none;
    opacity: 0.4;
    background: #390f18 url("../img/ico/lens.png") center no-repeat;
    -webkit-box-shadow: 0 0 18px 2px rgba(81, 67, 186, 0.15);
    box-shadow: 0 0 18px 2px rgba(81, 67, 186, 0.15);
}

.gal2 .galery-hover {
    display: inline-block;
    position: absolute;
    height: 274px;
    width: 300px;
    top: 0;
    left: 0;
    background: red;
    display: none;
    opacity: 0.4;
    background: #390f18 url("../img/ico/lens2.png") center no-repeat;
    -webkit-box-shadow: 0 0 18px 2px rgba(81, 67, 186, 0.15);
    box-shadow: 0 0 18px 2px rgba(81, 67, 186, 0.15);
    color: #fff;
    text-align: center;
    padding-top: 160px;
}

.gal1:hover .galery-hover {
    display: block;
}

.gal2:hover .galery-hover {
    display: block;
}


/*screen7*/

.screen7 {
    height: 1584px;
    background: url("../img/bg/scr7-8.png") center no-repeat;
    padding-top: 217px;
}

.scr7-h1 {
    color: white;
    font-family: "PF Agora Sans Pro bl";
    font-size: 34px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    margin-top: 27px;
}

.manager-name {
    color: white;
    font-family: "PF Agora Sans Pro bl";
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 11px;
    margin-bottom: 0px;
}

.manager-descr {
    opacity: 0.5;
    color: white;
    font-family: "PF Agora Sans Pro";
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 25px;
}

.scr7-text-wrapper {
    opacity: 0.9;
    color: white;
    font-family: "PF Agora Sans Pro";
    font-size: 16px;
    font-weight: 400;
}

.scr7-list {
    list-style: url("../img/ico/list-mark.png");
}

.scr7-list li {
    color: #ff3c51;
    font-family: "PF Agora Sans Pro";
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
}

.scr7-tels {
    color: white;
    font-family: "PF Agora Sans Pro";
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    padding-left: 25px;
}

.scr7-tels1 {
    background: url("../img/ico/a1_icon.png") 1% center no-repeat;
}

.scr7-tels2 {
    background: url("../img/ico/tel-2.png") 1% center no-repeat;
}

.scr7-tels3 {
    background: url("../img/ico/tel-3.png") 1% center no-repeat;
    width: 200px;
    margin: 0 auto;
}

.scr7-tels span {
    font-weight: 900;
}

.scr7-img-wrapper {
    margin-top: 58px;
}

.scr7-tel-title {
    color: white;
    font-family: "PF Agora Sans Pro";
    font-size: 16px;
    font-weight: 400;
    margin-top: 58px;
    margin-bottom: 0;
}

.scr7-tel {
    color: white;
    font-family: "PF Agora Sans Pro";
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 8px;
}

.scr7-tel span {
    font-weight: 900;
}

.scr7-btn {
    width: 300px;
    height: 45px;
    background-color: #ec283d;
    display: block;
    color: white;
    font-family: "PF Agora Sans Pro";
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    padding-top: 10px;
}

.scr7-btn:hover {
    background: #CC081D;
    color: #fff;
    text-decoration: none;
}

.scr7-btn:active {
    background: #e42539;
    -webkit-box-shadow: inset -0.1px 3px 7px rgba(0, 0, 0, 0.15);
    box-shadow: inset -0.1px 3px 7px rgba(0, 0, 0, 0.15);
    color: #fff;
    text-decoration: none;
}

.scr7-btn:focus {
    text-decoration: none;
    color: #fff;
    outline: none;
}


/*screen8*/

.scr8-h1 {
    color: #d72034;
    font-family: "PF Agora Sans Pro bl";
    font-size: 40px;
    font-weight: 900;
    margin-top: 186px;
    text-align: center;
    margin-bottom: 48px;
}

.slider3 div {
    margin: 0 auto;
    width: 874px;
}


/*screen9*/

.screen9 {
    min-height: 224px;
    padding-bottom: 50px;
    padding-top: 60px;
}

.scr9-h1 {
    color: #d72034;
    font-family: "PF Agora Sans Pro bl";
    font-size: 40px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 0;
}

.scr9-h3 {
    text-align: center;
    color: #848484;
    font-family: "PF Agora Sans Pro";
    font-size: 16px;
    font-weight: 400;
    margin-top: 5px;
}

.scr9-header-block {
    position: absolute;
    background: #fff;
    top: -47px;
    left: 270px;
    width: 460px;
}

.scr9-bottom-block {
    width: 660px;
    text-align: center;
    position: absolute;
    background: #fff;
    bottom: -52px;
    left: 165px;
}

.scr9-text {
    color: #352929;
    font-family: "PF Agora Sans Pro";
    font-size: 18px;
    font-weight: 700;
    width: 690px;
    text-align: center;
    margin: 0 auto 50px;
}

.scr9-frame-row {
    border: 1px solid #FE4540;
    height: 410px;
    position: relative;
}

.scr9-frame {
    margin-top: 70px;
}

.ct {
    text-align: center;
}

.scr9-bottom-top {
    color: #232020;
    font-family: "PF Agora Sans Pro";
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
}

.scr9-bottom-bottom {
    color: #232020;
    font-family: "PF Agora Sans Pro";
    font-size: 22px;
    font-weight: 700;
}


/*screen10*/

.screen10 {
    height: 1536px;
    background: url("../img/bg/scr10.png") center no-repeat;
    padding-top: 217px;
    position: relative;
    top: -118px;
}

.scr10-h1 {
    text-align: center;
    color: white;
    font-family: "PF Agora Sans Pro";
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 45px;
    margin-top: 49px;
}

.screen10 .col-xs-3 {
    border-bottom: 1px dashed rgba(255, 2555, 255, .4);
    border-right: 1px dashed rgba(255, 2555, 255, .4);
}

.scr10-forth-xs {
    border-right: none !important;
}

.scr10-bottom {
    border-bottom: none !important;
}

.scr10-bottom:last-child {
    border-right: none;
}

.scr10-link {
    text-align: center;
    display: inline-block;
    text-decoration: none;
    width: 100%;
    padding-bottom: 20px;
    background: url("../img/h/pasive.png") center top no-repeat;
}

.scr10-img {
    display: inline-block;
    width: 154px;
    height: 168px;
}

.scr10-link:hover {
    background: url("../img/h/active.png") center top no-repeat;
}

.scr10-text {
    display: inline-block;
    color: white;
    font-family: "PF Agora Sans Pro";
    font-size: 16px;
    font-weight: 700;
}

.scr10-link:hover .scr10-text {
    text-decoration: underline;
}

.scr10-img-1 {
    display: inline-block;
    width: 154px;
    height: 168px;
    background: url("../img/h/1-1.png") center no-repeat;
}

.scr10-link:hover .scr10-img-1 {
    background: url("../img/h/1-2.png") center no-repeat;
}

.scr10-img-2 {
    display: inline-block;
    width: 154px;
    height: 168px;
    background: url("../img/h/2-1.png") center no-repeat;
}

.scr10-link:hover .scr10-img-2 {
    background: url("../img/h/2-2.png") center no-repeat;
}

.scr10-img-3 {
    display: inline-block;
    width: 154px;
    height: 168px;
    background: url("../img/h/3-1.png") center no-repeat;
}

.scr10-link:hover .scr10-img-3 {
    background: url("../img/h/3-2.png") center no-repeat;
}

.scr10-img-4 {
    display: inline-block;
    width: 154px;
    height: 168px;
    background: url("../img/h/4-1.png") center no-repeat;
}

.scr10-link:hover .scr10-img-4 {
    background: url("../img/h/4-2.png") center no-repeat;
}

.scr10-img-5 {
    display: inline-block;
    width: 154px;
    height: 168px;
    background: url("../img/h/5-1.png") center no-repeat;
}

.scr10-link:hover .scr10-img-5 {
    background: url("../img/h/5-2.png") center no-repeat;
}

.scr10-img-6 {
    display: inline-block;
    width: 154px;
    height: 168px;
    background: url("../img/h/6-1.png") center no-repeat;
}

.scr10-link:hover .scr10-img-6 {
    background: url("../img/h/6-2.png") center no-repeat;
}

.scr10-img-7 {
    display: inline-block;
    width: 154px;
    height: 168px;
    background: url("../img/h/7-1.png") center no-repeat;
}

.scr10-link:hover .scr10-img-7 {
    background: url("../img/h/7-2.png") center no-repeat;
}

.scr10-img-8 {
    display: inline-block;
    width: 154px;
    height: 168px;
    background: url("../img/h/8-1.png") center no-repeat;
}

.scr10-link:hover .scr10-img-8 {
    background: url("../img/h/8-2.png") center no-repeat;
}


/*screen11*/

.scr11-h1 {
    color: white;
    font-family: "PF Agora Sans Pro bl";
    font-size: 40px;
    font-weight: 900;
    text-align: center;
    margin-top: 159px;
}

.scr11-h3 {
    color: #f7f7f7;
    font-family: "PF Agora Sans Pro";
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 42px;
}

.scr-11-form {
    width: 750px;
    height: 306px;
    border: 1px solid white;
    padding-left: 165px;
    position: relative;
}

.screen11-abs-block {
    position: absolute;
    top: 105px;
    left: -150px;
    background: #390F18;
    text-align: right;
    width: 255px;
    height: 175px;
}

.abs-span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    position: relative;
    top: 5px;
}

.scr11-abs-p {
    color: white;
    font-family: "PF Agora Sans Pro";
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
}

.scr11-abs-span2 {
    font-weight: 900;
}

.scr11-abs-span1 {
    color: white;
    font-family: "PF Agora Sans Pro";
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    margin-right: 10px;
}

.abs-span1 {
    background: url("../img/ico/a1_icon.png") center no-repeat;
}

.abs-span2 {
    background: url("../img/ico/tel-2.png") center no-repeat;
}

.abs-span3 {
    background: url("../img/ico/tel-3.png") center no-repeat;
}

.scr11-form-inputs,
.scr11-form-img-wrapper {
    display: inline-block;
    vertical-align: top;
}

.scr11-inputs {
    width: 300px;
    height: 40px;
    background: transparent;
    border: 2px solid white;
    margin-bottom: 15px;
    padding-left: 20px;
    color: #fff;
}

.scr11-submit-btn {
    width: 300px;
    height: 45px;
    background-color: #ec283d;
    padding-top: 0px;
    text-align: center;
    color: white;
    font-family: "PF Agora Sans Pro";
    font-size: 16px;
    font-weight: 400;
    border: none;
    outline: none;
}

.scr11-submit-btn:hover {
    background: #CC081D;
    color: #fff;
    text-decoration: none;
}

.scr11-submit-btn:active {
    background: #e42539;
    -webkit-box-shadow: inset -0.1px 3px 7px rgba(0, 0, 0, 0.15);
    box-shadow: inset -0.1px 3px 7px rgba(0, 0, 0, 0.15);
    color: #fff;
    text-decoration: none;
}

.scr11-submit-btn:focus {
    text-decoration: none;
    color: #fff;
    outline: none;
}

.scr11-name {
    background: url("../img/ico/form-person.png") 90% center no-repeat;
}

.scr11-phone {
    background: url("../img/ico/form-phone.png") 90% center no-repeat;
}

.scr11-name-h3 {
    color: white;
    font-family: "PF Agora Sans Pro bl";
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: 26px;
    text-align: right;
}

.scr11-name-h4 {
    opacity: 0.5;
    color: white;
    font-family: "PF Agora Sans Pro";
    font-size: 16px;
    font-weight: 400;
    margin-top: 4px;
    margin-bottom: 35px;
    text-align: right;
}

.scr11-form-img-wrapper {
    margin-top: 16px;
}


/*screen12*/

.screen12 {
    height: 450px;
    padding-top: 10px;
    position: relative;
    top: -85px;
}

.slider4 {
    height: 296px;
}

.slider4-slide {
    width: 940px;
    height: 274px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    margin: 0 auto;
}

.sl4-img,
.sl4-text-wrapper {
    display: inline-block;
    vertical-align: top;
}

.sl4-img1 {
    width: 300px;
    height: 274px;
}

.slider4 .slick-slide {
    height: 294px;
    padding-top: 10px;
    outline: none;
}

.sl4-text-wrapper {
    width: 620px;
    height: 260px;
    margin-top: 7px;
    overflow: auto;
    padding-left: 10px;
}

.rate-star {
    height: 12px;
    width: 12px;
    display: inline-block;
    background: url("../img/ico/rate-star.png") center no-repeat;
}

.rate-star-none {
    height: 12px;
    width: 12px;
    display: inline-block;
    background: url("../img/ico/rate-star-non.png") center no-repeat;
}

.scr12-text {
    color: #2b1f21;
    font-family: "PF Agora Sans Pro";
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
}

.sl4-list {
    padding-left: 15px;
    margin-bottom: 5px;
}

.sl4-list li {
    color: #2b1f21;
    font-family: "PF Agora Sans Pro";
    font-size: 16px;
    font-weight: 400;
}

.sl4-h3 {
    color: #2b1f21;
    font-family: "PF Agora Sans Pro b";
    font-size: 20px;
    font-weight: 700;
}

.scr12-h1 {
    text-align: center;
    color: #d72034;
    font-family: "PF Agora Sans Pro bl";
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 55px;
}


/*screen13*/

.screen13 {
    height: 1077px;
    background: url("../img/bg/scr12.png") center no-repeat;
    padding-top: 247px;
    position: relative;
    top: -120px;
}

.scr13-h1 {
    color: white;
    font-family: "PF Agora Sans Pro bl";
    font-size: 40px;
    font-weight: 900;
    text-align: center;
    margin-top: 60px;
}

.scr13-img {
    position: relative;
    left: -86px;
    margin-top: -7px;
}

.scr13-apparat-descr {
    color: white;
    font-family: "PF Agora Sans Pro";
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 84px;
}

.scr13-under-apparat {
    color: white;
    font-family: "PF Agora Sans Pro";
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.scr13-h3 {
    color: white;
    font-family: "PF Agora Sans Pro b";
    font-size: 20px;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 27px;
}


/*screen14*/

.screen14 {
    position: relative;
    top: -60px;
}

.scr14-h1 {
    color: #d72034;
    font-family: "PF Agora Sans Pro bl";
    font-size: 40px;
    font-weight: 900;
    text-align: center;
    width: 80%;
    margin: 0 auto 57px;
}

.scr14-list {
    color: #1f0f11;
    font-family: "PF Agora Sans Pro";
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.screen14-bold {
    color: #1f0f11;
    font-family: "PF Agora Sans Pro";
    font-size: 16px;
    font-weight: 700;
}

.scr14-list {
    list-style: url("../img/ico/list-mark.png");
}

.scr14-list li {
    padding-left: 10px;
    color: #1f0f11;
    font-family: "PF Agora Sans Pro";
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
}

.scr14-inner-list {
    list-style: none;
    margin-bottom: 10px;
    padding-left: 5px;
}


/*map*/

.map-wrapper {
    height: 745px;
    position: relative;
}

.ymaps-2-1-39-map {
    height: 745px;
    z-index: 9999;
}

.map-wrapper:before {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    left: 0;
    background: url("../img/bg/map-bg.png") center top no-repeat;
    height: 224px;
    z-index: 9;
    width: 100%;
}

.rel-cont {
    position: relative;
}

.scaled-squere {
    width: 304px;
    height: 435px;
    position: absolute;
    top: 230px;
    left: 0;
    z-index: 999;
    background: url("../img/bg/sk.png") center no-repeat;
    /*background-image: url(../img/bg/sk.png);
    background-position: center center;
    background-repeat: no-repeat;*/
    padding-top: 95px;
    padding-left: 5px;
    padding-right: 20px;
}

.scaled-squere .address {
    color: white;
    font-family: "PF Agora Sans Pro b";
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    padding-left: 30px;
}

.scaled-squere .tel {
    color: white;
    font-family: "PF Agora Sans Pro";
    font-size: 17px;
    font-weight: 400;
    line-height: 18px;
    padding-left: 30px;
}

.scaled-squere .tel span {
    display: inline-block;
}

.scaled-squere .mail {
    color: white;
    font-family: "PF Agora Sans Pro";
    font-size: 17px;
    font-weight: 400;
    line-height: 34px;
    padding-left: 30px;
}

.map-tel-ico {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    position: relative;
    top: 4px;
}

.map-tel-ico1 {
    background: url("../img/ico/a1_icon.png") center no-repeat;
}

.map-tel-ico2 {
    background: url("../img/ico/tel-2.png") center no-repeat;
}

.map-tel-ico3 {
    background: url("../img/ico/tel-3.png") center no-repeat;
}

.map-tel-ico4 {
    background: url("../img/ico/ico-call.png") center no-repeat;
}

.map-tel-ico5 {
    background: url("../img/ico/ico-print.png") center no-repeat;
}

.map-tel-ico6 {
    background: url("../img/ico/ico-mail.png") center no-repeat;
}


/*footer*/

footer {
    display: block;
    height: 201px;
    background: #1B050A;
    padding-top: 30px;
    position: relative;
}

.footer-logo {
    margin-top: 19px;
}

.copyright {
    color: white;
    font-family: "PF Agora Sans Pro";
    font-size: 16px;
    font-weight: 300;
    text-align: right;
    margin-top: 65px;
}

.footer-btn {
    color: white;
    font-family: "PF Agora Sans Pro";
    font-size: 16px;
    font-weight: 400;
    width: 220px;
    height: 45px;
    border: 2px solid #d72034;
    display: inline-block;
    padding-top: 9px;
    text-align: center;
}

.footer-btn:hover {
    background: #EC283D;
    text-decoration: none;
    color: #fff;
}

.footer-btn:focus {
    text-decoration: none;
    outline: none;
    color: #fff;
}

.footer-name {
    color: white;
    font-family: "PF Agora Sans Pro";
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: right;
    margin-top: 6px;
}

.footer-name-descr {
    color: #aeaeae;
    font-family: "PF Agora Sans Pro";
    font-size: 18px;
    font-weight: 400;
    text-align: right;
}

.footer-name-descr span {
    width: 200px;
    display: inline-block;
}

.footer-btn-wrapper {
    text-align: right;
}
