@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap&subset=cyrillic,cyrillic-ext,latin-ext');

@-webkit-keyframes info-box-bg-anim { from { background-position: 53% 0%; } to { background-position: 50% 0%; } }
@-moz-keyframes info-box-bg-anim { from { background-position: 53% 0%; } to { background-position: 50% 0%; } }
@-o-keyframes info-box-bg-anim { from { background-position: 53% 0%; } to { background-position: 50% 0%; } }
@keyframes info-box-bg-anim { from { background-position: 53% 0%; } to { background-position: 50% 0%; } }

@keyframes pulse-one {
  0% {
    transform: scale(2);
    opacity: 0.2;
  }
  100% {
    transform: scale(2.3);
    opacity: 0;
  }
}
@keyframes pulse-two {
  0% {
    transform: scale(1.5);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}

@-webkit-keyframes show-obj { from { opacity: 0.00; } to { opacity: 1.00; } }
@-moz-keyframes show-obj { from { opacity: 0.00; } to { opacity: 1.00; } }
@-o-keyframes show-obj { from { opacity: 0.00; } to { opacity: 1.00; } }
@keyframes show-obj { from { opacity: 0.00; } to { opacity: 1.00; } }

@font-face { 
    font-family: "rouble";
    src: url("/fonts/rouble.otf") format("opentype");
}

* { font-family: "Open Sans", sans-serif; font-style: normal; }

body {
	margin: 0;
}

a {
    color: #dc911b;
    text-decoration: none;
    background-color: transparent;
}

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

h5 {
    margin-top: 2.5px;
    margin-bottom: -20px;
    font-size: 16px;
    font-weight: 600;
    color: #3d3d3d;
  
}

.rub { font-family: "rouble"; padding: 0px 10px 0px 0px; }

.fonts { font-family: "Open Sans", sans-serif; font-style: normal; text-transform: none; color: #3d3d3d; }
.fonts.four-pt { font-size: calc( (100vw - 480px)/(1280 - 480) * (24 - 16) + 8px); font-weight: 400; }
.fonts.six-pt { font-size: calc( (100vw - 480px)/(1280 - 480) * (24 - 16) + 14px); font-weight: 400; }
.fonts.nine-pt { font-size: calc( (100vw - 480px)/(1280 - 480) * (24 - 16) + 16px); font-weight: 400; }
.fonts.twelve-pt { font-size: calc( (100vw - 480px)/(1280 - 480) * (24 - 16) + 28px); font-weight: 400; }
.fonts.fourteen-pt { font-size: calc( (100vw - 480px)/(1280 - 480) * (24 - 16) + 32px); font-weight: 400; }
.fonts.sixteen-pt { font-size: calc( (100vw - 480px)/(1280 - 480) * (24 - 16) + 34px); font-weight: 400; }

.body-wrapper {
    width: 100%;
    display: block;
}

.br {
    display: flex;
	width: 100%;
    height: 100px;
}

.nbsp {
    display: flex;
    width: 0px;
    height: 0px;
}

a.company-link {
    color: #C0C0C0;
}

.menu-wrapper {
    display: block;
    position: absolute;
    margin-top: 50px;
    z-index: 9999;
    width: 100%;
    height: 127px;
    max-height: 527px;
    background-color: rgba(255,255,255,0.00);
}
.menu-scroll {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.menu-scroll {
    display: block;
    position: fixed;
    margin-top: 0;
    z-index: 9999;
    width: 100%;
    height: 127px;
    max-height: 527px;
    /*background-image: url("../img/cp_bg_causes.png");
    background-position: left top!important;
    background-repeat: repeat;
    background-attachment: scroll;
    background-size: 15%;*/
    background-color: rgba(255,255,255,0.95);
    -webkit-box-shadow: 0px 5px 8px rgba(0,0,0,0.30); /* Safari, Chrome */
    -moz-box-shadow: 0px 5px 8px rgba(0,0,0,0.30); /* Firefox */
    -o-box-shadow: 0px 5px 8px rgba(0,0,0,0.30); /* Opera 11.10+ */
    -ms-box-shadow: 0px 5px 8px rgba(0,0,0,0.30); /* IE10 */
    box-shadow: 0px 5px 8px rgba(0,0,0,0.30); /* CSS3 */ 
}

.menu {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    align-items: stretch;
    align-content: stretch;
    width: 80%;
    margin: 0px auto;
    max-height: 527px;
    padding: 20px 0px 0px;
    /*background-color: #10BD64*/
}

.menu-logo {
    display: inline-block;
    position: relative;
    margin: 0 auto;
    padding-left: 10px;
    min-width: 250px;
    height: 75px;
    background-image: url("../img/inhome_logo.svg");
    background-position: 0% 50%;
    background-size: 250px 100px;
    background-repeat: no-repeat;
    /*background-color: #BBFF7E;*/
    
}
.cp-name { padding: 7px 0 0 59px; font-size: 24px; font-weight: 700; color: #3d3d3d; line-height: 0; }
.cp-name span { font-weight: 300; color: #dc911b; }
.cp-type { padding: 15px 0 0 0px; font-size: 20px; font-weight: 300; color: #976e70; line-height: 0; }

.menu-button {
    display: flex;
    flex-grow: 1;
    height: 85px;
    /*background-color: #4367C8;*/
}
nav {
    width: auto;
    margin: -18px auto auto;
    /*background-color: #dc911b;*/
}
nav a {
    display: block;
    padding-top: 8px;
    color: #3d3d3d;
    font-size: 18px;
    font-weight: 400;
    line-height: 45px;
    text-decoration: none;
    text-align: center;
    /*
    стилизуем ссылки
    */
}

nav ul:first-of-type { padding: 22px 0px 0px 0px; }
nav ul {
    display: inline-block;
    position: relative;
    list-style: none;
    /*background-color: #CDAE2A;*/
    /*
    убираем отступы и поля, а также list-style для "ul",
    и добавляем "position:relative"
    */
}

nav ul li {
    display: inline-block;
    padding: 5px 10px;
    border-bottom: 0px;
    /*background-color: #444d86;*/
    /*
    применяем inline-block позиционирование к элементам навигации
    */
}
nav ul li:hover {
    border-bottom: 3px #dbcaab solid;
    -webkit-transition: border-bottom .3s ease-out;
    -moz-transition: border-bottom .3s ease-out;
    -o-transition: border-bottom .3s ease-out;
    transition: border-bottom .3s ease-out;
}
nav ul li ul li:nth-child(1), nav ul li ul li:nth-child(2), nav ul li ul li:nth-child(3), nav ul li ul li:nth-child(4), nav ul li ul li:nth-child(5), nav ul li ul li:nth-child(6), nav ul li ul li:nth-child(7), nav ul li ul li:nth-child(8) {
    border-bottom: 1px #dbcaab solid;
}

#arrow::after {
    display: block;
    position: absolute;
    content: " ";
    background: url("../img/cp_menu_arrow.png") no-repeat 50% 50%;
    width: 10px;
    height: 6px;
    z-index: 99999;
    top: 55px;
    left: 93px;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}
    /*
    Анимированная трелка
    */
#arrow:hover::after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

nav ul ul {
    display: none;
    position: absolute;
    margin-left: 0px;
    left: 0px;
    top: 100%;
    /*
    скрываем выпадающие списки по умолчанию
    и задаем абсолютное позиционирование
    */
}
nav ul li > ul {
    display: none;
}
nav ul li:hover > ul {
    display: block;
    animation: show-obj .3s ease-out;
    /*
    отображаем выпадающий список при наведении
    */
}
nav ul ul li {
    display: block;
    position: relative;
    min-width: 280px;
    height: 62.5px;
    padding: 0px 10px 0px 0px;
    float: none;
    background-color: #817f7d;
    -webkit-box-shadow: 0px 5px 8px rgba(0,0,0,0.30); /* Safari, Chrome */
    -moz-box-shadow: 0px 5px 8px rgba(0,0,0,0.30); /* Firefox */
    -o-box-shadow: 0px 5px 8px rgba(0,0,0,0.30); /* Opera 11.10+ */
    -ms-box-shadow: 0px 5px 8px rgba(0,0,0,0.30); /* IE10 */
    box-shadow: 0px 5px 8px rgba(0,0,0,0.30); /* CSS3 */
    border: 0px;
    z-index: 1;
    /*
    первый уровень выпадающего списка
    */
}
nav ul ul li:hover {
    background-color: #dbcaab;
    border: 0px;
}
.m-button { display: none; }
.bu-icon a {
    background-image: url("../img/doc-case-icon-solid.svg");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: 0px 0px;
    text-indent: 0px;
}
.uu-icon a {
    background-image: url("../img/balance-scale-solid.svg");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: 0px 0px;
    text-indent: 0px;
}
.it-icon a {
    background-image: url("../img/users-cog-solid.svg");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: 0px 0px;
    text-indent: 0px;
}

.bu-icon, .bu-icon a { border-radius: 10px 10px 0px 0px; color: white; }
.uu-icon, .uu-icon a { border-radius: 0px 0px 0px 0px; color: white; }
.it-icon, .it-icon a { border-radius: 0px 0px 10px 10px; color: white; }

.menu-phone {
    display: inline-block;
    position: relative;
    min-width: 260px;
    height: 85px;
    /*float: right;
    right: 10%;
    background-color: #DF085F*/
}
.cp-phone { padding: 7px 0 0 0px; font-size: 24px; font-weight: 700; color: #3d3d3d; line-height: 0; text-align: right; }
.cp-phone::before {
    content: " ";
    background: url("../img/phone-solid.svg") no-repeat;
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    left: 0px;
    top: 20px;
}
@keyframes cpPhoneAnimate {
    0% { transform: rotateZ(-10deg); }
	25% { transform: rotateZ(0deg); }
    50% { transform: rotateZ(10deg); }
    75% { transform: rotateZ(0deg); }
    100% { transform: rotateZ(-10deg); }
}
.cp-phone.before::before {
    animation: cpPhoneAnimate .1s infinite linear;
}
.cp-call { font-size: 18px; font-weight: 300; color: #dc911b; padding-left: 100px; line-height: 0; text-align: right }
/*
.header-box {
    display: block;
    position: relative;
    text-align: center;
    padding: 300px 0px;
    width: 100%;
    max-height: 1042px;
    background-image: url("../img/cp_slider_1.png");
    background-position: 50% 50%!important;
    background-repeat: no-repeat;
    background-attachment: inherit;
    background-size: cover;
}
*/

.full-screen {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.services-box, .services-box-2, .reviews-box, .about-box, .online-form-box {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: flex-start;
}
.services-box {
    max-height: 100%;
	padding-top: 50px;
}
.services-box-2 {
    max-height: 100%;
	padding: 0px;
}

.bu, .bu2, .it {
    background-image: url();
    background-color: #2d2d2d;
    background-position: 50% 0%!important;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: contain;
}
.uu {
    background-image: url("../img/cp-uu-bg.png");
    background-color: #3d3d3d;
    background-position: 50% 100%!important;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: contain;
}

.reviews-box {
    max-height: 100%;
    background-image: url("../img/cp_slider_5.png");
    background-position: 50% 0%!important;
    background-repeat: no-repeat;
    background-attachment: inherit;
    background-size: cover;
}

.about-box {
	max-height: 100%;
    background-image: url("../img/new_rules.jpg");
    background-position: 50% 50%!important;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
	padding: 50px 25px 100px;
}

.online-form-box {
    align-content: center;
    padding: 50px 0px;
    min-height: 200px;
    max-height: 100%;
    background-color: #2d2d2d;
	background-image: url();
    background-position: 50% 0%!important;
    background-repeat: no-repeat;
    background-attachment: inherit;
    background-size: cover;
    /*background: #E9171A;*/
}

.services-box .h1-box, .about-box .h1-box, .reviews-box .h1-box {
    display: flex;
	justify-content: center;
    padding: 25px;
    margin: 0px;
    height: 100%;
    text-transform: uppercase;
}

.services-box, .services-box-2, .h3-box, .about-box .h3-box, .reviews-box .h3-box {
    display: flex;
    height: 100%;
}

.services-box h1, .services-box-2 h1, .services-box h3, .services-box-2 h3, .reviews-box h1, .reviews-box h3 { color: white; }
.about-box h1, .about-box h3 { color: #3d3d3d; }
.services-box h2, .about-box h2, .reviews-box h2 { color: #3d3d3d; }

.services-box h1, .services-box-2 h1, .about-box h1, .reviews-box h1 {
    font-size: 48px;
    font-weight: 300;
    text-align: center;
    
}

.services-box h2, .services-box-2 h2, .about-box h2, .reviews-box h2 {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    padding: 0;
    margin-bottom: 25px;
    
}

.services-box p, .services-box-2 p, .about-box p, .reviews-box p {
    color: #dc911b;
}

.services-box h3, .services-box-2 h3, .about-box h3, .reviews-box h3 {
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    padding: 0 30px;
    white-space: pre-line;
}

.services-box h1::after, .services-box-2 h1::after, .about-box h1::after, .reviews-box h1::after {
    width: 50%;
    height: 25px;
    content: "";
    background: url("../img/cp_box_separator_3px.png") repeat-x bottom;
    display: block;
    margin-bottom: -15px;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
}

.bu-div-circle-wrap {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.bu-circle-out {
    display: block;
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 8px #dc911b solid;
    top: -185px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: white;
}

.bu-circle-out:hover {
    border: 8px #3d3d3d solid;
    cursor: pointer;
    -webkit-transition: border .7s ease;
    -moz-transition: border .7s ease;
    -o-transition: border .7s ease;
    transition: border .7s ease;
}

.bu-circle-out:not(:hover) {
    border: 8px #dc911b solid;
    cursor: pointer;
    -weblit-transition: border .7s ease;
    -moz-transition: border .7s ease;
    -o-transition: border .7s ease;
    transition: border .7s ease;
}

.bu-circle-in, .uu-circle-in, .reviews-circle-in {
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #3d3d3d;
    
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 85px 85px;
}

.reviews-circle-in {
    background-color: white;
}

#bu-circle-in-1 { background-image: url("../img_karkas/index.jpg"); background-size: 120%; }
#bu-circle-in-2 { background-image: url("../img_garag/index.jpg"); background-size: 120%; }
#bu-circle-in-3 { background-image: url("../img_besedki/index.jpg"); background-size: 120%; }
#bu-circle-in-4 { background-image: url("../img_bani/index.jpg"); background-size: 120%; }
#bu-circle-in-5 { background-image: url("../img_bytovki/index.jpg"); background-size: 120%; }
#bu-circle-in-6 { background-image: url("../img_naves/index.jpg"); background-size: 120%; }
#bu-circle-in-7 { background-image: url("../img_zabor/index.jpg"); background-size: 120%; }
#bu-circle-in-8 { background-image: url("../img_karkas/ind.jpg"); background-size: 120%; }
/*
#uu-circle-in-1 { background-image: url("../img/clipboard-list-check.svg"); }
#uu-circle-in-2 { background-image: url("../img/balance-scale-solid.svg"); }
#uu-circle-in-3 { background-image: url("../img/clipboard-check-solid.svg"); }
#uu-circle-in-4 { background-image: url("../img/shtamp_consaltplus.svg"); background-size: 130px 130px; }

#it-circle-in-1 { background-image: url("../img/computer-white.svg"); }
#it-circle-in-2 { background-image: url("../img/users-cog-solid.svg"); }
#it-circle-in-3 { background-image: url("../img/hdd-white.svg"); }
#it-circle-in-4 { background-image: url("../img/display-code-white.svg"); }

#reviews-circle-in-1 { background-image: url("../img/goscom-logo.svg"); background-size: 55%; }
#reviews-circle-in-2 { background-image: url("../img/svg-soundvision.svg"); background-size: 90%; }
#reviews-circle-in-3 { background-image: url("../img/ast.png"); background-size: 100%; }
#reviews-circle-in-4 { background-image: url("../img/user-tie-solid.svg"); background-size: 70%; }
#reviews-circle-in-5 { background-image: url("../img/user-tie-solid.svg"); background-size: 70%; }
#reviews-circle-in-6 { background-image: url("../img/logo3_light.png"); background-size: 70%; }
#reviews-circle-in-7 { background-image: url("../img/users-cog-solid-blue.svg"); background-size: 80%; }
#reviews-circle-in-8 { background-image: url("../img/header_GAL.png"); background-size: 90%; background-position: center 70% }
*/
.bu-box, .uu-box, .rev-box {
    display: flex;
    align-self: baseline;
    align-items: baseline;
    padding: 100px 25px 0;
    margin: 10px 10px;
    width: 300px;
    min-height: 250px;
    max-height: 100%;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    color: #3d3d3d;
    background-color: white;
    background-image: url();
    background-position: left top!important;
    background-repeat: repeat;
    background-attachment: scroll;
    background-size: auto;
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 8px rgba(0,0,0,0.30); /* Safari, Chrome */
    -moz-box-shadow: 0px 5px 8px rgba(0,0,0,0.30); /* Firefox */
    -o-box-shadow: 0px 5px 8px rgba(0,0,0,0.30); /* Opera 11.10+ */
    -ms-box-shadow: 0px 5px 8px rgba(0,0,0,0.30); /* IE10 */
    box-shadow: 0px 5px 8px rgba(0,0,0,0.30); /* CSS3 */
}

.rev-box {
    width: 40%;
    min-height: 100px;
    max-height: 100%;
    padding: 100px 80px 25px;
    
}

.rev-box h2 {
    line-height: normal!important;
    margin-top: 10px;
}

.rev-box h2::before {
    position: absolute;
    width: 22px;
    height: 22px;
    margin: 5px 0 0 -30px;
    content: "";
    background-image: url("../img/briefcase-solid-color.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /*background-color: greenyellow;*/
}

.rev-box h2::after {
    width: 100%;
    height: 2px;
    content: "";
    background-color: #DCDCDC;
    display: block;
    margin-top: 15px;
    margin-bottom: -10px;
}

.rev-box p:first-of-type {
    font-size: 14px;
    color: #C0C0C0;
    line-height: 1;
}
.rev-box p:last-child {
    font-size: 14px;
    color: #C0C0C0;
}

.bu-box ul, .uu-box ul, .rev-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bu-box li, .uu-box li, .rev-box li {
    color: #3d3d3d;
}

.ca-container {
    display: flex;
    justify-content: space-around;
    flex-flow: row wrap;
    align-items: stretch;
    align-content: stretch;
    width: 100%;
    /*background: #DF181B;*/
}

.ca-box {
    text-align: center;
    padding: 0px 0px;
    width: 200px;
    height: 200px;
    font-size: 22px;
    font-weight: 300;
    color: #3d3d3d;
    /*background-color: #C7A951;*/
    
}
.ca-box h1 span:nth-child(1) { color: #3d3d3d; }
.ca-box h1 span:nth-child(2) { color: #dc911b; }
.ca-box h1 { font-size: 350%; font-weight: 700; text-align: center; margin-bottom: 15px; display: flex; justify-content: center; flex-flow: row wrap}
.ca-box h1::after {
    width: 90%;
    height: 3px;
    content: "";
    background: url("../img/cp_box_separator_3px.png") repeat-x bottom;
    margin-bottom: -30px;
    -webkit-transform: translateX(-1%);
    -moz-transform: translateX(-1%);
    -o-transform: translateX(-1%);
    transform: translateX(-1%);
    /*background-color: #62FD02*/
}
.spincrement { color: #3d3d3d }

.ofb-box {
    display: flex;
    flex-flow: row wrap;
    width: 80%;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 300;
    color: white;
    /*background: #FF3700;*/
}

.ofb-txt-t {
    display: flex;
    flex-basis: 100%;
    align-items: center;
    flex-flow: row wrap;
    white-space: pre-wrap;
    padding: 20px;
    padding-left: 4%;
    min-height: 30px;
    max-height: 200px;
    /*background: #FF005F;*/
}

.ofb-form {
    align-content: center;
    width: 100%;
    height: 100%;
    /*background: #0044FF;*/
}

.ofb-box ul {
    display: flex;
    align-items: stretch;
    width: 100%;
    height: 100%;
    list-style: none;
    /*background-color: #CDAE2A;*/
}

.ofb-box ul, .ofb-box ul li {
    padding: 0;
    margin: 0;
}

.ofb-box ul li {
    display: flex;
    justify-content: space-around;
    width: 100%;
    /*background: #FF6700;*/
}

.ofb-form input {
    width: 75%;
    height: 60px;
    font-size: 18px;
    color: #3d3d3d;
    border: 2px #414981 solid;
    border-radius: 10px;
	background-color: white;
	/*border-bottom: 1px solid #757575;*/
}

.ofb-form input::-webkit-input-placeholder { opacity: 0.5; }
.ofb-form input::-moz-input-placeholder { opacity: 0.5; }
.ofb-form input:-moz-input-placeholder { opacity: 0.5; }
.ofb-form input:-ms-input-placeholder { opacity: 0.5; }
.ofb-form input::-ms-input-placeholder { opacity: 0.5; }
.ofb-form input::placeholder { opacity: 0.5; }
.ofb-form input[type="text"]:focus, 
.ofb-form input[type="tel"]:focus,
.ofb-form input[type="submit"]:focus { outline: none; }
.ofb-form input[type="text"], 
.ofb-form input[type="tel"] {
    padding: 0px 40px 0px 20px;
    background-position: 95% 50%;
    background-repeat: no-repeat;
    background-size: 25px 25px;
}

.ofb-form input {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ofb-form input[type="text"]:required:valid { background-image: url("../img/user-tie-solid-2.svg"); box-shadow: 0 0 5px #dc911b; }
.ofb-form input[type="tel"]:required:valid { background-image: url("../img/phone-solid-2.svg"); box-shadow: 0 0 5px #dc911b; }

.ofb-form input[type="text"] { background-image: url("../img/user-tie-solid.svg"); }
.ofb-form input[type="tel"] { background-image: url("../img/phone-solid.svg"); }

.ofb-form input[type="submit"] {
    background: #dc911b;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(#f6a21e,0),color-stop(#dc911b,1));
    background: -webkit-linear-gradient(top, #f6a21e 0%, #dc911b 100%);
    background: -moz-linear-gradient(top, #f6a21e 0%, #dc911b 100%);
    background: -o-linear-gradient(top, #f6a21e 0%, #dc911b 100%);
    background: linear-gradient(top, #f6a21e 0%, #dc911b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6a21e', endColorstr='#dc911b',GradientType=0 );
    display: block;
    text-align: center;
    color: white;
    position: relative;
    border: 1px solid #ba7b17;
    -webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 0px rgba(68,77,134,1.0);
    -moz-box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 0px rgba(68,77,134,1.0);
    box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 0px rgba(68,77,134,1.0);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;

}
.ofb-form input[type="submit"]:hover {
    -webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
    opacity: 1;
    cursor: pointer;
}
.ofb-form input[type="submit"]:active {
    position: relative;
    top: 1px;
    background: #ba7b17;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.4) inset;
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.4) inset;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.4) inset;
    border-color: #ba7b17;
}

.ofb-txt-b {
    display: flex;
    flex-basis: 100%;
    align-items: center;
    flex-flow: row wrap;
    padding: 20px;
    padding-left: 4%;
    min-height: 30px;
    max-height: 200px;
    /*background: #FFDD00;*/
}

.addr::before {
    display: block;
    position: absolute;
    margin: 0 auto;
    width: 85%;
    height: 60px;
    content: "";
    background: url("../img/cp_spring.png") repeat-x 50% 50%;
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 999;
}

.addr {
    display: block;
    position: absolute;
    z-index: 1;
    margin: 0 auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 75%;
    min-height: 150px;
    max-height: 500px;
    /*background-image: url("../img/cp_bg_causes.png");
    background-position: left top!important;
    background-repeat: repeat;
    background-attachment: scroll;
    background-size: auto;*/
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: rgba(255,255,255,0.90);
    -webkit-box-shadow: 0px 5px 8px rgba(0,0,0,0.30); /* Safari, Chrome */
    -moz-box-shadow: 0px 5px 8px rgba(0,0,0,0.30); /* Firefox */
    -o-box-shadow: 0px 5px 8px rgba(0,0,0,0.30); /* Opera 11.10+ */
    -ms-box-shadow: 0px 5px 8px rgba(0,0,0,0.30); /* IE10 */
    box-shadow: 0px 5px 8px rgba(0,0,0,0.30); /* CSS3 */
}
.addr-rectangle {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    align-content: stretch;
    align-items: center;
    width: 100%;
}
.addr-box {
    display: flex;
    padding: 20px 20px 20px 70px;
    margin: 40px 30px 30px 30px;
    color: #3d3d3d;
    vertical-align: bottom;
    font-size: 18px;
    font-weight: 300; 
    /*background: #CDCACA;*/
}

.addr-box:nth-child(1), .addr-box:nth-child(2), .addr-box:nth-child(3) {
    background-position: 0% 50%;
    background-repeat: no-repeat;
    background-size: 45px 45px;
}
.addr-box:nth-child(1) {
    background-image: url("../img/map-marker-alt-solid.svg");
}
.addr-box:nth-child(2) {
    background-image: url("../img/envelope-solid.svg");
}
.addr-box:nth-child(3) {
    background-image: url("../img/phone-solid.svg");
}

.map-box { display: block; position: relative; }

.ya-map {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

.info-box {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-content: center;
    align-self: baseline;
    width: 100%;
    min-height: 300px;
    height: 100%;
    border-top: 2px #3c4477 solid;
    border-bottom: 2px #3c4477 solid;
    background-color: #2d2d2d;
}

.info-box a {
    color: white;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
.info-box a:hover { color: #dc911b; }

.box {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    padding-top: 70px;
    margin: 50px;
    height: 35%;
    color: white;
    text-align: center;
    vertical-align: text-top;
    font-size: 16px;
    font-weight: 300;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 45px 45px;
    /*background-color: #596FB4;*/
}

.box.n1, .box.n2, .box.n3 {
    -webkit-animation: info-box-bg-anim .5s ease-out;
    -moz-animation: info-box-bg-anim .5s ease-out;
    -o-animation: info-box-bg-anim .5s ease-out;
    animation: info-box-bg-anim .5s ease-out;
}

.box.n1 {
    background-image: url("../img/briefcase-solid.svg");
}
.box.n2 {
    background-image: url("../img/info-square.svg");
}
.box.n3 {
    background-image: url("../img/sign-in-alt-solid.svg");
}

.separ-bottom {
    display: flex;
    align-self: center;
    width: 0px;
    height: 170px;
    border-left: 2px #282828 solid;
    border-right: 2px #3d3d3d solid;
}

.footer-box {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-content: center;
    align-items: center;
    width: 100%;
    min-height: 200px;
    height: 100%;
    border-top: 2px #b7bcdd solid;
    background-image: url();
    background-position: left top!important;
    background-repeat: repeat;
    background-attachment:fixed;
    background-size: auto;
    font-size: 16px;
    font-weight: 300;
    color: #dc911b;
}

.logo-fo {
    padding: 20px 20px 20px 70px;
    margin: 10px;
    width: 310px;
    height: 50px;
    text-align: left;
    background-image: url("../img/inhome_logo2-02.svg");
    background-position: 0% 50%;
    background-size: 65px 65px;
    background-repeat: no-repeat;
    /*background-color: #BCCF32;*/
}

.social-fo {
    text-align: right;
    /*background-color: #BCCF32;*/
}

.fo-col-social {
    display: block;
    position: relative;
    /*background: #8018AD;*/
}

social ul {
    width: auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-content: stretch;
    align-items: center;
    list-style: none;
    /*background-color: #CDAE2A;*/
}

social ul li {
	min-width: auto;
    height: 40px;
	padding: 13px 40px 0px;
    background-color: white;
    background-position: 0% 50%;
    background-size: 40px 40px;
    background-repeat: no-repeat;
	/*background-color: yellow;*/
}

social ul li:hover {
    cursor: pointer;
    /*background: #D12326;*/
}

social ul li {
    -webkit-transition: background-image 0.5s ease;
    -moz-transition: background-image 0.5s ease;
    -o-transition: background-image 0.5s ease;
    transition: background-image 0.5s ease;
}

social ul li.i { background-image: url("../img/instagram-logo.svg"); }
social ul li.v { background-image: url("../img/vk-brands.svg"); }
social ul li.m { background-image: url("../img/max-icon.svg"); }
social ul li.t { background-image: url("../img/twitter-square-brands.svg"); }

social ul li.i:hover { background-image: url("../img/instagram-logo-color.svg"); }
social ul li.v:hover { background-image: url("../img/vk-brands-color.svg"); }
social ul li.m:hover { background-image: url("../img/max-icon-color.svg"); }
social ul li.t:hover { background-image: url("../img/twitter-square-brands-color.svg"); }

input[type=radio], input[type=checkbox] {
    position: relative;
    height: 16px;
    width: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}
input[type="radio"]::before, input[type=checkbox]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: #2b3054;
  border: 2px solid #404983;
}
input[type="radio"]:checked::after, input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #dc911b;
  transform: translate(-50%, -50%);
  visibility: visible;
}
/*
input[type=range] {
  width: 100%;
  margin-bottom: 3px;
  background-color: transparent;
  -webkit-appearance: none;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  background: #2b3054;
  border: 1px solid #3e4782;
  border-radius: 10px;
  width: 100%;
  height: 14px;
  cursor: pointer;
}
input[type=range]::-webkit-slider-thumb {
  margin-top: -4.9px;
  width: 22px;
  height: 22px;
  background: #ffffff;
  border: 1px solid #3e4782;
  border-radius: 10px;
  cursor: pointer;
  -webkit-appearance: none;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #2b3054;
}
input[type=range]::-moz-range-track {
  background: #2b3054;
  border: 1px solid #3e4782;
  border-radius: 10px;
  width: 100%;
  height: 14px;
  cursor: pointer;
}
input[type=range]::-moz-range-thumb {
  width: 22px;
  height: 22px;
  background: #ffffff;
  border: 1px solid #3e4782;
  border-radius: 10px;
  cursor: pointer;
}
input[type=range]::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3.9px 0;
  color: transparent;
  width: 100%;
  height: 14px;
  cursor: pointer;
}
input[type=range]::-ms-fill-lower {
  background: #2b3054;
  border: 1px solid #3e4782;
  border-radius: 20px;
}
input[type=range]::-ms-fill-upper {
  background: #2b3054;
  border: 1px solid #3e4782;
  border-radius: 20px;
}
input[type=range]::-ms-thumb {
  width: 22px;
  height: 22px;
  background: #ffffff;
  border: 1px solid #3e4782;
  border-radius: 10px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
/*}
input[type=range]:focus::-ms-fill-lower {
  background: #2b3054;
}
input[type=range]:focus::-ms-fill-upper {
  background: #2b3054;
}
/*TODO: Use one of the selectors from https://stackoverflow.com/a/20541859/7077589 and figure out
how to remove the virtical space around the range input in IE*/
/*@supports (-ms-ime-align:auto) {*/
  /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
 /* input[type=range] {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  /*}
}
*/
.irs-hidden-input {
    position: absolute !important;
    display: none!important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}

/* Round */

.irs--round .irs-handle {
    top: 29px;
    width: 18px;
    height: 18px;
    border: 1px solid #3e4782;
    background-color: white;
    border-radius: 24px;
    box-shadow: 0 1px 3px rgba(0,0,255,0.3);
}
.irs--round .irs-line {
    top: 31px;
    left: -2px;
    height: 10px;
    background-color: #2b3054;
    border: 2px solid #3e4782;
    border-radius: 10px;
}
.irs--round .irs-bar.irs-bar--single {
    top: 33px;
    height: 10px;
    background-color: #dc911b;
}
.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
    font-size: 10px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 5px;
    background-color: #dc911b;
    color: white;
    border-radius: 4px;
}
.irs--round .irs-min, .irs--round .irs-max {
    display: none;
    color: #2b3054;
    font-size: 10px;
    line-height: 1;
    top: 0;
    padding: 3px 5px;
    background-color: rgba(0,0,0,0.1);
    border-radius: 4px;
}
.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #dc911b;
}
.irs--round .irs-grid-pol {
    position: absolute;
    top: 5px;
    left: 0;
    width: 1px;
    height: 4px;
    background-color: #ffffff;
}
.irs--round .irs-grid-pol.small {
    height: 2px;
}
.irs--round .irs-grid-text {
    top: 10px;
    color: #ffffff;
    font-size: 8px;
}

.col1, .col2, .col3, .col4, .col5 {
    width: 100%;
    height: 60px;
    margin: 0 25px;
    padding: 12px;
    border-top: 2px #4b5493 solid;
    border-bottom: 2px #3f477c solid;
    font-size: 14px;
    color: white;
    /*background-color: burlywood;*/
}
.col1 {
    padding: 40px 0 0 150px;
    border-top: none;
    background-image: url("../img/cp_money_big_white_icon.png");
    background-repeat: no-repeat;
    background-position: 40px 0px;
    background-size: 18%;
    text-transform: uppercase;
    /*background-color: antiquewhite;*/
}
.col1 strong { font-size: 17px; font-weight: 700; color: #dc911b; }
.col2, .col4 {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    height: 100px;
    padding-bottom: 55px;
}
.col3 {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    height: 115px;
    font-size: 12px;
    text-align: center;
    color: #dc911b;
}
.col3 span {
    font-size: 16px;
    color: white;
}
.col4 { height: 55px; }
.col2 > div:first-child { text-transform: uppercase; }
.col4 > div:first-child { text-transform: uppercase; }
.col5 {
    border-bottom: none;
}
.col5div {
    display: flex;
    justify-content: space-between;
    padding: 8px 12px 8px 55px;
    max-width: 100%;
    height: 35px;
    border-radius: 10px;
    font-size: 12px;
    color: white;
    /*background-color: #2b3054;*/
    background-image: url("../img/cp_money_big_white_icon.png");
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 8%;
}
.col5Txt {
    font-size: 12px;
}
.col5Tot {
    font-size: 24px;
    font-weight: bold;
    color: #dc911b;
}
.cpd, .cs {
    width: 180px;
    line-height: 0.7;
}
.cpd-icon {
    display: block;
    position: absolute;
    width: 33px;
    height: 22px;
    margin: -5px 0 0 10px;
    background-image: url("../img/doc-case-icon-color.svg");
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: contain;
}
.cs-icon {
    display: block;
    position: absolute;
    width: 33px;
    height: 15px;
    margin: -2px 0 0 33px;
    background-image: url("../img/user-tie-solid-2.svg");
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: contain;
}
.sn {
    width: 150px;
    height: 80px;
    font-size: 12px;
    color: #dc911b; 
    text-align: center;
    /*background-color: burlywood;*/
}
.sn strong {
    font-size: 16px;
    color: white;
}
.modal-div, .calc-div {
    display: none;
    position: fixed;
    overflow: visible;
    left: 50%;
    top: 50%;
    width: 720px;
    height: 375px;
    border: 1px #3c4477 solid;
    border-radius: 10px;
    background-color: #3d3d3d;
    background-image: url();
    background-position: left top!important;
    background-repeat: repeat;
    background-attachment: scroll;
    background-size: contain;
    background-size: 35%;
    -weblit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-box-shadow: 0px 5px 8px rgba(0,0,0,0.30); /* Safari, Chrome */
    -moz-box-shadow: 0px 5px 8px rgba(0,0,0,0.30); /* Firefox */
    -o-box-shadow: 0px 5px 8px rgba(0,0,0,0.30); /* Opera 11.10+ */
    -ms-box-shadow: 0px 5px 8px rgba(0,0,0,0.30); /* IE10 */
    box-shadow: 0px 5px 8px rgba(0,0,0,0.30); /* CSS3 */ 
    z-index: 10000;
}
.calc-div {
    display: none;
    padding-top: 45px;
    width: 550px;
    height: 625px;
    top: 58%;
}
.modal-div::before {
    display: block;
    position: absolute;
    content: "";
    width: 85%;
    height: 85%;
    top: 4%;
    left: -43%;
    background-image: url("../img/buhgalter-left.png");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
.calc-div::before {
    display: block;
    position: absolute;
    content: "";
    width: 65%;
    height: 45%;
    top: -30.3%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url("../img/buhgalter-top2.png");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}
.modal-div button[type="button"], 
.calc-div button[type="button"] {
    background: url("../img/cp-close-but-orange.png") no-repeat 50% 50%;
    background-size: cover;
    display: block;
    position: absolute;
    top: -25px;
    right: -25px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    z-index: 10001;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.modal-div button[type="button"], 
.modal-div button[type="button"]:active, 
.modal-div button[type="button"]:focus, 
.calc-div button[type="button"], 
.calc-div button[type="button"]:active, 
.calc-div button[type="button"]:focus { 
    outline: none!important; 
    border: none!important;
    z-index: 10003;
}
.modal-div button[type="button"]:hover, 
.calc-div button[type="button"]:hover {
    background: url("../img/cp-close-but-red.png") no-repeat 50% 50%;
    background-size: cover;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    cursor: pointer;
}
.modal-div .times, 
.calc-div .times { color: #38406f; }

.calc-wrapp {
    display: flex;
    flex-flow: row wrap;
}
.modal-wrapp {
    display: flex;
    flex-flow: row nowrap;
    height: 80%;
}
.msg-send, .msg-not-send {
    width: 100%;
    height: 100%;
    padding: 30px 50px 50px;
    font-size: 16px;
    font-weight: 300;
    color: white;
    text-align: center;
    line-height: 2;
}
.msg-send::before {
    display: block;
    position: relative;
    width: 110px;
    height: 110px;
    margin-bottom: 15px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: '';
    background-image: url("../img/svg-check-orange.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
.msg-not-send::before {
    display: block;
    position: relative;
    width: 110px;
    height: 110px;
    margin-bottom: 15px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: '';
    background-image: url("../img/user-tie-solid.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
.msg-thx {
    font-size: 28px;
    font-weight: 700;
    color: #dc911b;
}
.msg-success {
    font-size: 18px;
    font-weight: 300;
    color: white;
}
.msg-preloader {
    display: block;
    position: relative;
    width: 100%;
    height: 85px;
    text-align: center;
    margin: 0 auto;
    background-image: url("../img/pre-loader.gif");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
.modal-form {
    padding: 35px 0 35px 35px;
    width: 55%;
    max-height: 100%;
    font-size: 16px;
    color: white;
    text-align: center;
    z-index: 10002;
}
.modal-form ul, .modal-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.modal-form li {
    margin: 20px;
    padding: 0;
}
.modal-form input[type="text"], 
.modal-form input[type="tel"] { width: 80%; height: 50px; }
.modal-form input[type="submit"] { width: 90%; height: 55px; margin-left: 5%; }

.modal-info {
    padding: 55px 55px 55px 0;
    width: 40%;
    max-height: 100%;
    text-align: right;
    font-size: 14px;
    color: white;
    z-index: 10002;
}
.modal-info h1 { font-size: 22px; line-height: 1; }
.modal-info .modal-right-col-top {
    
}
.modal-info .modal-right-col-middle h1::before {
    display: block;
    position: absolute;
    top: 127px;
    right: 243px;
    content: "";
    width: 30px;
    height: 30px;
    background: url("../img/phone-solid-white.svg") no-repeat 0 0;
    background-size: 30px 30px;
}
.modal-info .modal-right-col-bottom span { color: #dc911b; }
.modal-info .modal-right-col-bottom h1::before {
    display: block;
    position: absolute;
    top: 210px;
    right: 260px;
    content: "";
    width: 30px;
    height: 30px;
    background: url("../img/business-time-solid.svg") no-repeat 0 0;
    background-size: 30px 30px;
}

.modal-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: black;
    opacity: 0.5;
    z-index: 9999;
}
.blur {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

#angle-up-id, #call-id {
    visibility: hidden;
    position: fixed;
    opacity: 0;
    bottom: 50px;
    right: 50px;
    width: 65px;
    height: 65px;
    border: 3px white solid;
    border-radius: 50%;
    background-color: #dc911b;
    background-image: url("../img/angle-up-solid.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 50%;
    -webkit-box-shadow: 0px 5px 8px rgba(0,0,0,0.30); /* Safari, Chrome */
    -moz-box-shadow: 0px 5px 8px rgba(0,0,0,0.30); /* Firefox */
    -o-box-shadow: 0px 5px 8px rgba(0,0,0,0.30); /* Opera 11.10+ */
    -ms-box-shadow: 0px 5px 8px rgba(0,0,0,0.30); /* IE10 */
    box-shadow: 0px 5px 8px rgba(0,0,0,0.30); /* CSS3 */
    -webkit-transition: opacity 0.3s, visibility 0s linear 0.3s;
    -moz-transition: opacity 0.3s, visibility 0s linear 0.3s;
    -o-transition: opacity 0.3s, visibility 0s linear 0.3s;
    -ms-transition: opacity 0.3s, visibility 0s linear 0.3s;
    transition: opacity 0.3s, visibility 0s linear 0.3s;
    z-index: 9998;
}
#angle-up-id.angle-up-block, #call-id.call-id-block {
    visibility: visible;
    position: fixed;
    opacity: 1;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
}

#callBtn {
    display: block;
    width: 100%;
    height: 100%;
}

#call-id .item {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
#call-id .item:before,
#call-id .item:after {
    border: 1px solid #dc911b;
    content: "";
    width: 100%;
    display: block;
    position: absolute;
    height: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 100%;
    transform-origin: center center;
    opacity: 0;
    box-sizing: border-box;
}
#call-id .item:before {
    animation: 1s 0.1s pulse-two infinite linear;
    animation-delay: .5s;
}
#call-id .item::after {
    animation: 1s pulse-one infinite linear;
    animation-delay: .5s;
}

#call-id {
    display: block;
    left: 50px;
    background-color: #3d3d3d;
    background-image: url("../img/phone-solid-white.svg");
    background-size: 70%;
    cursor: pointer;
}

#call-id.call-open {
    overflow: visible!important;
    display: none;
    text-align: center;
    padding: 60px 10px 10px;
    position: fixed;
    width: 250px;
    height: 190px;
    left: 50px;
    bottom: 50px;
    border: 0px #cdcdcd solid;
    border-radius: 10px;
    background-color: white;
    background-image: url("");
    z-index: 9998;
    cursor: default;
}

#call-id.call-open::before {
    display: block;
    position: absolute;
    content: "";
    width: 90%;
    height: 80%;
    top: -55.5%;
    left: 0;
    /*background-color: #D77374;*/
    background-image: url("../img/buhgalter-top.png");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
}
.call-id-box {
    display: none;
}
#call-id.call-open ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.call-spec h2 {
    margin: 0;
    padding: 0;
    line-height: 0;
}
.call-spec, .call-mes {
    display: block;
    position: relative;
    width: 100%;
    padding: 10px 0;
}
.call-mes {
    height: 100%;
}
.call-mes ul {
    width: 100%;
}
.call-mes ul li {
    display: inline-block;
}

.whatsapp-call {
        display: block;
        margin: 5px;
        width: 40px;
        height: 40px;
        background-image: url("../img/svg-whatsapp.svg");
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: contain;
    }

.telegram-call {
        display: block;
        margin: 5px;
        width: 40px;
        height: 40px;
        background-image: url("../img/svg-telegram.svg");
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: contain;
    }

.max-call {
        display: block;
        margin: 5px;
        width: 40px;
        height: 40px;
        background-image: url("../img/max-icon.svg");
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: contain;
    }

#call-close {
    background-image: url("../img/svg-close-button.svg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 110%;
    display: block;
    position: absolute;
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 9998;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
#call-close, 
#call-close:active, 
#call-close:focus { 
    outline: none!important; 
    border: none!important;
    z-index: 9998;
}
#call-close:hover {
    background-image: url("../img/svg-close-button-2.svg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 110%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    cursor: pointer;
}
#call-close .times { color: #38406f; }
/*
.carousel::after, .services-box::after, .about-box::after, .reviews-box::after, .map-box::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 60px;
    content: "";
    background: url("../img/cp_spring.png") repeat-x 50% 50%;
    bottom: -30px;
    z-index: 999;
}
*/
a.a-btn-3 {
    color: white;
    text-decoration: none;
    vertical-align: bottom
}
a.a-btn-3 {
    background: #dc911b;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(#f6a21e,0),color-stop(#dc911b,1));
    background: -webkit-linear-gradient(top, #f6a21e 0%, #dc911b 100%);
    background: -moz-linear-gradient(top, #f6a21e 0%, #dc911b 100%);
    background: -o-linear-gradient(top, #f6a21e 0%, #dc911b 100%);
    background: linear-gradient(top, #f6a21e 0%, #dc911b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6a21e', endColorstr='#dc911b',GradientType=0 );
    padding-left: 20px;
    padding-right: 50px;
    height: 38px;
    display: block;
    margin: 20px auto;
    text-align: center;
    width: 68px;
    position: relative;
    border: 1px solid #ba7b17;
    -webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 0px rgba(68,77,134,1.0);
    -moz-box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 0px rgba(68,77,134,1.0);
    box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 0px rgba(68,77,134,1.0);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.a-btn-3-text {
    padding-top: 7px;
    display: block;
    width: 0px;
    font-size: 16px;
    white-space: nowrap;
    text-shadow: 0px 1px 1px rgba(255,255,255,0.3);
    color: white;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.a-btn-3-slide-text {
    position: absolute;
    height: 100%;
    top: 0px;
    right: 32px;
    width: 0px;
    background: #3d3d3d;
    text-shadow: 0px -1px 1px #363f49;
    color: white;
    font-size: 12px;
    white-space: nowrap;
    text-align: left;
    text-indent: 10px;
    overflow: hidden;
    line-height: 38px;
    -webkit-box-shadow: -1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;
    -moz-box-shadow: -1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;
    box-shadow: -1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;
    -webkit-transition: width 0.3s linear;
    -moz-transition: width 0.3s linear;
    -o-transition: width 0.3s linear;
    transition: width 0.3s linear;
}
.a-btn-3-icon-right {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 32px;
    border-left: 1px solid #ba7b17;
    -webkit-box-shadow: 1px 0px 1px rgba(255,255,255,0.4) inset;
    -moz-box-shadow: 1px 0px 1px rgba(255,255,255,0.4) inset;
    box-shadow: 1px 0px 1px rgba(255,255,255,0.4) inset;
}
.a-btn-3-icon-right span {
    width: 32px;
    height: 32px;
    opacity: 0.7;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0px 0px -20px;
    background: transparent url("../img/thumbs-up-regular.svg") no-repeat 10px 10px;
    background-size: 20px 20px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.a-btn-3:hover {
    padding-right: 132px;
    -webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
}
.a-btn-3:hover .a-btn-3-text{
    text-shadow: 0px 1px 1px #ba7b17;
    color: white;
}
.a-btn-3:hover .a-btn-3-slide-text {
    width: 70%;
}
.a-btn-3:hover .a-btn-3-icon-right span {
    opacity: 1;
}
.a-btn-3:active {
    position: relative;
    top: 1px;
    background: #ba7b17;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.4) inset;
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.4) inset;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.4) inset;
    border-color: #ba7b17;
}