body, h1, h2, h3, h4, h5, h6, a {
    font-family: Fira Sans, sans-serif; 
}

.nav {
	background-color: #3b399c;
	background-image: linear-gradient(to right, #d0221e, #133368);
}

.nav h4 {
    display: none;
}


.nav ul li {
	float:left;
	list-style: none;
}

.nav ul li a {
    outline: none;
    display: inline-block;
    padding: 18px 15px;
    text-transform: uppercase;
    font-size: 15px;
    color: white;
    font-weight: 400;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease 0s;
}

.nav ul li a:hover, 
.nav ul li a.active {
	border-bottom: 2px solid #fbd866;
	color:#fbd866;
	transition: all 0.3s ease 0s;
}


.header .logo img {
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 20px;
    border-radius: 100%;
    border: 2px solid #0c0c4e;
}

.header .logo span {
    font-size: 22px;
    color: #0c0c4e;
    font-weight: 800;
}

.header .logo p {
    margin: 0;
    font-weight: 400;
    font-size: 15px;
    margin-top: 12px;

}

.header {
     padding: 25px 0;
}

.header .cont {
    padding-top: 15px;
}

.header .cont .icon {
	width: 40px;
	height: 40px;
	border-radius: 10px;
	background-color: #3b399c;
	background-image: linear-gradient(to right, #d0221e, #133368);
	float:left;
}

.header svg {
    width: 20px;
    height: 20px;
    margin: 10px;
    fill: #ffffff;
}

.header .cont .phone {
    float: left;
    margin: 5px 0 0 10px;
    font-size: 21px;
    font-weight: 600;
}


.header .cont .address {
	width: 78%;
    float: right;
    margin: 4px 0 0 10px;
    font-size: 12px;
    font-weight: 400;
}


.offer {
	background: url('back1.jpg') top center no-repeat;
	background-size: cover;
}

.offer .container .row:first-child {
	padding:40px 0;
}


.offer .left h2 {
    font-size: 50px;
    color: white;
    margin-top: 100px;

}

.form {
	background:#fbd866;
	border-radius: 30px;
	padding:40px;
}

.form h2 {
    text-align: center;
    font-size: 28px;
    margin: 0;
}

.form p {
    text-align: center;
    font-size: 15px;
    margin-top: 15px;
}

form {
	margin:30px auto 0;
	width: 80%;
	text-align: center;
}

form input[type=text]::placeholder {
    color:#ad991b;
}

form input {
	background: #fbd866;
    border: 1px solid #c5ad41;
    width: 100%;
    height: 45px;
    border-radius: 10px;
    padding: 0 20px;
    outline: none;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 12px;
}

form input:focus {
    border:1px solid rgba(0, 0, 0, 0.6);
}
form input:focus::placeholder {
    color:black;
}

form button {
	width: 80%;
    margin-top: 20px;
    background: #413e9c;
    border: none;
    color: white;
    border-radius: 10px;
    height: 45px;
	box-shadow: 0px 30px 14px -14px rgba(0,0,0, 0.4);
}

.catalog .container .row:first-child {
	padding: 40px 0;
}

.catalog .head {
	margin-bottom: 40px;
}

.catalog .head h1 {
    text-align: center;
    font-weight: 500;
    font-size: 30px;
}

section .line {
    width: 40px;
    margin: 20px auto 0;
    background: #403ba2;
    height: 5px;
    border-radius: 50px;
    box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.2);
}

.catalog .ruler > div {
	text-align: center;
    margin-bottom: 30px;
}

.catalog img {
	border-radius: 20px;
    border: 1px solid #cccccc;
    padding: 0 10px;
    transition: all 0.3s ease 0s;
    width: 100%;
    max-width: 175px;
}

.catalog img:hover {
    transition: all 0.3s ease 0s;
    opacity: 0.6;
}

.catalog .btn {
	margin:25px 0;
}

.btn_more {
    display: inline-block;
    border: 1px solid #fad94c;
    padding: 15px 40px 15px 20px;
    border-radius: 15px;
    color: black;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    transition: all 0.3s ease 0s;
}

.btn_more:hover {
	text-decoration: none;
	background: #fad94c;
	box-shadow: 0px 30px 14px -14px rgba(0,0,0, 0.4);
	color:black;
}

.btn_more svg {
	position: absolute;
    right: 20px;
    top: 19px;
}

.benefits .back {
	background: url('back2.jpg') top center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	min-height: 220px;
}

.benefits .row {
	margin-top:-40px;
    margin-bottom: 100px;
}

.benefits .ben {
	text-align: center;
}

.benefits .ben .icon {
	width: 70px;
	height: 70px;
	display: inline-block;
	background-color: #3b399c;
	background-image: linear-gradient(to right, #d0221e, #133368);
	border-radius: 10px;
	box-shadow:0 0 0 10px white;

}

.benefits .ben .icon svg {
	width: 45px;
    height: 45px;
    margin-top: 12px;
    fill: white;
}

.benefits .ben .text {
    font-size: 16px;
    margin-top: 25px;
    font-weight: 500;
}

.about_us .container .row:first-child {
	background:white;
	margin-top: -100px;
    border-radius: 25px 25px 0 0;
    padding: 0 125px;
}

.about_us .back {
	background: url('back3.jpg') center bottom no-repeat;
	background-size: cover;
	min-height: 300px;
}

.about_us h1 {
    text-align: center;
    font-weight: 500;
    font-size: 30px;
    margin-top: 50px;
}

.about_us .text {
	font-size: 15px;
    color: #696969;
    margin-top: 50px;
    text-align: justify;
}

.partners {
	margin: 50px 0 0;
}

.partners .head {
	margin-bottom: 40px;
}

.partners .head  h1 {
    text-align: center;
    font-weight: 500;
    font-size: 30px;
    margin-top: 50px;
}

.partners .ruler > div {
	text-align: center;
    margin-bottom: 30px;
}

.partners img {
	border-radius: 20px;
    border: 1px solid #cccccc;
    padding: 10px 20px;
    transition: all 0.3s ease 0s;
    width: 100%;
    max-width: 200px;
}

.partners img:hover {
    transition: all 0.3s ease 0s;
    opacity: 0.6;
}

.footer {
	background: url('back4.jpg') top center no-repeat;
	background-size: cover;
	/* DELETE */
	/*min-height: 500px;*/
	background-attachment: fixed;
	margin-top: 50px;
}

.footer .container .row:first-child {
	padding: 40px 0;
}

.footer .head {
    margin-bottom: 40px;
}

.footer .head h1 {
    text-align: center;
    font-weight: 500;
    font-size: 30px;
    color:white;
}

.footer .line {
    width: 40px;
    margin: 20px auto 0;
    background: #fad94c;
    height: 5px;
    border-radius: 50px;
    box-shadow: 0px 0px 0px 3px rgba(250, 217, 76, 0.21);
}

.footer .a {
	margin-top: 50px;
    overflow: hidden;
}

.footer .copyright {
    color: white;
    font-size: 13px;
}

.footer .time {
    color: white;
    margin-top: 50px;
}

.footer .time span {
    display: block;
    margin-bottom: 15px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.71);
}


.footer .contact {
	margin: 0 20px 20px;
	overflow: hidden;

}

.footer .contact .icon {
	float: left;
	margin: 0 15px 0 0;
	width: 24px;
	height: 24px;
}

.footer .contact svg {
	width: 24px;
	height: 24px;
	fill:#fbd866;
}

.footer .contact .text {
	float: left;
	color: white;
	font-weight: 300;
	font-size: 19px;
    width: 80%;
}

.footer .contact:nth-child(2) .text {
    font-size: 14px;
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.71);
}

.footer .contact:nth-child(3) .text a {
	color: #fad94c;
    font-size: 13px;
}

.footer .f {
    margin: 50px 0;
}

section .subtitle {
	text-align: center;
    margin-top: 30px;
    font-size: 16px;
    color: rgba(63, 55, 168, 0.81);
}

.danger {
	color: #db4851;
	font-weight: bold;
}


.manufacturers .container .row:first-child {
	background:white;
	margin-top: -100px;
    border-radius: 25px 25px 0 0;
    padding: 0 125px;
}

.manufacturers .back {
	background: url('back5.jpg') center center no-repeat;
	background-size: cover;
	min-height: 300px;
}

.manufacturers h1 {
    text-align: center;
    font-weight: 500;
    font-size: 30px;
    margin-top: 50px;
}

.manufacturers .text {
	font-size: 15px;
    color: #696969;
    margin-top: 50px;
    text-align: justify;
}
.manufacturers ul {
    margin-top: 50px;
}

.manufacturers ul li {
    float: left;
    list-style: none;
    width: 33%;
}



.shipment .container  .row:first-child {
    background:white;
    margin-top: -100px;
    border-radius: 25px 25px 0 0;
    padding: 0 125px;
}

.shipment .back {
    background: url('back6.jpg') center center no-repeat;
    background-size: cover;
    min-height: 300px;
}

.shipment h1 {
    text-align: center;
    font-weight: 500;
    font-size: 30px;
    margin-top: 50px;
}

.navbar-toggler {
    display: none;
}

/* Adaptive */


/* Small devices (landscape phones, 576px and up) */
@media (max-width: 767px) {
    .logo {
        text-align: center;
    }

    .logo img {
        float:none!important;
        margin:0!important;
    }

    .header .logo span {
        font-size: 25px;
    }

    .offer .left h2 {
        font-size: 50px;
        color: white;
        margin: 30px 0 50px;
       text-align: center;
    }

    .offer .form,
    .footer .form {
        width: 80%;
        margin: 0 auto;
    }

    .benefits .ben {
        text-align: center;
        min-height: 180px;
    }

    .about_us .container .row:first-child,
    .manufacturers .container .row:first-child{
        padding: 0 50px;
    }

    .footer .copyright,
    .footer .time {
        float: left;
        width: 50%;
        text-align: center;
        margin:0;
    }

    .footer .time span {
        margin:0;
    }

    .manufacturers ul li {
        width: 50%;
    }

    .contacts .a {
         margin-top: 0;
         overflow: hidden;
          margin-bottom: 20px;
    }

    .nav {
        position: fixed;
        top:0;
        left:0;
        right: 0;
        width: 100%;
        z-index: 999999;
        padding:15px 0;
        box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.06);
        min-height: 54px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .navbar-toggler {
        display: block;
        position: absolute;
        right: 15px;
        z-index: 999999999
    }

    .navbar-nav {
        padding: 0;
        margin: 50px 0 0 0;
    }

    .nav li {
        float:none!important;
        text-align: center;
    }

    .nav li a {
        display: block!important;
    }

    .navbar-collapse {
        box-shadow: none;
        border:none;
    }

    .nav {
        top:-150px;

    }

    .nav h4 {
        font-size: 18px;
        position: absolute;
        left: 15px;
        top: 3px;
        margin: 0;
        padding: 0;
        color: white;
        display: block;
    }
}

@media (max-width: 530px) {
    .header .row div:nth-child(3) {
        width: 240px;
        margin: 0 auto 0;
        float: none;
        overflow: hidden;   
    }

    .header .row div:nth-child(4) {
        width: 280px;
        margin: 0 auto 0;
        float: none;
        overflow: hidden;
    }

    .header .row div:nth-child(4) .address {
        width: 200px;
        margin:4px 0 0 0;
    }

    .offer .left h2 {
        font-size: 25px;
        margin: 10px 0 30px;
    }

    .offer .form, .footer .form {
        width: 100%
    }

    .form {
        padding: 40px 10px;
    }
    
    form {
        width: 90%;
    }

    .catalog .ruler > div {
        width: 100%;
    }
    
    .benefits .ben {
        width: 100%;
    }

    .about_us .container .row:first-child,
    .manufacturers .container .row:first-child {
        padding: 0 10px;
    }

    .partners .ruler > div {
        width: 100%;
    }

    .footer .a {
        margin-top: 0px;
    }

    .footer .copyright, .footer .time {
        float: none;
        width: 100%;
    }

    .footer .time {
        margin: 30px 0 ;
    }

   .manufacturers ul li {
        width: 100%;
    }

    .contacts input {
        font-size:15px;
        padding: 0 10px;
    }

    .example-2 .input-file + .js-labelFile {
        width: 100%;
        font-size:15px!important;
    }

    .nav h4 {
        display: none;
    }

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
    .header .logo {
        margin-top: 10px;
    }
    .header .logo img {
        margin-right: 10px;
        width: 70px;
        height: 70px;
    }

    .header .logo p {
        font-size: 14px;
        margin-top: 14px;
    }

    .header .logo span {
        font-size: 19px;
    }
    .header .cont .address {
        width: 80%;
    }

    .header > div > div > div:nth-child(3){
         padding-top: 0;
    }

    .offer .left h2 {
        margin: 30px 0;
        text-align: center;
    }

   .about_us .container .row:first-child,
   .manufacturers .container .row:first-child {
        padding: 0 50px;
    }

    .benefits .ben {
        min-height: 180px;
    }

    .footer .a {
        margin-top: 0px;
    }

    .footer .form {
        margin-top: 50px;
    }

    .footer iframe {
        margin-top: 50px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
    .header .cont .address {
        margin: -3px 0 0 0px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  

}


/* OTHER STYLES */
.example-2 .btn-tertiary{color:#555;padding:0;line-height:40px;width:300px;margin:auto;display:block;border:2px solid #555}
.example-2 .btn-tertiary:hover,.example-2 .btn-tertiary:focus{color:#888;border-color:#888}
.example-2 .input-file{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1}
.example-2 .input-file + .js-labelFile{    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    cursor: pointer;
    display: block;
    border: 1px solid #c4ae1f;
    height: 45px;
    line-height: 45px;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 400;}
.example-2 .input-file + .js-labelFile .icon:before{content:"\f093"}
.example-2 .input-file + .js-labelFile.has-file .icon:before{content:"\f00c";color:#5AAC7B}


/* menu */
.navbar-toggler {
    outline: none;
    padding: 0;
    border: none;
    background:none;
}

.hamburger { padding: 0; }

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before { background-color: #fbd866; }

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before { background-color: #b78e35; }

.hamburger.is-active:hover, .hamburger:hover { opacity: 1; }

.hamburger.is-active:hover .hamburger-inner, .hamburger.is-active:hover .hamburger-inner:after, .hamburger.is-active:hover .hamburger-inner:before, .hamburger:hover .hamburger-inner, .hamburger:hover .hamburger-inner:after, .hamburger:hover .hamburger-inner:before { background-color: #b78e35; }



