body {  
  font-family: "TTNorms-Regular", sans-serif;  
  font-size: 14px;
  color: #000;
  min-width: 320px;
  position: relative;
  line-height: 1.2;
  -webkit-font-smoothing: antialised; }

.hidden {
  display: none; }

section {
    padding: 80px 0 80px;
}

a:active, a:focus, input, textarea, button { outline: none; }

/*----------------------*/
/*---------header-------*/
/*----------------------*/
.main_head {  
    background-attachment: scroll;    
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    min-height: 650px;
    position: relative;
}
.line-head{
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    height: 650px;
    position: absolute;
    left: 50%;
    /*margin-left: -15px;*/
    top: 0;
}
.logo {
  display: block;
  width: 100%;  
}
.logo img {
  width: 100%;
  float: left;
  margin-top: 15px;
}
.main_head .phone ul{
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.main_head .phone ul li{
  display: block;
  margin-bottom: 6px;
}
.main_head .phone ul li:last-child{
  margin-bottom: 0;
}
.main_head .phone ul li .btn-head{
  margin-top: 8px;
}
.main_head .phone{  
  padding-top: 0px; 
  text-align: center;
  margin-top: 6px;
}
.phone-wrap img{
  width: 25px;
}
.phone-wrap {
  padding-top: 0px;
}
.phone-wrap .fa{
  font-size: 18px;
   color: #367ae6; 
}
.phone-wrap a{
  color: #000;
  font-size: 22px;      
  font-weight: 800;
  font-family: "TTNorms-Medium",sans-serif;
}
.phone-wrap a:hover{
  color: #367ae6;
  transition: all .5s ease;
  border-bottom: none;
}
.phone-wrap a span{
  font-size: 14px;
  margin: 0;
  font-weight: 300;
}
.phone p{
  font-size: 14px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 6px;
}
.btn-head{
  margin-top: 40px;
}
.own-text ul{
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.own-text ul li{
  display: inline-block;
  margin-right: 20px;
}
.own-text ul li:last-child{
  margin-right: 0;
}
.own-text ul li img{
  width: 25px;
  position: relative;
  bottom: 2px;
}
.own-text ul li span{
  font-weight: 800;
}
.own-text{
  margin-top: 20px;
}
.own-text h1{
  color: #000;
  font-size: 54px;
  line-height: 1;
  margin-bottom: 70px;
  margin-top: 5px;
  font-family: "TTNorms-Medium",sans-serif;
}
.own-text p{
  color: #000;  
  font-weight: 800;
  font-size: 24px;
  margin-bottom: 0;
  margin-top: 50px;
}
ul.home-list {
  text-align: left;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-bottom: 25px;
  border-left: 3px #f41f27 solid;
}
ul.home-list li {
  display: block;
  color: #000;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 10px;  
  padding-left: 12px;
  font-family: "TTNorms-Medium", sans-serif;
}

.button-primary {
  color: #3911a1;
  font-size: 15px;
  font-family: "TTNorms-Bold", sans-serif;
  text-transform: uppercase;
  font-weight: 800; 
}
.button {
 display: inline-block; 
 transition: all .3s;  
}
a.button:hover{
  color: #000;
}
header .head-form {
  background-color: rgba(255,255,255,.3);
  /*border: 2px #fff solid;*/
  color: #000; 
  padding: 30px 30px 40px;
  text-align: center;
  /*box-shadow: 0px 7px 7px 0px rgb(0 0 0 / 20%);
  margin-top: 75px;*/
}
.head-form h3 {
  display: block;
  font-weight: 800;
  margin: 0 0 12px;
  text-align: left;
  font-size: 26px;
  line-height: 1;
  color: #367ae6;
  font-family: "TTNorms-Bold", sans-serif;
}
.head-form p{
  color: #777;
  font-size: 14px;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 14px;
  text-align: left;
  font-family: "TTNorms-Regular", sans-serif;  
}
.head-form p span{
  color: #000;
}
.input-inner {
  position: relative;   
}
.input-inner i {
    color: rgba(85, 45, 35, .25);
    font-size: 12px;  
    position: absolute;
    right: 10px;
    top: 8px;
    border: 1px solid #ccc;
    border-radius: 50px;
    padding: 3px 1px;
    background: #ccc;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontawesome";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-user-1:before {
    content: "\f183";
    color: #3911a1;
}
.icon-phone:before {
    content: "\f098";
    color: #3911a1;
}
.head-form input {
  border-bottom: 1px solid #ccc;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0px;
  color: #ccc;
  display: block;
  height: 38px;
  margin-bottom: 15px;
  width: 100%;  
  background: transparent;
  font-size: 12px;
}

.head-form button{
  display: block;    
  line-height: 36px;
  margin: 30px 0;
  padding: 12px 16px;
  /* float: right; */
  border: none;
  font-family: "TTNorms-Medium", sans-serif;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  text-transform: uppercase;
  font-size: 14px;
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(top, #f41f27 0%, #b11122 100%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f41f27 0%, #b11122 100%) repeat scroll 0 0;
  color: #fff;
  box-shadow: 0 4px 0 #8b0011;
  font-weight: 800;
  width: 100%;
  border-radius: 50px;
}
.head-form button:hover{
  transform: translateY(-2px);
  color: #000;
}
.head-form p:last-child{
  margin-bottom: 0;
}
.box {
  --top-right:20px; 
  --all:0px;
  --b:#fff;  
  /*width:200px;
  height:150px;*/
  display:inline-block;
  border:10px solid var(--b);
  background:
     linear-gradient(  45deg, var(--b) 0 calc(var(--bottom-left,var(--all)) + 10px) ,transparent 0) bottom left /50% 50%,
     linear-gradient( -45deg, var(--b) 0 calc(var(--bottom-right,var(--all)) + 10px),transparent 0) bottom right/50% 50%,
     linear-gradient( 135deg, var(--b) 0 calc(var(--top-left,var(--all)) + 10px)    ,transparent 0) top left    /50% 50%,
     linear-gradient(-135deg, var(--b) 0 calc(var(--top-right,var(--all)) + 10px)   ,transparent 0) top right   /50% 50%,
     var(--img,transparent);
  background-origin:border-box;
  background-repeat:no-repeat;
  -webkit-mask:
     linear-gradient(  45deg, transparent 0 var(--bottom-left,var(--all)) ,#fff 0) bottom left,
     linear-gradient( -45deg, transparent 0 var(--bottom-right,var(--all)),#fff 0) bottom right,
     linear-gradient( 135deg, transparent 0 var(--top-left,var(--all))    ,#fff 0) top left,
     linear-gradient(-135deg, transparent 0 var(--top-right,var(--all))   ,#fff 0) top right;
   /*-webkit-mask-size:50.5% 50.5%;*/
   -webkit-mask-repeat:no-repeat;
   margin-top: 20px;
}
.form-col{
  text-align: right;
}
.form-col form{
  width: 300px;
  text-align: right;
}
.car{
  position: absolute;
}
.car img{
  position: absolute;
  width: 670px;
  bottom: -97px;
  left: 235px;
}
/*-----menu-line---------*/

nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
nav li {
  display: inline-block;
}
.main-mnu {
  text-align: center;  
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 3px 9px 0 rgb(0 0 0 / 26%);
  margin-top: 10px;
}
.main-mnu a {
  display: block;  
  color: #000; 
  font-size: 16px; 
  font-weight: 600;
}
.main-mnu a:hover{
  color: #367ae6;
  transition: all .5s ease;
}
.main-mnu .active a{
  color: #367ae6;
}
.main-mnu .active a:hover{
  color: #000;
  transition: all .5s ease;
}
.main-mnu li{
  padding: 14px 30px 14px 30px;
}
.main-mnu li:first-child{
  padding-left: 0;
}
.main-mnu li:last-child{
  padding-right: 0;
}
.toggle-mnu {
  display: block;
  width: 28px;
  height: 28px;
  margin-top: -20px;
}
.toggle-mnu span:after, .toggle-mnu span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
}
.toggle-mnu span:after {
  top: 18px;
}
.toggle-mnu span {
  position: relative;
  display: block;
}
.toggle-mnu span, .toggle-mnu span:after, .toggle-mnu span:before {
  width: 100%;
  height: 4px;
  background-color: #f41f27;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}
.toggle-mnu.on span {
  background-color: transparent;
}
.toggle-mnu.on span:before {
  transform: rotate(45deg) translate(-1px, 0px);
}
.toggle-mnu.on span:after {
  transform: rotate(-45deg) translate(6px, -7px);
}
/*End Toogle Menu*/

.toggle-mnu {
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 500;
}

.hidden-mnu {  
  display: none;
  position: absolute;
  z-index: 1;
  width: 80%;
  right: 0;
  background-color: #fff;
}

.hidden-mnu ul {
  padding: 20px 14px;
  text-align: left;
}

.hidden-mnu li {
  display: block;
  border-bottom: 1px #ccc solid;
  padding-left: 0;
}
.hidden-mnu li:last-child{
  border-bottom: none;
}

.hidden-mnu a {
  color: #000;
}

.hidden-mnu a:active {
  text-decoration: underline;
}

.hidden-mnu a:hover {
  color: #367ae6;
}
/*-----------------------*/

/*---hidden-form---*/
.white-popup {
  position: relative; 
  padding: 25px;
  max-width: 400px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 3px 9px 0 rgb(0 0 0 / 26%);
  margin: 0 auto; }
  .white-popup img {
    max-width: 100%; }

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8); }

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0; }

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0; }

.mfp-close-btn-in .mfp-close {
    color: #000;
    right: 6px;
    top: 6px;
}
.white-popup h3{
  text-align: center;
}
/*----------------------------*/
.form-callback {
  padding: 32px 26px;  
  background-color: #f8f8f8;
}
.contact-form-head {
  text-align: center;
}
.form-callback h4 {
  color: #000;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 50px;
  margin-top: 0px;
  font-family: "TTNorms-Medium",sans-serif;
  text-align: center;
}
.form-callback p {
  color: #333;
  font-size: 14px;
  margin-top: 0;
}
.form-callback span {
  font-size: 14px;
  color: #fff;
  opacity:.5;
  margin-bottom: 3px;
  display: block;
}
.form-callback input {
    background-color: transparent;
    border-radius: 0px;
    border: none;
    padding: 9px 15px 7px;
    display: block;
    width: 100%;
    color: #333;
    font-size: 15px;
    border-bottom: 1px solid #ccc;
  }    
input[type="text"] {    
    color: #777;
}
::-webkit-input-placeholder { /* WebKit browsers */
   color: #777;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #777;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #777;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #777;
}
.form-callback label {
  margin-bottom: 18px;
  display: block;
}
.button-small {
  display: inline-block;
    line-height: 36px;
    margin: 0;
    padding: 12px 60px;
    /* float: right; */
    border: none;
    font-family: "TTNorms-Medium", sans-serif;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    text-transform: uppercase;
    font-size: 14px;
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(top, #ff8033 0%, #ff6800 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ff8033 0%, #ff6800 100%) repeat scroll 0 0;
    color: #000;
    box-shadow: 0 4px 0 #e7450c;
    font-weight: 800;
    border-radius: 50px;
}
.button-small:hover {
  transform: translateY(-2px);
  color: #fff;
}

.form-callback .text-center {
  text-align: center;
  margin-top: 40px;
} 
.form-callback { 
  margin: auto;
  box-shadow: 0 3px 9px 0 rgb(0 0 0 / 26%);
  padding: 50px 50px;
  position:relative;
  border-radius: 5px;
} 
.politic-conf p{
  color: #000;
  font-size: 12px;
}
.politic-conf a{
  color: #000;   
  opacity: .6;
}
.politic-conf a:hover{
   color: #333;
   opacity: 1;
   transition: all .25s ease;
   webkit-transition: all .25s ease;
}
/*----------------------*/
/*----------------------*/
/*----------------------*/

/*----------------------*/
/*------edge-wrap-------*/
/*----------------------*/
.unit_category .category_item{    
  border-radius: 5px;
  padding: 20px 16px;
  background-color: #fff;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 30px;
  box-shadow: 0 3px 9px 0 rgb(0 0 0 / 26%);
}

.unit_category .category_title{
    transition: all 0.5s;
}
.unit_category .category_item:hover .category_title{
    color: #000;
}
.unit_category .category_link{
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.unit_category .category_media_wrap{
    display: inline-block;
    position: relative;
    z-index: 1;
}
.unit_category .category_media{
    position: absolute;
    z-index: 1;
    left: -12px;
    top: 0;
    transition: all 0.5s;
    right: 10px;
}
.unit_category .category_media.hover_image{
    opacity: 0;
}
.unit_category .category_item:hover .category_media:not(.no_hover){
    opacity: 0;
}
.unit_category .category_item:hover .category_media.hover_image{
    opacity: 1;
}
.unit_category .category_media_wrap{
    width: 50px;
    float: left;
    left: 20px;
    top: 0px;
}
.unit_category.small .category_media{
    max-width: 76px;
}
.unit_category .category_media img{
    border-radius: 0;
    vertical-align: top;
    outline: none !important;
    max-width: 100%;
    max-height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; 
    float: left;  
}
.unit_category .category_item:hover {
    background-color: #f3f3f3;   
}
.category_item h6{
  font-size: 18px;
  margin: 0;
  line-height: 1.2;
  margin-left: 70px;
  margin-bottom: 24px;
}
.category_par{
  font-size: 14px;
  margin: 0;
  line-height: 1.2;
  margin-left: 20px;
  color: #000;  
}
.unit_category .category_item:hover .category_par{
    color: #000;
}
.edge-wrap{
  padding-bottom: 50px;
}
/*----------------------*/ 
/*----------------------*/
/*----------------------*/

/*--------comissia------*/
.comissia{
  padding-top: 0;
  padding-bottom: 50px;
}
.comissia h2 {
    color: #000;
    font-size: 28px;
    line-height: 1;
    margin-bottom: 20px;
    margin-top: 0px;
    font-family: "TTNorms-Medium",sans-serif;
    text-align: center;
}
.comissia p{
  text-align: center;
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 20px;
  line-height: 1.2;
  color: #3911a1;
  font-weight: 800;
}
.comissia-item{
  box-shadow: 0 3px 9px 0 rgb(0 0 0 / 26%);
  padding: 10px;
  display: inline-block;
  margin-bottom: 30px;
  width: 100%;
  border-radius: 5px;
}
.comissia-item-text{
  border-bottom: 1px #f41f27 solid;
}
.comissia-item-img{
  display: block;
  width: 100%;
}
.comissia-item-img img{
  width: 100%;
}
.comissia-item-text h3{
  font-size: 18px;
  color: #000;
  text-align: center;
  margin: 5px 0;
}
.comissia-item-btn{
  text-align: center;
}
.comissia-item-btn a{
  background-color: #367ae6;
  border: 1px #367ae6 solid;
  color: #fff;
  text-align: center;
  border-radius: 30px;
  padding: 12px 40px;
  display: block;
  width: 59%;
  margin: 12px auto 0;
  margin-bottom: 5px;
}
.comissia-item-btn a:hover{
  transform: translateY(-2px);
  color: #000;
  transition: all .5s ease;
}
/*----------------------*/

/*-------prodaja--------*/
.prodaja{
  background-color: #f8f8f8;
  padding-bottom: 50px;
}
.prodaja h2{
  color: #000;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 20px;
  margin-top: 0px;
  font-family: "TTNorms-Medium",sans-serif;
  text-align: center;
}
.prodaja p{
  text-align: center;
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 20px;
  line-height: 1.2;
  color: #3911a1;
  font-weight: 800;
}
.prodaja-item{
  box-shadow: 0 3px 9px 0 rgb(0 0 0 / 26%);
  padding: 10px;
  display: inline-block;
  margin-bottom: 30px;
  width: 100%;
  border-radius: 5px;
  background-color: #fff;
}
.prodaja-item-img{
  display: block;
  width: 100%;
}
.prodaja-item-text{
  border-bottom: 1px #f41f27 solid;
}
.prodaja-item-img img{
  width: 100%;
}
.prodaja-item-text h3{
  font-size: 18px;
  color: #000;
  text-align: center;
}
.prodaja-item-btn{
  text-align: center;
}
.prodaja-item-btn a{
  background-color: #367ae6;
  border: 1px #367ae6 solid;
  color: #fff;
  text-align: center;
  border-radius: 30px;
  padding: 12px 40px;
  display: block;
  width: 59%;
  margin: 12px auto 0;
  margin-bottom: 5px;
}
.prodaja-item-btn a:hover{
  transform: translateY(-2px);
  color: #000;
  transition: all .5s ease;
}
/*----------------------*/

/*------samosval-wrap-----*/
.samosval-wrap{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 50px;  
}
.samosval-wrap .section-title h2{
  color: #000;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 50px;
  margin-top: 0px;
  font-family: "TTNorms-Medium",sans-serif;
  text-align: center;
}
.samosval-wrap-img{
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 80px;
}
.samosval-wrap-img img{
  width: 100%;
}
.samosval-wrap-item img{
  width: 25px;
  position: relative;
  bottom: 2px;
}
.samosval-wrap-item p{
  margin: 0;
}
.samosval-wrap-item{
  box-shadow: 0 3px 9px 0 rgb(0 0 0 / 26%);
  padding: 30px 20px;
  display: inline-block;
  margin-bottom: 30px;
  width: 100%;
  border-radius: 5px;
}
.delivery-item img{
  width: 50px;
  float: left;
}
.delivery-item{
  box-shadow: 0 3px 9px 0 rgb(0 0 0 / 26%);
  padding: 10px 10px;
  display: flex;
  margin-bottom: 30px;
  width: 100%;
  border-radius: 5px; 
}
.delivery-item p{
  color: #000;
  font-size: 14px;
  padding-left: 60px;
  margin: 0;
}
.delivery-item-line{
  border: 1px #f41f27 solid;
  padding: 10px;
  width: 100%;
}
.delivery-item-line h3{
  font-size: 18px;
  color: #000;
  margin-top: 0;
  padding-left: 60px;
  margin-bottom: 6px;
}
/*------------------------*/

/*-------document-wr------*/
.document-wr{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.document-wr .section-title h2{
  color: #fff;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 50px;
  margin-top: 0px;
  font-family: "TTNorms-Medium",sans-serif;
}
.doc-list ul{
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.doc-list ul li{
  width: 44%;
  display: inline-block;
  margin-bottom: 30px;
}
.doc-list ul li img{
  width: 50px;
  margin-top: 0;
  margin-bottom: 8px;
}
.doc-list ul li p {
    margin: 0;
    font-weight: 800;
    color: #fff;
    font-size: 18px;
}
.document-wr-item{
  width: 75%;
}
.doc-btn a{
  display: block;
  line-height: 36px;
  margin: 30px 0 0;
  padding: 12px 16px;
  /* float: right; */
  border: none;
  font-family: "TTNorms-Medium", sans-serif;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  text-transform: uppercase;
  font-size: 14px;
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(top, #f41f27 0%, #b11122 100%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f41f27 0%, #b11122 100%) repeat scroll 0 0;
  color: #fff;
  box-shadow: 0 4px 0 #8b0011;
  font-weight: 800;
  width: 253px;
  border-radius: 50px;
}
.doc-btn a:hover{
  transform: translateY(-2px);
  color: #000;
}
/*------------------------*/

/*-------uslovia---------*/
.uslovia{
  padding-bottom: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.uslovia .section-title h2{
  color: #000;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 50px;
  margin-top: 0px;
  font-family: "TTNorms-Medium",sans-serif;
  text-align: center;
}
.uslovia-item{
  box-shadow: 0 3px 9px 0 rgb(0 0 0 / 26%);
  padding: 10px 10px;
  display: flex;
  margin: 0 auto 30px;
  width: 60%;
  border-radius: 5px;
  background: #f8f8f8;
}
.uslovia-item-line {
    border: 1px #f41f27 solid;
    padding: 10px;
    width: 100%;
}
.uslovia-item-img img{
  width: 50px;
}
.uslovia-item-text h3{
  font-size: 18px;
  color: #000;
  margin-bottom: 0;
}
.uslovia-img{
  display: block;
  width: 100%;
  margin-top: 30px;
}
.uslovia-img img{
  width: 100%;
}
/*------------------------*/

/*-------avto-pay------------*/
.avto-pay .section-title h2 {
  color: #000;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 50px;
  margin-top: 0px;
  font-family: "TTNorms-Medium",sans-serif;
  text-align: center;
}
.galeryBox__box {
  padding: 0;
  margin: 0; 
  box-shadow: 0 3px 9px 0 rgb(0 0 0 / 26%);
  width: 100%;
  height: 210px;
  overflow: hidden; 
}
.galeryBox__box-inner {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 1; 
}
.galeryBox--special .galeryBox__box {
  height: 250px;
  overflow: hidden; 
}
.galeryBox--special .galeryBox__img {
  height: 210px;
  overflow: visible; 
}
.galeryBox__img {
  position: relative;
  z-index: -1; 
}
.galeryBox__img {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .galeryBox__img:hover {
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }

.galeryBox__img-link {
  width: 100%;
  height: 100%;
  text-decoration: none; 
}    
.avto-pay-text h4{
  font-size: 18px;
  color: #000;
  margin-top: 8px;
  margin-bottom: 8px;
  color: #367ae6;
}
.avto-pay-text p{
  color: #000;
  font-size: 14px;
  margin: 0;
}
.avto-pay-item{
  margin-bottom: 30px;
}
.avto-pay{
  padding-bottom: 50px;
}
/*---------------------------*/

/*---------pricep------------*/
.pricep{
  padding-top: 0;
  padding-bottom: 40px;
}
.pricep .section-title h2{
  color: #000;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 50px;
  margin-top: 0px;
  font-family: "TTNorms-Medium",sans-serif;
  text-align: center;
}
/*---------------------------*/

/*-------form-section--------*/
.form-section{
  padding: 80px 0 80px;
  background-color: #f8f8f8;
}
.form-section .section-title h2{
  color: #000;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 20px;
  margin-top: 0px;
  font-family: "TTNorms-Medium",sans-serif;
  text-align: center;
}
.form-section .section-title p{
  margin-bottom: 50px;
  text-align: center;
}
.form-section-input input{
  user-select: none;
  position: relative;
  text-align: left;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #ccc;
  border-top: none;
  border-left: none;
  border-right: none;
  display: block;
  height: 51px;
  border-radius: 0px;
  text-indent: 10px;
  margin-bottom: 30px;
}
.score-wrap-form{
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 3px 9px 0 rgb(0 0 0 / 26%);
  padding: 50px 50px;
  background-color: #fff;
  border-radius: 5px;
}
.form-section-input span{
  font-size: 14px;
  line-height: 1.55;
  color: #000;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 300;  
}
.form-section-input textarea{
  user-select: none;
  position: relative;
  text-align: left;
  padding: 0;
  width: 100%;
  border: 1px solid #000;
  display: block;
  height: 150px;
  border-radius: 0px;   
  padding: 14px 10px;
}
.form-section-input label{
  margin-bottom: 30px;
}
.form-section-btn{
  text-align: center;
}
.form-section-btn button{
  display: inline-block;
  line-height: 36px;
  margin: 0;
  padding: 12px 60px;
  /* float: right; */
  border: none;
  font-family: "TTNorms-Medium", sans-serif;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  text-transform: uppercase;
  font-size: 14px;
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(top, #f41f27 0%, #b11122 100%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f41f27 0%, #b11122 100%) repeat scroll 0 0;
  color: #fff;
  box-shadow: 0 4px 0 #8b0011;
  font-weight: 800;
  border-radius: 50px;
}
.form-section-btn button:hover{
  transform: translateY(-2px);
  color: #000;
}
.form-section-name h4{
  text-align: center;
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 20px;
}
.footer-phone-title h4{
  font-size: 18px;
  margin-top: 40px;
  margin-bottom: 10px;
  line-height: 1.2;
  text-align: center;
}
footer .social-wrap {
    text-align: center;
    margin-top: 16px;
}
footer .social-wrap p{
  text-align: center;
}
footer .phone ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}
footer .phone ul li {
    display: block;
    margin-bottom: 8px;
}
footer .phone ul li .btn-head {
    margin-top: 20px;
}
footer .phone{
  text-align: center;
}
footer .phone p{
  text-align: center;
  margin-top: 20px;
}
/*---------------------------*/

/*--------Scroll----------*/
.top {
  position: fixed;
  bottom: 38px;
  right: -120px;
  width: 40px;
  height: 40px;  
  cursor: pointer;
  background-color: #367ae6;
  text-align: center;
  opacity: .8;
  color: #fff;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 999;
  border-radius: 50px;
}
.top:hover {
  background-color: #367ae6;
  opacity: 1;
}
.top:active {
  right: 20px;
}
.top.active {
  right: 10px;
}
.top .fa {
  font-size: 16px;
  margin-top: 10px;
}
/*------------------------*/