/* 1024 в landscape */
@media screen and (min-width: 1024px) and (max-width: 1600px) and (orientation: landscape) {
    .fonts { font-family: "Open Sans", sans-serif; font-style: normal; }
    .fonts.four-pt { font-size: calc( (100vw - 1024px)/(2715 - 1024) * (24 - 16) + 14px); font-weight: 300; }
    .fonts.six-pt { font-size: calc( (100vw - 1024px)/(2715 - 1024) * (24 - 16) + 16px); font-weight: 300; }
    .fonts.nine-pt { font-size: calc( (100vw - 1024px)/(2715 - 1024) * (24 - 16) + 18px); font-weight: 300; }
    .fonts.twelve-pt { font-size: calc( (100vw - 1024px)/(2715 - 1024) * (24 - 16) + 28px); font-weight: 300; }
    .fonts.fourteen-pt { font-size: calc( (100vw - 1024px)/(2715 - 1024) * (24 - 16) + 34px); font-weight: 300; }
    .fonts.sixteen-pt { font-size: calc( (100vw - 1024px)/(2715 - 1024) * (24 - 16) + 38px); font-weight: 300; }
    h5 {
        margin-top: 2.5px;
        margin-bottom: -16px;
        font-size: 14px;
        font-weight: 400;
        color: #444d86;

    }
    .menu-wrapper, .menu-scroll {
        height: 85px;
    }
    .menu { padding: 17px 0px 0px; }
    .menu-logo {
		display: inline-block;
		position: relative;
		margin: -10px auto;
		padding-left: 5px;
		min-width: 200px;
		height: 55px;
		background-image: url("../img/inhome_logo.svg");
		background-position: 0% 50%;
		background-size: 200px 80px;
		background-repeat: no-repeat;
    
    }
    .cp-name { padding: 0 0 0 43px; margin-top: 17px; font-size: 18px; font-weight: 700; color: #444d86; line-height: 0; }
    .cp-name span { font-weight: 300; color: #dc911b; }
    .cp-type { padding: 35px 0 0 0px; font-size: 16px; font-weight: 300; color: #976e70; line-height: 0; }
    .menu-button {
        height: 50px;
    }
    nav a {
        line-height: 25px;
        padding-top: 5px;
        font-size: 14px;
    }
    nav ul:first-of-type { padding: 15px 0px 0px 0px; }
    nav ul li:hover {
        border-bottom: 1px #dc911b solid;
    }
    #arrow::after {
        top: 36px;
        left: 75px;
    }
    nav ul ul li {
        min-width: 150px;
        height: 38px;
        padding: 0px 10px 0px 10px;
    }
    nav ul ul li:hover {
        min-width: 150px;
        height: 38px;
        padding: 0px 10px 0px 10px;
    }
    
    .menu-phone {
        min-width: 190px;
        height: 50px;
    }
    .cp-phone { margin-top: 7px; font-size: 18px; font-weight: 700; line-height: 0; text-align: right; }
    .cp-phone:before {
        content: " ";
        background: url("../img/phone-solid.svg") no-repeat;
        width: 35px;
        height: 35px;
        display: block;
        position: absolute;
        left: 0px;
        top: 5px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .cp-phone:hover:before {
        -webkit-transform: rotateZ(26deg);
        -moz-transform: rotateZ(26deg);
        -o-transform: rotateZ(26deg);
        transform: rotateZ(26deg);
    }
    .cp-call { font-size: 14px; font-weight: 300; color: #dc911b; padding-left: 100px; line-height: 0; text-align: right }
    .carousel-control-prev-icon, .carousel-control-next-icon {
        width: 89px;
        height: 61px;
    }
    
    .carousel-indicators li, #multi-item-example .carousel-indicators li {
        width: 10px;
        height: 10px;
        margin-right: 13px;
        margin-left: 13px;
    }
    
    .services-box h1, .about-box h1, .reviews-box h1 {
        font-size: 32px;
        white-space: pre;
    }
    .services-box h2, .about-box h2, .reviews-box h2 {
        font-size: 14px;
        font-weight: 600;
        text-align: center;
        padding: 0;
        margin-bottom: 25px;
        line-height: 0;
        white-space: pre;
    }
    
    .services-box h3, .about-box h3, .reviews-box h3 {
        font-size: 14px;
        font-weight: 300;
        text-align: center;
        white-space: pre-line;
    }
    .services-box {
        min-height: 400px;
        max-height: 100%;
    }
    
    .bu-box, .uu-box {
        padding: 70px 15px 0;
        margin: 10px 5px 70px;
        width: 180px;
        min-height: 150px;
        max-height: 100%;
        font-size: 13px;
        font-weight: 300;
    }
    .rev-box {
        padding: 70px 65px 25px;
        width: 40%;
        font-size: 13px;
    }
    
    .rev-box h2::before {
        position: absolute;
        width: 16px;
        height: 16px;
        margin: 2px 0 0 -23px;
        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: 1px;
        content: "";
        background-color: #DCDCDC;
        display: block;
        margin-top: 15px;
        margin-bottom: -10px;
    }

    .rev-box p:first-of-type {
        font-size: 12px;
        color: #C0C0C0;
        line-height: 1;
    }
    .rev-box p:last-child {
        font-size: 12px;
        color: #C0C0C0;
    }
    
    .bu-circle-out {
        width: 100px;
        height: 100px;
        border: 6px #dc911b solid;
        top: -130px;
    }

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

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

    .bu-circle-in, .uu-circle-in, .reviews-circle-in {
        display: block;
        position: relative;
        width: 88px;
        height: 88px;
        border-radius: 50%;
        top: 6px;
        left: 6px;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: 55px 55px;
    }
    .reviews-circle-in {
        background-color: white;
    }
    .about-box {
        min-height: 450px;
        max-height: 100%;
    }
    .ca-box { font-size: 18px; }
    .ca-box h1 { font-size: 350%; }
    .reviews-box {
        min-height: 450px;
        max-height: 100%;
    }
    #uu-circle-in-4 { background-image: url("../img/shtamp_consaltplus.svg"); background-size: 90px 90px; }
    
    #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% }
    .online-form-box {
        align-content: center;
        padding: 25px 0px;
        min-height: 200px;
        max-height: 100%;
    }
    .ofb-form input {
        width: 65%;
        height: 45px;
        font-size: 14px;
    }
    .ofb-form input[type="text"],
    .ofb-form input[type="tel"] {
        background-size: 20px 20px;
    }
    .ofb-box {
        font-size: 14px;
        font-weight: 300;
    }
    .addr {
        width: 90%;
        min-height: 125px;
        max-height: 500px;
    }
    .addr-box {
        display: flex;
        padding: 10px 10px 10px 40px;
        margin: 40px 30px 30px 30px;
        color: #444d86;
        vertical-align: bottom;
        font-size: 14px;
        font-weight: 300;
    }
    .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: 30px 30px;
    }
    .info-box {
        min-height: 150px;
        height: 100%;
    }
    .box {
        font-size: 12px;
        font-weight: 300;
        background-size: 35px 35px;
    }

    .separ-bottom {
        height: 125px;
    }
    .footer-box {
        min-height: 90px;
        height: 150px;
        font-size: 12px;
        font-weight: 300;
    }
    .logo-fo {
        padding: 20px 20px 20px 50px;
        margin: 10px;
        width: 320px;
        height: 45px;
        background-size: 45px 45px;
    }
    .social-fo {
        padding: 20px 20px 20px 50px;
        margin: 10px;
        width: 195px;
        height: 45px;
        text-align: right;
    }
    social ul { margin: 0; padding: 0; }
    social ul li {
        margin: 0;
        padding: 0;
        width: 25px;
        height: 25px;
        background-color: white;
        background-position: 0% 50%;
        background-size: 25px 25px;
        background-repeat: no-repeat;
    }
    .msg-send, .msg-not-send {
        padding: 25px 50px 50px;
        font-size: 14px;
        font-weight: 300;
        text-align: center;
        line-height: 1.5;
    }
    .msg-send::before {
        width: 90px;
        height: 90px;
    }
    .msg-thx {
        font-size: 24px;
        font-weight: 700;
    }
    .msg-success {
        font-size: 16px;
        font-weight: 300;
    }
    .modal-div {
        width: 520px;
        height: 280px;
    }
    .modal-div button[type="button"] {
        top: -20px;
        right: -20px;
        width: 40px;
        height: 40px;
    }
    .modal-form li {
        margin: 10px;
        padding: 0;
    }
    .modal-form input[type="text"], 
    .modal-form input[type="tel"] { width: 70%; height: 40px; }
    .modal-form input[type="submit"] { width: 90%; height: 45px; margin-left: 5%; }
    .modal-form {
        padding: 30px 30px 30px 30px;
        width: 70%;
        max-height: 100%;
        font-size: 12px;
    }
    .modal-info {
        padding: 40px 40px 40px 0;
        width: 40%;
        max-height: 100%;
        font-size: 12px;
    }
    .modal-info h1 { font-size: 16px; line-height: 0.5; }
    .modal-info h2 { font-size: 14px; line-height: 1; }
    .modal-info .modal-right-col-middle h1::before {
        top: 113px;
        right: 175px;
        width: 20px;
        height: 20px;
        background-size: 20px 20px;
    }
    .modal-info .modal-right-col-bottom span { color: #dc911b; }
    .modal-info .modal-right-col-bottom h1::before {
        top: 157px;
        right: 185px;
        width: 20px;
        height: 20px;
        background-size: 20px 20px;
    }
    
    input[type=radio], input[type=checkbox] {
        position: relative;
        height: 10px;
        width: 10px;
        -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: 10px;
      height: 10px;
      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: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: #dc911b;
      transform: translate(-50%, -50%);
      visibility: visible;
    }
    .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: 20px;
        width: 16px;
        height: 16px;
        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: 21px;
        left: -2px;
        height: 10px;
        background-color: #2b3054;
        border: 2px solid #3e4782;
        border-radius: 10px;
    }
    .irs--round .irs-bar.irs-bar--single {
        top: 23px;
        height: 10px;
        background-color: #dc911b;
    }
    .irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
        font-size: 8px;
        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: 8px;
        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 {
        top: 35px;
        height: 25px;
    }
    .irs--round .irs-grid-pol {
        position: absolute;
        top: 0px;
        left: 0;
        width: 1px;
        height: 4px;
        background-color: #ffffff;
    }
    .irs--round .irs-grid-pol.small {
        height: 2px;
    }
    .irs--round .irs-grid-text {
        top: 7px;
        color: #ffffff;
        font-size: 8px;
    }
    .irs--round.irs-with-grid {
        height: 65px;
    }

    .col1, .col2, .col3, .col4, .col5 {
        width: 100%;
        height: 40px;
        margin: 0 15px;
        padding: 10px;
        border-top: 1px #4b5493 solid;
        border-bottom: 1px #3f477c solid;
        font-size: 10px;
        color: white;
        /*background-color: burlywood;*/
    }
    .col1 {
        padding: 22px 0 0 80px;
        border-top: none;
        background-image: url("../img/cp_money_big_white_icon.png");
        background-repeat: no-repeat;
        background-position: 16px 7px;
        background-size: 15%;
        text-transform: uppercase;
        /*background-color: antiquewhite;*/
    }
    .col1 strong { font-size: 13px; font-weight: 500; color: #dc911b; }
    .col2, .col4 {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        height: 70px;
        padding-bottom: 0px;
    }
    .col2 span { display: none; }
    .col3 {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-around;
        height: 90px;
        font-size: 8px;
        text-align: center;
        color: #dc911b;
    }
    .col3 span {
        font-size: 12px;
        color: white;
    }
    .col4 { height: 75px; }
    .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: 0px 12px 8px 0px;
        max-width: 100%;
        height: 35px;
        border-radius: 10px;
        font-size: 12px;
        color: white;
        /*background-color: #2b3054;*/
        background-image: none;
        background-repeat: no-repeat;
        background-position: 10px center;
        background-size: 8%;
    }
    .col5Txt {
        font-size: 8px;
    }
    .col5Tot {
        font-size: 16px;
        font-weight: bold;
        color: #dc911b;
    }
    .cpd, .cs {
        width: 120px;
        line-height: 0.7;
    }
    .cpd p, .cs p {
        margin-top: -5px;
    }
    .cpd-icon {
        display: block;
        position: absolute;
        width: 15px;
        height: 15px;
        margin: -3px 0 0 10px;
        background-image: url("../img/doc-case-icon-color.svg");
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: contain;
    }
    .cs-icon {
        display: block;
        position: absolute;
        width: 12px;
        height: 12px;
        margin: -2px 0 0 25px;
        background-image: url("../img/user-tie-solid-2.svg");
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: contain;
    }
    .sn {
        width: 90px;
        height: 60px;
        font-size: 8px;
        color: #dc911b; 
        text-align: center;
        /*background-color: burlywood;*/
    }
    .sn strong {
        font-size: 12px;
        color: white;
    }
    .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("../img/cp-bg-form.png");
        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: 25px;
        width: 350px;
        height: 400px;
        top: 58%;
    }
    .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;
    }
    .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: -17px;
        right: -17px;
        width: 34px;
        height: 34px;
        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;
    }
    .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;
    }
    .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;
    }
    
    a.a-btn-3 {
        padding-left: 15px;
        padding-right: 15px;
        height: 35px;
        display: block;
        margin: 15px auto;
        text-align: center;
        width: 90px;
    }
    .a-btn-3-text {
        padding-top: 7px;
        display: block;
        width: 0px;
        font-size: 14px;
    }
    .a-btn-3-slide-text {
        height: 100%;
        top: 0px;
        right: 32px;
        width: 0px;
        font-size: 12px;
        white-space: nowrap;
        text-align: left;
        text-indent: 11px;
        overflow: hidden;
        line-height: 38px;
    }
    .a-btn-3-icon-right {
        right: 0px;
        top: 0px;
        height: 100%;
        width: 32px;
    }
    .a-btn-3-icon-right span {
        background: transparent url("../img/thumbs-up-regular.svg") no-repeat 12px 11px;
        background-size: 18px 18px;
        width: 32px;
        height: 32px;
        left: 50%;
        top: 50%;
        margin: -20px 0px 0px -20px;
    }
    .a-btn-3:hover {
        padding-right: 20px;
    }
    .a-btn-3:hover .a-btn-3-slide-text {
        width: auto;
    }
    .a-btn-3:active {
        top: 1px;
    }
    #angle-up-id {
        bottom: 10px;
        right: 10px;
        width: 45px;
        height: 45px;
    }
    #call-id {
        bottom: 10px;
        left: 10px;
        width: 45px;
        height: 45px;
        background-size: 70%;
    }
    #call-id.call-open {
        left: 10px;
        bottom: 10px;
        cursor: default;
    }
}


@media all and (min-width: 375px) and (max-width: 1023px) {
	.menu-phone {
		display:none
	}
    #carouselExampleIndicators {
        /*display: none;*/
    }
    .carousel-control-prev, .carousel-control-next, .carousel-indicators {
        display: none;
    }
    .menu-wrapper {
        display: block;
        position: relative;
        margin-top: 0;
        z-index: 9999;
        width: 100%;
        height: 80px;
        max-height: 80px;
        /*background-image: url("../img/cp_bg_causes.png");
        background-position: left top!important;
        background-repeat: repeat;
        background-attachment: scroll;
        background-size: auto;*/
        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-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: 80px;
        max-height: 80px;
        /*background-image: url("../img/cp_bg_causes.png");
        background-position: left top!important;
        background-repeat: repeat;
        background-attachment: scroll;
        background-size: auto;*/
        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: 100%;
        margin: 0px auto;
        max-height: 60px;
        padding: 15px 0px 0px;
        /*background-color: #10BD64*/
    }

    .menu-logo {
        display: inline-block;
        position: relative;
        margin: 0 auto;
        padding-left: 10px;
        min-width: 200px;
        height: 50px;
        background-image: url("../img/inhome_logo.svg");
        background-position: 0% 50%;
        background-size: 200px 90px;
        background-repeat: no-repeat;
        /*background-color: #BBFF7E;*/

    }
    .cp-name { padding: 0 0 0 41px; font-size: 19px; font-weight: 700; line-height: 0; }
    .cp-name span { font-weight: 300; }
    .cp-type { visibility: hidden; }

    .menu-button {
        display: flex;
        flex-grow: 1;
        height: 70px;
        /*background-color: #4367C8;*/
    }

    nav {
        display: none;
        position: absolute;
        left: 0;
        top: 80px;
        width: 100%;
        margin: 0;
        color: white;
        -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: 10005;
    }
    nav a:hover {
        color: white;
    }
    nav a {
        display: block;
        padding-top: 0px;
        color: white;
        font-size: 18px;
        font-weight: 300;
        line-height: 50px;
        text-decoration: none;
        text-align: left;
        /*background: blue;*/
        /*
        стилизуем ссылки
        */
    }

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

    nav ul li {
        display: block;
        padding: 0px 0px;
        border-top: 1px solid;
        border-bottom: 0px solid;
        background-color: #817f7d;
        /*
        применяем inline-block позиционирование к элементам навигации
        */
    }
    nav ul li:hover {
		background-color: #dbcaab;
        border-bottom: none;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
    }
    nav ul li ul li:first-of-type {
        border-bottom: none;
    }

    #arrow::after {
        display: none;
    }
        /*
        Анимированная трелка
        */
    #arrow:hover::after {
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        transform: none;
    }

    nav ul ul {
        display: block;
        position: relative;
        /*
        скрываем выпадающие списки по умолчанию
        и задаем абсолютное позиционирование
        */
    }
    nav ul li > ul {
        display: block;
    }
   
    nav ul ul li {
        display: block;
        position: relative;
        max-width: 100%;
        height: 100%;
        padding: 5px 0px;
        float: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
        border-top: 0px solid;
        border-bottom: 0px solid;
        z-index: none;
        /*
        первый уровень выпадающего списка
        */
    }
    nav ul ul li:hover {
        border: none;
    }
    .bu-icon a {
        background-image: url();
        background-position: 20px 8px;
        background-repeat: no-repeat;
        background-size: 35px 35px;
        text-indent: 68px;
    }
    .uu-icon a {
        background-image: url();
        background-position: 20px 8px;
        background-repeat: no-repeat;
        background-size: 35px 35px;
        text-indent: 68px;
    }
	.it-icon a {
        background-image: url();
        background-position: 20px 8px;
        background-repeat: no-repeat;
        background-size: 35px 35px;
        text-indent: 68px;
    }
    .about-icon a {
        background-image: url("../img/briefcase-solid.svg");
        background-position: 20px 8px;
        background-repeat: no-repeat;
        background-size: 35px 35px;
        text-indent: 68px;
    }
    .reviews-icon a {
        background-image: url("../img/tasks-solid.svg");
        background-position: 20px 8px;
        background-repeat: no-repeat;
        background-size: 35px 35px;
        text-indent: 68px;
    }
    .contacts-icon a {
        background-image: url("../img/map-marker-white-solid.svg");
        background-position: 20px 8px;
        background-repeat: no-repeat;
        background-size: 35px 35px;
        text-indent: 68px;
    }
    .bu-icon, .bu-icon a { border-radius: 0; }
    .uu-icon, .uu-icon a { border-radius: 0; }
	.it-icon, .it-icon a { border-radius: 0; }
    .m-button {
        display: block;
        margin: 0 20px;
        width: 35px;
        height: 50px;
        background-image: url("../img/bars-solid.svg");
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .m-button:hover { cursor: pointer; }
    .whatsapp {
        display: block;
        margin: 0 20px;
        width: 43px;
        height: 50px;
        background-image: url("../img/svg-whatsapp.svg");
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: contain;
    }

    
    .services-box.uu { padding-bottom: 25px; }
    .services-box h1, .services-box 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, .about-box h1, .reviews-box h1 {
        font-size: 24px;
        font-weight: 300;
        text-align: center;
    }
	
    .services-box h2, .about-box h2, .reviews-box h2 {
        font-size: 18px;
        font-weight: 600;
        text-align: center;
        margin-bottom: 25px;
    }
    .services-box h3, .about-box h3, .reviews-box h3 {
        font-size: 16px;
        font-weight: 300;
        text-align: center;
        padding: 0 20px;
        margin-bottom: 0px;
        white-space: pre-line;
    }
	/*
    .bu-circle-out {
        width: 55px;
        height: 55px;
        border: 8px #dc911b solid;
        top: -75px;
    }
    .bu-circle-out:hover {
        border: 4px #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: 4px 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: block;
        position: relative;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        top: 2.5px;
        left: 2.5px;
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 35px 35px;
    }
    
    .reviews-circle-in {
        background-color: white;
    }
	
    #bu-circle-in-1 { background-image: url("../img/svg-check-orange.svg"); }
    #bu-circle-in-2 { background-image: url("../img/tasks-solid.svg"); }
    #bu-circle-in-3 { background-image: url("../img/file-upload-solid.svg"); }
    #bu-circle-in-4 { background-image: url("../img/id-badge-solid.svg"); }

    #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: 50px 50px; }

    #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: 55px 10px;
        width: 255px;
        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: 80%;
        padding: 100px 35px 35px;
    }
    .rev-box h2::before {
        display: none;
    }
    .uu-box {
        padding-bottom: 50px;
    }
    .ca-box h1 { font-size: 300%; font-weight: 700; text-align: center; margin-bottom: 15px; display: flex; justify-content: center; flex-flow: row wrap}
    .ca-box h1::after {
        width: 80%;
        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*/
    }
	.about-box {
		background-image: none;
	}
    .separ-bottom {
        display: none;
    }
    
    .nbsp {
        display: none;
    }
    
    a.a-btn-3 {
        padding-right: 132px;
    }
    .a-btn-3-slide-text {
        width: auto;
    }
    .ofb-txt-t {
        display: flex;
        justify-content: center;
        font-size: 16px;
        text-align: center;
        padding: 0px;
    }
    .ofb-txt-b {
        font-size: 16px;
        text-align: center;
        padding: 0px;
    }
    .ofb-form {
        align-content: center;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 5px 0;
    }
    .ofb-form ul {
        display: block;
    }
    .ofb-form input {
        width: 100%;
        height: 60px;
        font-size: 18px;
        margin: 8px 0;
        padding: 0;
    }
    .ofb-form input[type="text"], 
    .ofb-form input[type="tel"] { width: 100%; height: 45px; }
    .ofb-form input[type="submit"] { width: 100%; height: 50px; }
    .addr::before {
        height: 50px;
        background: url("../img/cp_spring.png") repeat-x 50%;
        background-size: contain;
        top: -25px;
    }

    .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: contain;*/
        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: 10px 10px 10px 40px;
        margin: 10px 10px 20px 20px;
        vertical-align: bottom;
        font-size: 14px;
        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: 30px 30px;
    }
    .ya-map {
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
    }
    .calc-open {display: none;}
    .logo-fo {
        padding: 0px;
        margin: 20px 20px 10px;
        width: 100%;
        text-align: center;
        background-image: none;
        /*background-color: #BCCF32;*/
    }

    .social-fo {
        width: 300px;
        height: 140px;
        text-align: right;
        /*background-color: #BCCF32;*/
    }
    .social-fo {
        width: 100%;
        margin: 0 auto;
        height: 140px;
        text-align: center;
        /*background-color: #BCCF32;*/
    }
    social ul {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-content: flex-start;
        align-items: flex-start;
        align-self: baseline;
        list-style: none;
        margin: 0;
        padding: 0;
        /*background-color: #CDAE2A;*/
    }
    social ul li {
        margin: 15px; 
    }
    #angle-up-id {
        bottom: 10px;
        right: 10px;
        width: 45px;
        height: 45px;
    }
    #call-id {
        bottom: 10px;
        left: 10px;
        width: 45px;
        height: 45px;
        background-size: 70%;
    }
    #call-id.call-open {
        left: 10px;
        bottom: 10px;
        cursor: default;
    }

}

@media all and (min-width: 320px) and (max-width: 375px) {
	.fonts.fourteen-pt { font-size: calc( (100vw - 1024px)/(2715 - 1024) * (24 - 16) + 28px); font-weight: 600; }
	.menu-phone {
		display:none
	}
    #carouselExampleIndicators {
        /*display: none;*/
    }
    .carousel-control-prev, .carousel-control-next, .carousel-indicators {
        display: none;
    }
    .menu-wrapper {
        display: block;
        position: relative;
        margin-top: 0;
        z-index: 9999;
        width: 100%;
        height: 80px;
        max-height: 80px;
        /*background-image: url("../img/cp_bg_causes.png");
        background-position: left top!important;
        background-repeat: repeat;
        background-attachment: scroll;
        background-size: auto;*/
        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-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: 80px;
        max-height: 80px;
        /*background-image: url("../img/cp_bg_causes.png");
        background-position: left top!important;
        background-repeat: repeat;
        background-attachment: scroll;
        background-size: auto;*/
        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-wrap: nowrap;
        width: 100%;
        margin: 0px auto;
        max-height: 60px;
        padding: 15px 0px 0px;
        /*background-color: #10BD64*/
    }

    .menu-logo {
        display: inline-block;
        position: relative;
        margin: 0 auto;
        padding-left: 10px;
        min-width: 190px;
        height: 50px;
        background-image: url("../img/inhome_logo.svg");
        background-position: 0% 50%;
        background-size: 190px 90px;
        background-repeat: no-repeat;
        /*background-color: #BBFF7E;*/

    }
    .cp-name { visibility: hidden; }
    .cp-name span { visibility: hidden; }
    .cp-type { visibility: hidden; }

    .menu-button {
        display: flex;
        flex-grow: 1;
        height: 70px;
        /*background-color: #4367C8;*/
    }

    nav {
        display: none;
        position: absolute;
        left: 0;
        top: 80px;
        width: 100%;
        margin: 0;
        color: white;
		/*background-color: #3d3d3d;*/
        -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: 10005;
    }
    nav a:hover {
        color: white;
    }
    nav a {
        display: block;
        padding-top: 0px;
        color: white;
        font-size: 18px;
        font-weight: 300;
        line-height: 50px;
        text-decoration: none;
        text-align: left;
        /*background: blue;*/
        /*
        стилизуем ссылки
        */
    }

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

    nav ul li {
        display: block;
        padding: 0px 20px;
        border-top: 1px solid;
        border-bottom: 0px solid;
        background-color: #817f7d;
        /*
        применяем inline-block позиционирование к элементам навигации
        */
    }
    nav ul li:hover {
        border-bottom: none;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
		background-color: #dbcaab;
    }
    nav ul li ul li:first-of-type {
        border-bottom: none;
    }

    #arrow::after {
        display: none;
    }
        /*
        Анимированная стрелка
        */
    #arrow:hover::after {
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        transform: none;
    }

    nav ul ul {
        display: block;
        position: relative;
        /*
        скрываем выпадающие списки по умолчанию
        и задаем абсолютное позиционирование
        */
    }
    nav ul li > ul {
        display: block;
    }
   
    nav ul ul li {
        display: block;
        position: relative;
        max-width: 100%;
        height: 100%;
        padding: 5px 0px;
        float: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
        border-top: 0px solid;
        border-bottom: 0px solid;
        z-index: none;
        /*
        первый уровень выпадающего списка
        */
    }
    nav ul ul li:hover {
        border: none;
    }
    
    .bu-icon, .bu-icon a { border-radius: 0; }
    .uu-icon, .uu-icon a { border-radius: 0; }
	.it-icon, .it-icon a { border-radius: 0; }
    .m-button {
        display: block;
        margin: 0 15px;
        width: 35px;
        height: 50px;
        background-image: url("../img/bars-solid.svg");
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .m-button:hover { cursor: pointer; }
    .whatsapp {
        display: block;
        margin: 0 10px;
        width: 43px;
        height: 50px;
        background-image: url("../img/svg-whatsapp.svg");
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .services-box.bu h3{ padding-top: 25px; }
	.services-box.uu { padding-bottom: 25px; }
    .services-box h1, .services-box h3, .reviews-box h1, .reviews-box h3 { color: white; }
    .services-box h1, .about-box h1, .reviews-box h1 {
        font-size: 24px;
        font-weight: 300;
        text-align: center;
        padding: 0;
        margin: 0;
    }
	
    .services-box h2, .about-box h2, .reviews-box h2 {
        font-size: 18px;
        font-weight: 600;
        text-align: center;
        padding: 0;
        margin-bottom: 25px;
    }
    .services-box h3, .about-box h3, .reviews-box h3 {
        font-size: 16px;
        font-weight: 300;
        text-align: center;
        margin-bottom: 0px;
        white-space: pre-line;
    }
	
    .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: 4px #444d86 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: 4px #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-position: 50%;
        background-repeat: no-repeat;
        background-size: 35px 35px;
    }
    
    .reviews-circle-in {
        background-color: white;
    }

    /*#bu-circle-in-1 { background-image: url("../img/doc-case-icon-solid.svg"); }
    #bu-circle-in-2 { background-image: url("../img/tasks-solid.svg"); }
    #bu-circle-in-3 { background-image: url("../img/file-upload-solid.svg"); }
    #bu-circle-in-4 { background-image: url("../img/id-badge-solid.svg"); }

    #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: 50px 50px; }

    #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 10px;
        margin: 55px 10px;
        width: 255px;
        min-height: auto;
        max-height: 100%;
        font-size: 16px;
        font-weight: 300;
        text-align: center;
        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 */
    }
	.about-box {background-image: none;}
    .rev-box {
        width: 80%;
        padding: 100px 35px 35px;
    }
    .rev-box h2::before {
        display: none;
    }
    .uu-box {
        padding-bottom: 50px;
    }
    .ca-box h1 { font-size: 300%; font-weight: 700; text-align: center; margin-bottom: 15px; display: flex; justify-content: center; flex-flow: row wrap}
    .ca-box h1::after {
        width: 80%;
        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*/
    }
    .separ-bottom {
        display: none;
    }
    
    .nbsp {
        display: none;
    }
    
    a.a-btn-3 {
        padding-right: 132px;
    }
    .a-btn-3-slide-text {
        width: auto;
    }
    .ofb-txt-t {
        display: flex;
        justify-content: center;
        font-size: 16px;
        text-align: center;
        padding: 0px;
    }
    .ofb-txt-b {
        font-size: 16px;
        text-align: center;
        padding: 0px;
    }
    .ofb-form {
        align-content: center;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 5px 0;
    }
    .ofb-form ul {
        display: block;
        margin: 0;
        padding: 0;
    }
    .ofb-form ul li {
        max-width: 100%;
    }
    .ofb-form input {
        width: 100%;
        height: 60px;
        font-size: 18px;
        margin: 8px 0;
        padding: 0;
    }
    .ofb-form input[type="text"], 
    .ofb-form input[type="tel"] { width: 100%; height: 45px; }
    .ofb-form input[type="submit"] { width: 100%; height: 50px; }
    .addr::before {
        height: 50px;
        background: url("../img/cp_spring.png") repeat-x 50%;
        background-size: contain;
        top: -25px;
    }
    .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: contain;*/
        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: 10px 10px 10px 40px;
        margin: 10px 10px 20px 20px;
        vertical-align: bottom;
        font-size: 14px;
        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: 30px 30px;
    }
    .ya-map {
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
    }
    .calc-open {display: none;}
    .logo-fo {
        padding: 0px;
        margin: 20px 20px 10px;
        width: 100%;
        text-align: center;
        background-image: none;
        /*background-color: #BCCF32;*/
    }

    .social-fo {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        /*background-color: #BCCF32;*/
    }
    .social ul {
        display: flex;
		flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        list-style: none;
        margin: 0;
        padding: 0;
        /*background-color: #CDAE2A;*/
    }
    .social ul li {
        margin: 10px;
		padding: 13px 40px 0px;
    }
    #angle-up-id {
        bottom: 10px;
        right: 10px;
        width: 45px;
        height: 45px;
    }
    #call-id {
        bottom: 10px;
        left: 10px;
        width: 45px;
        height: 45px;
        background-size: 70%;
    }
    #call-id.call-open {
        left: 10px;
        bottom: 10px;
        cursor: default;
    }

}