/*
 * Template Name: Unify - Responsive Bootstrap Template
 * Description: Business, Corporate, Portfolio, E-commerce, Blog and One Page Template.
 * Version: 1.9.2
 * Author: @htmlstream
 * Website: http://htmlstream.com
*/

/*Import Global Compulsory CSS Files*/
@import url(app.css);
@import url(blocks.css);

/*Import CSS Plugins*/
@import url(plugins/style-switcher.css);

* {
    border-radius: 0;
}

body {
    color: #333;
    font-size: 13px;
    line-height: 1.6;
}

body.header-fixed-space {
    padding-top: 104px;
}
body.header-fixed-space-v2 {
    padding-top: 135px;
}

@media (max-width: 991px) {
    body.header-fixed-space,
    body.header-fixed-space-v2 {
        padding-top: 0;
    }
}

p,
li,
li a,
label {
    color: #000;
}

a {
    color: #72c02c;
    text-decoration: none;
}

a,
a:focus,
a:hover,
a:active,
button,
button:hover {
    outline: 0 !important;
}

a:focus {
    text-decoration: none;
}
a:hover {
    color: #72c02c;
    text-decoration: underline;
}

/*Boxed Layout
------------------------------------*/
.wrapper {
    background: #fff;
}

.boxed-layout {
    padding: 0;
    box-shadow: 0 0 5px #ccc;
    margin-left: auto !important;
    margin-right: auto !important;
    background: url(../img/patterns/15.png) repeat;
}

/*Hiding arrows for select field in IE*/
select::-ms-expand {
    display: none;
}


h2.heading-sm, h3.heading-md {
    margin-top: 10px;
}

.first-screen-desc {
    font-size: 24px;
    font-family: 'Open Sans',sans-serif;
    color: #fff;
    margin-top: 30px;
}
.first-screen-items {
    max-width: 562px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 30px;    
    text-align: left;
}
.first-screen-items li{
    background: none;
    color: #fff;
}    
@media (min-width: 500px) {
    .form-wrapper {
        padding: 0px 140px !important;
    }
}
.socIcons {
    text-align: center;
    margin-top: 10px;
}
.socIcons img {    
    margin-bottom: 5px;
}
.socIcons img {    
    width: 35px;
}
.footerSoc {
    float: right;
    position: absolute;
    bottom: 11px;
    right: 22px;
    z-index: 999;
    color: black;
}
.footerSoc a {
    margin-left: 10px;
}
.catalog_more{
        width: 265px;
    display: block;
    text-align: center;
    color: white;
    font-size: 23px;
    background-color: orangered;
    margin: auto;
    padding: 10px;
}
.catalog_more:hover{
    color: white;
}
@media (min-width: 1199px) {
    .lead.slogan {
        margin-top: 15px !important;
    }
}
.arrown {
    position: absolute;
    margin-left: -75px;
    margin-top: -35px;
    width: 60px;
    height: 78px;

}
.btns {
    width: fit-content;
    margin: auto;
    padding-bottom: 15px;
}

@media (max-width: 662px) {
    .arrow_quize, .arrown {
        display: none;
    }
}
@media (max-width: 500px) {
    .arrown {
        display: none;
    }
}

.marquiz__container {
    margin-left: -15px;
}
.green_btn {
    width: 265px;
    margin: auto;
    padding-bottom: 15px;
}
.arrow_quize {    
        position: absolute;
    margin-top: -22px;
    margin-left: -75px;
    width: 60px;
    height: 78px;
}