body {
    font: 400 14px/1.2 'PT Sans', sans-serif;
   /* min-width: 420px;*/
}
.container {
    max-width: 1137px;
}
body > div {
    overflow: hidden;
}
img {
    max-width: 100%;
}
* {
    outline: none !important;
}
header {
    background-color: #e5e6e8;
}
a {
    color: #0059a3;
    transition: color 0.5s ease;
}
a:hover {
    color: #cf9405;
    text-decoration: none;
}
h2 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}

h3 {
    font-size: 24px;
    font-weight: 700;
}
    header .logo {
        float: left;
        font: 700 18px 'PT Sans', sans-serif;
        max-width: 690px;
        overflow: hidden;
        padding: 17px 0 18px 80px;
    }
        header .logo a {
            float: left;
        }
        header .logo .text {
            color: #222;
            line-height: 1.2;
            overflow: hidden;
            padding: 22px 0 0 14px;
        }
    header .phones {
        font: 700 24px/1.2 'PT Sans', sans-serif;
        float: right;
        padding: 32px 30px 0 0;
    }

        header .phones a {
            color: #1d1f21;
            display: block;
        }
        header .phones a:before {
            padding-right: 13px;
        }
        header .phones a.mts:before {
            content: url('../images/mts.png');
        }
        header .phones a.velcom:before {
            /*content: url('../images/velcom.png');*/
			 content: url('../images/mts.png');
        }
.sliderServices {
    overflow: hidden;
}
    .sliderServices .rhino-container {
        margin: 0 !important;
    }
    .sliderServices ul {
        height: 445px;
        line-height: 0;
        list-style: none;
        overflow: hidden;
        opacity: 0;
        padding: 0;
    }
        .sliderServices li {
            position: relative;
        }
        .sliderServices li img {
            height: 445px;
            max-width: inherit;
            min-width: 100%;
        }
        .sliderServices li .textBox {
            left: 0;
            line-height: 1.2;
            padding: 83px 0 0 53px;
            position: absolute;
            top: 0;
            width: 100%;
        }
        .sliderServices li .textBox .container {
            padding-right: 410px;
        }
            .sliderServices li h2 {
                color: #ffa525;
                font: 700 48px/1.2 'PT Sans', sans-serif;
                margin-bottom: 30px;
                text-align: left;
                text-transform: uppercase;
            }
            .sliderServices li p {
                background-repeat: no-repeat;
                background-position:  0 50%;
                color: #fff;
                font-size: 24px;
                padding: 20px 0 20px 153px;
                margin: 0;

            }
    .sliderServices .rhino-bullets {
        background: none;
        bottom: 30px;
        left: 0;
        margin-left: 0;
        text-align: center;
        width: 100%;
    }
        .sliderServices .rhino-bullets li{
            display: inline-block;
            float: none;
            margin: 0;
            padding: 0 7px;
        }
            .sliderServices .rhino-bullets li a.rhino-bullet.rhino-active-bullet{
                background-color: #ffa525;
            }
            .sliderServices .rhino-bullets li a.rhino-bullet {
                background-color: #fff;
                border-radius: 4px;
                display: inline-block;
                height: 14px;
                overflow: hidden;
                padding: 0;
                text-indent: 999px;
                width: 14px;
            }
    .sliderServices > .container {
        position: relative;
    }
        .sliderServices > .container form {
            bottom: 40px;
            border: 2px solid #fff;
            border-radius: 5px;
            background-color: #d3d4d6;
            position: absolute;
            right: 40px;
            width: 340px;
            z-index: 9;
        }
            .sliderServices > .container form button {
                background: #ffb400;
                border: none;
                border-radius: 5px;
                color: #fff;
                font-size: 18px;
                font-weight: 700;
                height: 54px;
                margin: 6px 0 18px;
                text-transform: uppercase;
                transition: background-color 0.5s ease;
                width: 275px;
            }
            .sliderServices > .container form button:hover {
                background-color: #cb1515;

            }
            .sliderServices > .container form .input-group {
                margin: 0 auto 10px;
                overflow: hidden;
                width: 275px;
            }
                .sliderServices > .container form .input-group.focus i {
                    background-color: #f5420c;
                }
                .sliderServices > .container form .input-group input {
                    background: #fff;
                    color: #000;
                    border: none;
                    font: 400 14px/1.2 'PT Sans', sans-serif;
                    height: 29px;
                    padding: 6px 13px;
                    width: 235px;
                }
                .sliderServices > .container form .input-group input.required {
                    background-color: rgba(255, 165, 37, 0.75);
                }
                .sliderServices > .container form .input-group i {
                    background: url("../images/formIconsList.png") 50% 0 #92979b no-repeat;
                    display: block;
                    float: left;
                    height: 24px;
                    margin-right: 13px;
                    transition: background-color 0.5s ease;
                    width: 27px;
                }
                .sliderServices > .container form .input-group i.phoneIcon {
                    background-position: 50% -40px;
                }
                .sliderServices > .container form .input-group i.carIcon {
                    background-position: 50% -80px;
                }
                .sliderServices > .container form .input-group i.calendarIcon {
                    background-position: 50% -120px;
                }
            .sliderServices > .container form header {
                background-color: #0059a3;
                margin: 0 0 26px;
                padding: 13px 18px;
            }
            .sliderServices > .container form p {
                padding: 13px 18px;

            }
                .sliderServices > .container form header .price {
                    background-color: #ffa525;
                    display: block;
                    color: #fff;
                    font-size: 14px;
                    height: 18px;
                    line-height: 18px;
                    min-width: 80px;
                    padding: 0 10px;
                    position: absolute;
                    right: -20px;
                    text-align: center;
                    -moz-transform: rotate(25deg);
                    -ms-transform: rotate(25deg);
                    -webkit-transform: rotate(25deg);
                    -o-transform: rotate(25deg);
                    transform: rotate(25deg);
                    top: 0;
                    white-space: nowrap;
                }
                .sliderServices > .container form header h3 {
                    background: url("../images/serviceFormIcon.png") no-repeat 0 50%;
                    color: #fff;
                    font-size: 24px;
                    font-weight: 700;
                    margin: 0;
                    padding: 12px 0 12px 70px;
                    text-transform: uppercase;
                }
#news {
    background-color: #fff;
    padding: 30px 0;
}
    #news * {
        border: none;
        box-shadow: none;
    }
    #news .panel-body {
        font-size: 16px;
        text-align: left;
    }
    #news .panel-group {
        margin: 0;
    }
        #news .panel-group .panel{
            background: none;
        }
    #news .title {
        color: #0059a3;
        font: 18px 'Open Sans', sans-serif;
    }
    #news .title i {
        background: url("../images/newsIcon.png") no-repeat #0059a3 0 0;
        display: inline-block;
        height: 23px;
        margin-left: 15px;
        transition: background-color 0.5s ease;;
        width: 23px;
    }
    /*#news .title:before {*/
        /*content: url("../images/newsShowIconHover.png");*/
        /*display: none;*/
    /*}*/
    /*#news .title:after {*/
        /*content: url("../images/newsShowIcon.png");*/
        /*padding-left: 15px;*/
        /*position: relative;*/
        /*top: 5px;*/
        /*transition: content 0.5s ease;*/
    /*}*/
    #news .title:hover i {
        background-color: #ffa525;;
    }
#transport {
    background: url("../images/transportBoxBg.png") repeat;
    padding: 16px 0 45px;
}
    #transport h2 {
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 30px;
    }
    #transport .transportMenu .nav {
        max-width: 1025px;
        margin: 0 auto;
    }

        #transport .transportMenu .col-md-3 {
            padding: 0 5px;
        }
        #transport .transportMenu .row .col-md-3:first-child {
            padding-left: 15px;
        }
        #transport .transportMenu .row .col-md-3:last-child {
            padding-right: 15px;
        }
        #transport .transportMenu a {
            background-color: #0059a3;
            border: 2px solid #fff;
            border-radius: 5px;
            color: #fff;
            display: block;
            font-size: 20px;
            font-weight: 700;
            height: 150px;
            text-align: center;
            transition: all 0.5s ease;
        }
        #transport .transportMenu .active a,
        #transport .transportMenu a:hover {
            border-color: #ffa525;
            color: #ffa525;
        }
            #transport .transportMenu .active a i,
            #transport .transportMenu a:hover i {
                background-color: #ffa525;
            }
            #transport .transportMenu .nav-tabs {
                border: none;
                position: relative;
            }
            #transport .transportMenu .nav-tabs li {
                border-radius: 5px;
                overflow: hidden;
            }
            #transport .transportMenu a i {
                background-repeat: no-repeat;
                background-color: #fff;
                background-position: 50% 0;
                display: block;
                height: 43px;
                margin: 45px auto 12px;
                transition: background-color 0.5s ease;
                width: 68px;
            }
            #transport .transportMenu .tab-content {
                background: url("../images/contentArrow.png") 116.5px 0px no-repeat;
                margin: 16px 0 0;
                padding: 10px 0 0;
            }
            #transport .transportMenu .content {
                background-color: #e5e6e8;
                border-radius: 9px;
                overflow: hidden;
                padding: 28px 0 0;
            }
                #transport .transportMenu .content {
                    font: 400 14px 'Open Sans', sans-serif;
                }
                #transport .transportMenu .content h3 {
                    font-size: 24px;
                    font-weight: 700;
                    margin: 0 0 13px;
                    text-align: center;
                }
                #transport .transportMenu .content p {
                    margin: 0 39px 32px;
                }
                #transport .transportMenu .content img {
                    padding: 0 10px 11px;
                }
                #transport .transportMenu .content ul {
                    column-count: 2;
                    -webkit-column-count: 2;
                    -moz-column-count: 2;
                    padding: 0 73px;
                    list-style: none;
                }

                #transport .transportMenu .content ul li {
                    background: url("../images/listIcon.png") no-repeat 0 7px;
                    margin: 0 0 8px;
                    padding-left: 13px;
                }
#specialization, #howWeWork, #map {
    background-color: #0059a3;
    padding: 17px 0 0;
}
#howWeWork {
    padding-bottom: 47px;
}
    #specialization h2,
    #howWeWork h2 {
        color: #fff;
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 30px;
    }

    #specialization .popover {
        background-color: #e5e6e8;
    }
    #specialization  .popover > .arrow:after {
       border-bottom-color: #e5e6e8;
    }
    #specialization .iconBox {
        background-color: #fff;
        border-radius: 9px;
        margin: 0 auto 35px;
        max-width: 1107px;
        padding: 35px 0;
        text-align: center;
    }
        #specialization .iconBox span {
            color: #27292c;
            cursor: pointer;
            display: inline-block;
            font-size: 20px;
            font-weight: 700;
            min-width: 200px;
            padding: 15px 15px;
        }

            #specialization .iconBox span i {
                background-color: #282a2d;
                background-repeat: no-repeat;
                background-position: 50% 100%;
                display: block;
                height: 68px;
                margin: 0 auto;
                transition: background-color 0.5s ease;
                width: 68px;
            }

            #specialization .iconBox span:hover i {
                background-color: #ffa525;
            }
        #specialization .content {
            background-color: #d3d4d6;
            border-radius: 9px 9px 0 0;
            overflow: hidden;
        }

        #specialization .content .text {
            background-color: #8f979d;
            color: #fff;
            padding: 0 40px 20px;
        }
        #specialization .content .certification {
            color: #282a2d;
        }

            #specialization .content .certification h3 {
                color: #282a2d;
            }
            #specialization .content .certification a {
                display: inline-block;
                font: 14px 'Open Sans', sans-serif;
                margin: 0 0 15px;
            }
                #specialization .content .certification a i {
                    padding-right: 5px;
                }
            #specialization p {
                font: 16px/1.3 'Open Sans', sans-serif;
                margin: 0;
                padding: 0 0 16px;
            }
            #specialization h3 {
                font-size: 24px;
                font-weight: 700;
                padding: 25px 0 0;
                margin: 0 0 16px;
            }
    #howWeWork .howWeWorkList {
        background-color: #fff;
        border-radius: 9px;
        display: table;
        margin: 0 0 28px;
        table-layout: fixed;
        width: 100%;
    }

        #howWeWork .howWeWorkList .item {
            background: url("../images/howWeWorkItemArrow.png") no-repeat 100% 50%;
            background-size: 36px 100%;
            cursor: pointer;
            color: #282a2d;
            display: table-cell;
            font-size: 16px;
            height: 124px;
            padding: 0 36px 0 15px;
            vertical-align: middle;
        }
        #howWeWork .howWeWorkList .item.item1 {
            width: 115px;
        }
        #howWeWork .howWeWorkList .item.item2 {
            width: 165px;
        }
        #howWeWork .howWeWorkList .item.item3 {
            width: 205px;
        }
        #howWeWork .howWeWorkList .item.item4 {
            width: 145px;
        }
        #howWeWork .howWeWorkList .item.item5 {
            width: 115px;
        }
        #howWeWork .howWeWorkList .item:last-child {
            background: none;
            padding: 0 15px;
        }

            #howWeWork .howWeWorkList .item span {
                display: block;
                padding-left: 63px;
                position: relative;
                white-space: normal;
            }
            #howWeWork .howWeWorkList .item:hover i {
                background-color: #ffa525;
            }
            #howWeWork .howWeWorkList .item i {
                background-color: #282a2d;
                display: inline-block;
                margin-right: 15px;
                height: 48px;
                left: 0;
                margin-top: -24px;
                position: absolute;
                top: 50%;
                transition: background-color 0.5s ease;
                width: 48px;
            }
    #howWeWork a:hover {
        color: #ffa525;
    }
    #howWeWork a {
        color: #fff;
        font-size: 16px;
        margin: 0 15px;
        white-space: nowrap;
    }
        #howWeWork a i {
            margin-right: 5px;
        }
#trust {
    background-color: #fff;
    color: #282a2d;
    padding: 25px 0 0;
}
    #trust h3 {
        margin: 22px 0 30px;
    }
    #trust h2 {
        margin-bottom: 37px;
    }
    #trust .slider {
        /*max-width: 940px;*/
        margin: 0 auto;
        position: relative;
    }
        #trust .slider ul {
            height: 340px;
            list-style: none;
            overflow: hidden;
            opacity: 0;
            padding: 0;
			
        }
            #trust .slider ul img {
                height: 100%;
                max-width: none;
                min-width: 100%;
                width: auto;
            }
        #trust .slider .rhino-btn.rhino-prev {
            left: -85px;
        }
        #trust .slider .rhino-btn.rhino-next {
            background-position: 100% 0;
            right: -85px;
        }
        #trust .slider .text {
            color: #fff;
            left: 0;
            padding: 21px 44px 0;
            position: absolute;
            top: 0;
            width: 40%;
        }
            #trust .slider .text h3 {
                margin: 20px 0;
            }
            #trust .slider .text p {
                font: 16px/1.3 'Open Sans', sans-serif;
                margin: 0 0 15px;
            }
        #trust .clients .col-xs-4 {
            line-height: 80px;
            padding-bottom: 20px;
        }
#testimonials {
    background: url("../images/transportBoxBg.png") repeat;
    padding: 17px 0 40px;
}
    #testimonials h2 {
        margin-bottom: 30px;
    }
    #testimonials .slider {
        background-color: #fff;
        border-radius: 9px;
        margin: 0 auto;
        max-width: 700px;
    }
        #testimonials .slider ul {
            list-style: none;
            overflow: hidden;
            padding: 0;
        }

        #testimonials .slider .initComplete {
            max-width: 100%;
        }
            #testimonials .slider ul li {
                float: left;
                font: 16px/1.2 'Open Sans', sans-serif;
                padding: 18px 32px;
                max-width: 100%;
            }
                #testimonials .slider ul li .author {
                    float: right;
                }
        #testimonials .slider .rhino-btn.rhino-prev {
            left: -65px;
        }
        #testimonials .slider .rhino-btn.rhino-next {
            right: -65px;
        }
    #testimonials .showTestimonials {
        background: #0059a3;
        border: none;
        border-radius: 5px;
        color: #fff;
        font: 700 18px 'PT Sans', sans-serif;
        height: 55px;
        margin: 23px 0 50px;
        max-width: 100%;
        text-transform: uppercase;
        transition: background-color 0.5s ease;
        width: 345px;
    }

    #testimonials .showTestimonials:hover {
        background-color: #ffb400;
    }

#requestForm {
    background-color: #d3d4d6;
}
    #requestForm h2 {
        margin: 37px 0 30px;
    }
    #testimonials form {
        background-color: #d3d4d6;
    }
    #requestForm form {
        margin: 0 auto;
        width: 765px;
    }
        #testimonials form .modal-header {
            background-color: #0059a3;
            margin: 0 0 26px;
            padding: 13px 18px;
        }
            #testimonials form .modal-header h4 {
                color: #fff;
                font-size: 24px;
                font-weight: 700;
                margin: 0;
                text-transform: uppercase;
            }

        #testimonials form p,
        #requestForm form p {
            font-size: 16px;
        }
        #requestForm form .input-group,
        #testimonials form .input-group {
            clear: both;
            margin: 0 0 12px;
            vertical-align: top;
        }
            #requestForm form .input-group .dropdown {
                float: left;
            }
            #requestForm form .input-group .dropdown-menu {
                width: 100%;
            }
            #requestForm form .input-group .btn .caret {
                margin-left: 0;
                position: absolute;
                right: 10px;
                top: 50%;
                margin-top: -2px;
            }
            #testimonials form .input-group input,
            #requestForm form .input-group input,
            #requestForm form .input-group .btn {
                border: none;
                border-radius: 0;
                height: 28px;
                line-height: inherit;
                padding: 7px 12px;
                text-align: left;
                width: 300px;
            }
            #testimonials form .input-group .invalid,
            #testimonials form .input-group .required,
            #requestForm form .input-group .invalid,
            #requestForm form .input-group .required {
                background-color: rgba(255, 165, 37, 0.75);
            }
            #testimonials form .input-group textarea,
            #requestForm form .input-group textarea {
                border: none;
                height: 67px;
                padding: 7px 12px;
                resize: none;
                width: 300px;
            }
            #testimonials form .input-group input,
            #testimonials form .input-group textarea {
               width: 230px;
            }
            #testimonials form .input-group i,
            #requestForm form .input-group i {
                background: url("../images/requestFormIcons.png") no-repeat 0 0 #4d555b;
                display: block;
                float: left;
                height: 24px;
                margin: 2px 12px 0 0;
                width: 24px;
            }
            #testimonials form .input-group i.phoneIcon,
            #requestForm form .input-group i.phoneIcon  {
                background-position: -24px 0;
            }
            #testimonials form .input-group i.emailIcon,
            #requestForm form .input-group i.emailIcon {
                background-position: -48px 0;
            }
            #requestForm form .input-group i.themIcon {
                background-position: -72px 0;
            }
            #testimonials form .input-group i.messageIcon,
            #requestForm form .input-group i.messageIcon {
                background-position: -96px 0;
            }
            #testimonials form .input-group.focus i,
            #requestForm form .input-group.focus i {
                background-color: #f5420c;
            }
        #requestForm form .a-center button {
            background: #ffb400;
            border: none;
            border-radius: 5px;
            color: #fff;
            font: 700 18px 'PT Sans', sans-serif;
            height: 55px;
            margin: 23px 0 50px;
            text-transform: uppercase;
            transition: background-color 0.5s ease;
            width: 345px;
        }

        #requestForm form .a-center button:hover {
            background-color: #cb1515;

        }
#map {
    color: #fff;
}
    #map p {
        font: 14px 'Open Sans', sans-serif;
        margin: 0;
    }
footer {
    background-color: #d3d4d6;
    padding: 30px 0;
}
    footer .container {
        max-width: 1055px;
    }
    footer h5 {
        font-size: 18px;
        font-weight: 700;
        margin: 0 0 19px;
    }
    footer p {
        font-size: 16px;
    }
    footer small {
        display: block;
        font: 12px/1.1 'Open Sans', sans-serif;
    }
    footer a {
        color: #1d1f21;
        display: inline-block;
        margin-right: 10px;
        white-space: nowrap;
    }
    footer .phones {
        font: 400 16px/1.2 'Open Sans', sans-serif;
    }

        footer .phones a {
            color: #1d1f21;
            display: inline-block;
            margin: 0 0 17px;
        }
        footer .phones a:before {
            padding-right: 13px;
            line-height: 0.7;
            position: relative;
            top: 3px;
        }
        footer .phones a.mts:before {
            content: url('../images/mts.png');
        }
        footer .phones a.velcom:before {
           /* content: url('../images/velcom.png');*/
		    content: url('../images/mts.png');
        }
        footer a i.fax {
            background: url("../images/faxIcon.png") no-repeat 0 0;
        }
        footer a i.skype {
            background: url("../images/skypeIcon.png") no-repeat 0 0;
        }
        footer a i.email {
            background: url("../images/requestFormIcons.png") no-repeat -32px 0 #4d555b;
            background-size: auto 100%;
        }
        footer a span {
            font: 16px/1.2 'Open Sans', sans-serif;
            display: inline-block;
            margin: 0 0 19px;
        }
        footer a i {
            display: inline-block;
            height: 16px;
            margin-right: 10px;
            position: relative;
            top: 3px;
            width: 16px;
        }
/**********************************************************************************************************************/
::-webkit-input-placeholder {color:#73797f;}
::-moz-placeholder          {color:#73797f;}/* Firefox 19+ */
:-moz-placeholder           {color:#73797f;}/* Firefox 18- */
:-ms-input-placeholder      {color:#73797f;}

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

.slider .rhino-btn {
    background: url("../images/sliderArrow.png") 0 0 no-repeat #8f979d;
    border-radius: 5px;
    height: 32px;
    margin-top: -16px;
    top: 50%;
    transition: background-color 0.5s ease;
    width: 32px;
	color: transparent;
}
.clients img {max-height:98px;}
.slider .rhino-btn.rhino-next {
    background-position: 100% 0;
}
.slider .rhino-btn:hover {
    background-color: #ffa525;
}
#trust .clients .col-xs-4 {
	width: 255px!important;
    margin-right: 20px;
}

#trust .bx-wrapper img {
	display: initial;
}

#trust .bx-wrapper {box-shadow:none; margint-top:20px;margin-bottom:20px;}

#trust .bx-wrapper .bx-pager,#trust .bx-wrapper .bx-controls-auto {    bottom: -15px;}
@media(max-width: 1200px) {
    header .logo {
        max-width: 630px;
        overflow: hidden;
        padding: 17px 0 18px 0px;
    }
    #howWeWork .howWeWorkList .item i {
        left: -5px;
    }
    #howWeWork .howWeWorkList .item span {
        padding-left: 50px;
    }
    #howWeWork .howWeWorkList .item {
        padding-right: 10px;
    }
    #howWeWork .howWeWorkList .item:last-child {
        padding: 0 10px;
    }
    #specialization .iconBox span {
        min-width: 150px;
    }
    #trust .slider .rhino-btn.rhino-prev {
        left: -15px;
    }
    #trust .slider .rhino-btn.rhino-next {
        right: -15px;
    }

    #transport .transportMenu .nav-tabs {
        display: table;
        width: 100%;
    }

    #transport .transportMenu .nav-tabs li {
        display: table-cell;
        float: none;
    }
}
@media(max-width: 992px) {
    header .phones {
        clear: both;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    header .phones a {
        display: inline-block;
        margin-right: 10px;
    }
    .sliderServices li .textBox {
        padding: 15px;
    }
    .sliderServices ul {
        height: 445px;
    }
    .sliderServices ul img {
        height: 445px;
    }

    .sliderServices li .textBox .container {
        padding-right: 0;
    }
    .sliderServices > .container form {
        left: 0;
        margin: 20px auto;
        right: auto;
        bottom: auto;
        position: relative;
    }

    #howWeWork .howWeWorkList {
        display: block;
        margin: auto;
        width: 300px !important;
    }
    #howWeWork .howWeWorkList .item {
        display: table;
        width: 300px !important;
        background: #fff;
        border-radius: 9px;
        margin: 0 auto 20px;
    }
    #howWeWork .howWeWorkList {
        background: none;
    }
    #howWeWork .howWeWorkList .item span {
        display: table-cell;
        margin: auto 0;
        vertical-align: middle;
    }
    #howWeWork .howWeWorkList .item span i {
        margin-top: 38px;
        top: 0;
    }
    #howWeWork .howWeWorkList .item i {
        /*position: static;*/
        /*margin-top: 0;*/
    }
    #howWeWork .howWeWorkList .item:last-child {
        background: #fff;
    }

    #specialization .iconBox span {
        margin: 5px 0;
        min-width: 200px;
    }

    #trust .slider .rhino-btn.rhino-prev {
        left: 10px;
    }
    #trust .slider .rhino-btn.rhino-next {
        right: 10px;
    }
    #trust .slider ul {
        height: 260px;
    }
    #trust .slider img {
        height: 260px;
        max-width: inherit;
    }
    #trust .slider .text {

        padding: 21px 55px 0;
        width: 80%;
    }

    #testimonials .slider .rhino-btn.rhino-prev {
        left: -15px;
    }
    #testimonials .slider .rhino-btn.rhino-next {
        right: -15px;
    }
}

@media (max-width: 767px) {
    header .logo .text {
        display: none;
    }

    header .phones {
        clear: none;
        float: right;
        padding-top: 30px;
        padding-bottom: 0px;
    }
    header .phones a {
        display: block;
        margin-right: 0;
    }

    .sliderServices ul {
        height: 445px;
    }
    .sliderServices ul img {
        height: 445px;
    }
    .sliderServices li .textBox .container {
        padding-right: 0;
    }
    #transport .transportMenu .row .col-md-3 {
        padding: 0;
    }
    #transport .transportMenu .row .col-md-3:first-child {
        padding-left: 0;
    }
    #transport .transportMenu .row .col-md-3:last-child {
        padding-right: 0;
    }
    #transport .transportMenu a {
        font-size: 15px;
        padding: 10px 5px;
    }
    #transport .transportMenu .content ul {
        column-count: 1;
        -webkit-column-count: 1;
        -moz-column-count: 1;
    }
    #transport .transportMenu .content ul li {
        width: auto;
    }

    #trust .slider ul {
        height: 320px;
    }
    #trust .slider img {
        height: 320px;
        max-width: inherit;
    }
    #trust .slider .text {
        width: 100%;
    }

    #howWeWork .a-center {
        margin: 0 auto;
        text-align: left;
        width: 300px;
    }

    #howWeWork a {
        display: inline-block;
        margin:  0 0 10px;
    }

    #testimonials .slider .rhino-btn.rhino-prev {
        left: 15px;
    }
    #testimonials .slider .rhino-btn.rhino-next {
        right: 15px;
    }

    #testimonials .slider ul li {
        padding: 18px 60px;
    }
    #specialization .content .certification {
        overflow: hidden;
        padding: 0 40px 20px;
    }

    #specialization .content .certification a {
        clear: both;
        display: block;
        float: left;
    }

    #requestForm form {
        margin: 0 auto;
        width: 360px;
    }

    #requestForm form .input-group {
        margin: 0 auto 12px;
        width: 336px;
    }
}


@media (max-width: 560px) {
	/*body {min-width: 375px;}*/
	
    header .logo img {
        width: 150px;
    }
    header .phones {
        padding-top: 20px;
    }
    .sliderServices li h2 {
        font-size: 36px;
    }
	.sliderServices li p {padding: 20px 0 20px 120px;}
	
	#transport .transportMenu .nav-tabs li {display: block;} 
	#trust .slider .text p {font: 14px/1.3 'Open Sans', sans-serif;}
	#trust .clients .col-xs-4 {width: 375px!important;}
}

address {
    color: #4d555b;
    display: block;
    font: italic 400 14px 'Open Sans', sans-serif;
    margin: 0;
    padding:  15px 0;
    text-align: center;
}
.initComplete {
    width: 100% !important;
}

.ymaps-b-zoom_hints-pos_right {
    margin-top: -16px;
}

#trust .slider.klients ul img {
	height: auto;
    max-width: 300px;
    min-width: 300px;
}

.service-list {
    margin: 40px 0;
    display: grid;
    grid-template: auto / 1fr 1fr 1fr;
    grid-gap: 20px;
}

.service-item {
    display: flex;
    align-items: center;
}
.service-item__icon {
    width: 50px;
    height: 50px;
    margin-right: 20px;
}
.service-item > p {
    font-size: 18px;
    font-weight: bold;
}
@media screen and (max-width: 1200px) {
    .service-item > p {
        font-size: 16px;
        font-weight: bold;
    }  
    .service-item__icon {
        width: 40px;
        height: 40px;
        margin-right: 20px;
    }
}
@media screen and (max-width: 1024px) {
    .service-list {
        margin: 25px 0;
        grid-template: auto / 1fr;
        grid-gap: 15px;
    }  
}

.custom-popup {
    background: #fff;
    padding: 35px 30px;
    max-width: 720px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.custom-popup > .custom-popup__title {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    max-width: 95%;
}
.custom-popup > .custom-popup__desc {
    font-size: 18px;
    margin: 0.5em 0 1.5em;
    max-width: 95%;
    text-align: center;
}
.custom-popup > .custom-popup__tel {
    color: #ffa525;
    font-size: 30px;
    font-weight: bold;
    transition: all 0.15s;
	margin-bottom:15px;
}
.custom-popup > .custom-popup__tel:hover {
    color: #1d1f21;
}
@media screen and (max-width: 767px) {
    .custom-popup {
        max-width: 530px;
    }
}
@media screen and (max-width: 559px) {
    .custom-popup {
        max-width: 370px;
    }
    .custom-popup > .custom-popup__title {
        font-size: 18px;
    }
    .custom-popup > .custom-popup__desc {
        font-size: 14px;
        max-width: 100%;
        margin: 0.35em 0 1.1em;
    }
    .custom-popup > .custom-popup__tel {
        font-size: 20px;
    }
}


	
.block_desc:nth-child(2n+2){width: 48%;margin-right: 3%; float: left;height: 215px;}	
.block_desc:nth-child(2n+1){width: 48%;margin-right: 0%; float: left;height: 215px;}		

.text_desc_page h3 {margin-top:0px;}	
.img_desc_page {width:28%;float:left;}
.text_desc_page{width:70%;float:right;}
.img_desc_page img {
	border: 2px solid #ffa525;
    border-radius: 10px;
	-moz-transition: all 1s ease-out;
 -o-transition: all 1s ease-out;
 -webkit-transition: all 1s ease-out;
}
.img_desc_page img:hover {
	border: 2px solid #fff;
    border-radius: 10px;
	-webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
}
p.custom_desc  {
	font-size: 20px;
    text-align: center;
}
.indent {height:30px;}

@media screen and (max-width: 768px) {
	.block_desc:nth-child(2n+1){width: 100%;margin-right: 0%; float: none;height: 215px;}	
    .block_desc:nth-child(2n+2){width: 100%;margin-right: 0%; float: none;height: 215px;}	
	.img_desc_page {width:100%; text-align:center;}
    .text_desc_page{width:100%;}
}

.blok_100 {width:100%;float: right;}
.text_phone {
	font-size: 13px;
    text-align: right;
}
.footer_text {
	font-size: 13px;
    margin-top: -15px;
}