@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
body{
    margin: 0;
    box-sizing: border-box;
}
*{
    box-sizing: border-box;
    font-family:'Roboto';
}
div,header,footer,section,main,nav {
    display:block;
    float:left;
    width:100%;
}
.container{
    width: 1180px;
    margin: 0 auto;
    float: none!important;
}
.c-hamburger{
    display: none;
}
.logo a {
    text-decoration: none;
    font-size: 25px;
    color: white;
}
.logo a img {
    width:100%;
}

header{
    background: #001a33;
    border-bottom: 1px solid #ccc;
    box-shadow: 0px 10px 10px 10px #efefef61;
    color: white;
    padding: 15px 0;
}
header a {
    color:white;
}

.logo {
    width: 16%;
    margin-right: 3%;
    padding: 17px 0;
}
.logo a span{
    color: gold;
}
.mob-menu {
    width: 58%;
    margin-right: 3%;
    padding: 17px 0;
}
.mob-menu ul{
    padding: 0;
    margin: 0;
}
.mob-menu ul li {
    list-style: none;
    display: block;
    float: left;
    border-right: 1px solid #ccc;
}
.mob-menu ul li:last-of-type {
    border-right:0;
}

.call-us{
    width: 20%;
}
.call-us .number{
    text-align: center;
    display: block;
    width: 100%;
    float: left;
    font-size: 24px;
    text-decoration: none;
    color: white;
    margin-bottom: 5px;
}
.call-us-but{
    display: block;
    text-align: center;
    padding: 13px;
    float: left;
    width: 100%;
    background: #a606e6;
    color: white;
    margin: 5px 0;
    text-decoration: none;
    border-radius: 4px;
    font-size: 17px;
    font-weight: 600;
}
.mob-menu ul li a {
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 15px 9px;
    display: block;
}
.mob-menu ul li a:hover {
    background:white;
    color:black;
}
.first-ekran {
    padding: 50px 0;
}
.left-infa{
    width: 55%;
    margin-right: 5%;
}
.text-left-infa h1{
    text-transform: uppercase;
    font-size: 36px;
}
.text-left-infa p{
    font-size: 25px;
    line-height: 1.5;
}
.right-infa {
    width: 25%;
    margin-left: 10%;
}
.right-infa img {
    width: 100%;
}
.but-left-infa {
    width: 72%;
}
.but-left-infa a{
    text-align: center;
    display: block;
    float: left;
    width: 45%;
    padding: 12px;
    background: #001a33;
    margin-right: 10%;
    color: white;
    text-decoration: none;
    border-radius: 3px;
}
.but-left-infa a:last-of-type{
    margin-right:0;
    background:#a606e6;
    color:white;
}
.products{
    padding: 50px 0;
    background: #efefef;
}
.hd-prodts {
    text-align: center;
    margin: 20px 0;
}
.hd-prodts h2{
    font-size: 40px;
    margin: 0;
}
.one-product {
    width: 32%;
    margin-right: 2%;
    background: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 4px 4px 4px 0px #ccc;
}
.one-product:last-of-type {
    margin-right:0;
}
.line-product {
    margin: 20px 0;
}
.text-product{
    border-top: 1px solid #ccc;
    margin-top: 1em;
}
.text-product p{
    text-align: center;
    font-size: 20px;
}
.product-img img {
    width: 60px;
    margin: 0 auto;
    text-align: center;
    display: block;
}
.text-product a{
    width: 60%;
    display: block;
    margin: 10px 20%;
    text-align: center;
    background: #001a33;
    color: white;
    text-decoration: none;
    padding: 11px;
    font-size: 17px;
    border-radius: 4px;
}
.ft-prodts a{
    width: 30%;
    display: block;
    margin: 20px 35%;
    text-align: center;
    float: left;
    text-decoration: none;
    background: #001a33;
    color: white;
    padding: 16px 20px;
    font-size: 20px;
    border-radius: 5px;
    box-shadow: 0px 2px 4px 0px #ccc;
}
.our-team{
    padding: 50px 0;
}
.hd-team h2    {
    text-align: center;
    font-size: 30px;
}
.one-team {
    width: 23.5%;
    margin-right: 2%;
    padding: 0 20px;
}
.one-team:last-of-type {
    margin-right:0;
}

.one-team img{
    width: 100%;
    border-radius: 50%;
    border: 3px solid #001a33;
    box-shadow: 0px 3px 4px 2px #ccc;
}
.info-team p{
    font-size: 20px;
    text-align: center;
    margin: 0.5em 0;
}
.info-team span {
    font-style: italic;
    text-align: center;
    display: block;
    font-size: 18px;
    float: left;
    width: 100%;
    margin: 5px 0;
}
.info-team span:nth-of-type(2) {
    margin:0;
}

.info-team a {
    background: #001a33;
    text-align: center;
    display: block;
    float: left;
    width: 70%;
    margin: 15px 15%;
    padding: 12px;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    box-shadow: 0px 2px 4px 0px #ccc;
}
.frst-utpme {
    width: 46%;
    margin: 2%;
    background: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 4px 4px 4px 0px #ccc;
}
.hd-why-me h2{
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
}
.why-me{
    padding: 50px 0;
    background: #d6e5eb;
}
.img-utpme{
    width: 10%;
}
.img-utpme img{
    width: 100%;
}
.zag-utpme{
    width: 85%;
    margin-left: 2%;
}
.zag-utpme p {
    font-size: 20px;
    margin: 0.5rem;
}
footer {
    background: #0b5584e6;
    color: white;
    padding-top: 50px;
}
footer .contacts-bl{
    width: 25%;
    padding: 0 10px;
}
footer .map{
    width: 50%;
}
footer .links{
    width: 25%;
}
footer .links ul {
    column-count: 2;
    padding: 0 30px;
    list-style: none;
}
footer a{
    color: white;
}
.copirait{
    padding: 20px;
    background: #04263cf0;
    margin-top: 40px;
    text-align:center;
}
footer .links ul li a {
    display:block;
    margin-bottom:10px;
}
.contacts-bl p {
    font-size: 20px;
}
.left-phone-bg {
    width: 28%;
    padding: 15px 63px 22px 63px;
    background: url(https://freecarnyc.com/img/iphone-back.png) no-repeat;
    background-size: 74%;
    background-position: 43px -4px;
}
.left-phone-bg img {
    width: 100%;
    display: block;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}
.right-phone-txt {
    width: 60%;
}
.utp-rpt-app {
    width: 50%;
    padding: 15px;
}
.utp-rpt-app img {
    width: 50px;
    float: left;
    margin: 1rem 0;
    margin-right: 10px;
}
.utp-rpt-app p {
    font-size: 16px;
    font-weight: 600;
}
.how-it-work {
    padding: 50px 0;
}
.hd-how-it-work h2 {
    text-align: center;
    font-size: 35px;
    margin-bottom: 80px;
}
.breadcrumbs{
    background: #edf7ff;
    padding:5px 0;
}
.breadcrumbs ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.breadcrumbs ul li{
    display: inline-block;
    position: relative;
    margin-right: 5px;
}
.breadcrumbs ul li:after{
    content:"/";
    position:relative;
}
.breadcrumbs ul li:last-of-type:after{
    content:none;
}

.breadcrumbs ul li a,.breadcrumbs ul li span{
    color: black;
    padding: 5px;
}
.hd-products h1{
    text-align: center;
    font-size: 40px;
    margin: 1em 0;
}
.img-products{
    width: 28%;
    padding: 15px 63px 22px 63px;
    background: url(https://freecarnyc.com/img/iphone-back.png) no-repeat;
    background-size: 74%;
    background-position: 43px -4px;
}
.img-products img{
    width: 100%;
    border-radius: 30px;
}
.text-prod {
    width: 70%;
    margin-left: 2%;
    font-size: 17px;
}
.text-prod h3{
    font-size: 30px;
}
.text-prod ul li{
    margin-bottom: 10px;
}
.one-sim-products {
    margin: 15px 0;
    border-bottom: 1px solid #ccc;
    padding: 30px 0px;
}
.link-uzn-pruct a {
    display: block;
    float: left;
    padding: 20px;
    background: #001a33;
    color: white;
    margin: 10px 0;
    border-radius: 4px;
    text-decoration: none;
}
.primeri-realizacii img{
    Height:40px;
}
.primeri-realizacii a {
    display:block;
    float:left;
    margin-right:10px;
}
.primeri-realizacii p {
    margin-top: 0;
}
.head-about h1,.hd-team h1{
    text-align: center;
    font-size: 40px;
    margin: 1em 0;
}

.one-time-line {
    width: 82%;
    margin-left: 5%;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #efefef;
    margin-bottom: 30px;
    box-shadow: 4px 4px 4px 0px #cccccca6;
    position:relative;
}
.one-time-line:before {
    content: "✓";
    position: absolute;
    display: block;
    left: -9.5%;
    top: 36%;
    background: #1e87f0;
    padding: 7px 16px 9px 16px;
    font-size: 25px;
    border-radius: 50%;
    color: white;
    box-shadow: 2px 2px 2px 0px #cccccca6;
}
.now-sections:before {
    content: "✓";
    position: absolute;
    display: block;
    left: -10%;
    top: 36%;
    background: #24b900;
    padding: 9px 20px 15px 20px;
    font-size: 25px;
    border-radius: 50%;
    color: white;
    box-shadow: 2px 2px 2px 0px #cccccca6;
}
.date-time p {
    margin: 0.5rem 0;
    font-size: 17px;
    margin-bottom: 0;
    color:grey;
}
.zag-time-line {
    font-size: 25px;
    margin: 10px 0;
}
.text-time-line {
    font-style: italic;
    line-height: 1.6;
    font-size: 15px;
}
.one-team-bl{
    margin: 30px 0;
}
.one-team-bl .img-team{
    width: 25%;
}
.one-team-bl .img-team img{
    width: 100%;
    border-radius:100%;
    border: 3px solid #001a33;
    box-shadow: 0px 3px 4px 2px #ccc;
}
.text-o-team{
    width: 73%;
    margin-left: 2%;
}
.text-o-team ul li{
    margin-bottom: 10px;
}
.text-o-team ul li a {
    color:blue;
}
.text-o-team h2{
    font-size: 30px;
}
.body-about{
    width: 90%;
    margin-left: 10%;
    border-left: 3px solid #e2e2e2;
    margin-bottom: 50px;
}
.one-smi {
    box-shadow: 4px 4px 4px 0px #cccccca6;
    padding: 15px;
    width: 100%;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    margin:15px 0;
}
.img-smi{
    width: 30%;
}
.img-smi img{
    width: 100%;
}
.text-smi{
    width: 68%;
    margin-left: 2%;
}
.data-smi{
    font-size: 20px;
    margin: 10px 0;
}
.name-smi{
    font-style: italic;
    font-size: 18px;
    margin: 10px 0;
}
.short-smi{
    font-size: 15px;
}
.one-smi a {
    display: block;
    float: left;
    width: 40%;
    padding: 12px;
    background: #001a33;
    color: white;
    text-decoration: none;
    border-radius: 3px;
    text-align: center;
    margin: 20px 0;
}
.body-smi {
    padding: 20px 0;
}
.left-contancts{
    width: 50%;
}
.right-contancts{
    width: 45%;
    margin-left: 5%;
}
.zag-contact p {
    text-align: center;
    font-size: 25px;
}
.right-contancts form input, .right-contancts form textarea{
    background: #fff;
    border-radius: 3px;
    border: 1px solid #ccc;
    box-shadow: inset 0 0 1px 0 #000000a1;
    box-sizing: border-box;
    color: #5f7676;
    line-height: 22px;
    padding: 8px 10px;
    font-size: 16px;
    display: block;
    float: left;
    width: 100%;
    margin: 10px 0;
}
.right-contancts form,.right-contancts form button{
    display: block;
    float: left;
    width: 100%;
}
.pole-vvoda button {
    width: 60%;
    background: #001a33;
    text-align: center;
    display: block;
    float: left;
    width: 50%;
    margin: 10px 0;
    padding: 12px;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    box-shadow: 0px 2px 4px 0px #ccc;
}
.head-contacts h1{
    text-align: center;
    font-size: 35px;
}
.right-contancts form button{
    text-align: center;
    display: block;
    float: left;
    width: 45%;
    padding: 12px;
    background: #001a33;
    color: white;
    text-decoration: none;
    border-radius: 3px;
    margin: 10px 0;
    border: none;
    font-size: 17px;
}
.graphik-work {
    list-style:none;
}
.graphik-work li {
    margin: 5px 0;
}
.map-contacsts {
    margin-bottom: 70px;
}
.one-team-bl .one-team .img-team {
    width:100%;
}
.one-line-team {
    margin:30px 0;
}
.hd-for-ds h1 {
    text-align: center;
    font-size: 35px;
}
.one-block-pr-resh{
    padding: 20px;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    margin: 15px 0;
    box-shadow: 4px 4px 4px 0px #ccc;
}
.one-block-pr-resh h3{
    font-size: 22px;
    padding: 10px 0;
    margin: 10px 0;
    border-bottom: 1px solid #ccc;
}
.hd-packets h2{
    text-align: center;
    font-size: 33px;
}
.bd-packets {
    margin-bottom:50px;
}

.one-packet{
    width: 32%;
    margin-right: 2%;
    text-align: center;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 4px 4px 4px 0px #ccc;
}

.one-packet:last-of-type {
    margin-right: 0%;
}

.name-packet {
    font-size: 22px;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.one-packet span{
    font-size: 30px;
    color: green;
    font-weight: 900;
}
.one-packet a{
    display: block;
    float: left;
    width: 50%;
    margin-left: 25%;
    color: white;
    background: #a606e6;
    text-decoration: none;
    padding: 10px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
}
.first-ekran .primeri-realizacii img {
    Height: 50px;
}
@media only screen and (max-width:768px) {
   .container,.list-of-articles .container {
    width: 100%;
    float: left!important;
    padding:0 13px;
}
.logo,.left-infa,.right-infa,.frst-utpme,.left-phone-bg,.right-phone-txt,.one-product,.utp-rpt-app,
.one-team,.ft-prodts a,footer .contacts-bl,footer .map,footer .links,.but-left-infa a,.but-left-infa,.one-team-bl .img-team,.text-o-team,
.one-smi,.left-contancts,.right-contancts{
    width: 100%;
    margin: 10px 0;
}
.mob-menu{
    display: none;
}
.call-us {
    width: 100%;
}
.text-left-infa h1 {
    font-size:30px;
}
.text-left-infa p {
    font-size: 20px;
    line-height: 1.5;
}
section {
    padding:30px 0!important;
}
.utp-rpt-app{
    padding: 0 15px;
}
.logo {
    padding:0;
}
.img-products{
    width: 100%;
}
.text-prod {
    width:100%;
    margin:0;
}
.breadcrumbs {
    padding:5px 0!important;
}
.head-about h1, .hd-team h1 {
    text-align: center;
    font-size: 31px;
    margin: 1em 0;
}
.body-about {
    width: 96%;
    margin-left: 4%;
    border-left: 3px solid #e2e2e2;
    margin-bottom: 50px;
}
.one-time-line {
    width: 85%;
    margin-left: 15%;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #efefef;
    margin-bottom: 30px;
    box-shadow: 4px 4px 4px 0px #cccccca6;
    position: relative;
}
.one-time-line:before {
    content: "✓";
    position: absolute;
    display: block;
    left: -25.5%;
    top: 36%;
    background: #1e87f0;
    padding: 5px 12px 7px 12px;
    font-size: 19px;
    border-radius: 50%;
    color: white;
    box-shadow: 2px 2px 2px 0px #cccccca6;
}
.date-time p {
    margin: 0.5rem 0;
    font-size: 15px;
    margin-bottom: 0;
    color: grey;
}
.text-time-line {
    font-style: italic;
    line-height: 1.5;
    font-size: 15px;
}
.c-hamburger {
    background: url(/img/menu-but.png);
    background-position-x: 10px;
    background-position-y: 10px;
    background-repeat: no-repeat;
    background-size: 45px;
    display: block;
    height: 65px;
    padding-bottom: 0;
    position: relative;
    width: 65px;
    z-index: 9999;
    float: right;
    border:0;
}
.logo{
    width: calc(100% - 100px);
}
.mob-menu {
    position: absolute;
    background: black;
    left: -13px;
    top: 95px;
    width: calc(100% + 13px);
    padding: 20px;
    z-index: 11111;
}
.one-packet {
    width:100%;
    Margin:15px 0;
}
.mob-menu ul li {
    list-style: none;
    display: block;
    float: left;
    border-right: none;
    width: 100%;
    border-bottom: 1px solid;
}
.left-phone-bg {
    padding: 21px 81px 22px 68px;
    background: url(https://freecarnyc.com/img/iphone-back.png) no-repeat;
    background-size: 74%;
    background-position: 43px -4px;
    overflow: hidden;
}
.head-contacts h1 {
    text-align: center;
    font-size: 27px;
    margin: 10px 0;
}
.left-contancts a {
    color: #001a33;
}
.first-ekran {
    padding:0px 0;
}
.first-ekran .primeri-realizacii img {
    Height: 50px;
}
}