/* start general styles */
/* start general styles */


@font-face {
    font-family: Montserrat;
    src: url('../fonts/Montserrat/Montserrat-Regular.ttf');
}

*:not(i) {
    margin: 0px;
    padding: 0px;
    /*font-family: 'ArialMT' !important;*/
}

*, ::after, ::before {
    box-sizing: initial;
}

.error-text {
    text-align: center;
    color: red;
}


a:hover {
    text-decoration: none;
    color: inherit;
}

html {
    min-width: 1100px;
}

body {
    background: #f2f2f2;
    font-family: Arial,sans-serif;
    padding-top: 115px;
    padding-bottom: 50px;
    box-sizing: border-box;
    min-width: 1100px;
}

.image-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


header .logo {
    width: 125px;
    height: auto;
}

.image-cover-2 {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    bottom: 0px;
    left: 00px;
    margin: auto;
}

.image-contain {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.link-block {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

/* end general styles */
/* end general styles */

/* start header */
/* start header */

header {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 115px;
    z-index: 999;
}

.header-center {
    display: table;
    width: 1250px;
    margin: 30px auto 0px;
}

.header-logo-place {
    width: 250px;
    height: 100%;
    float: left;
}

/* ------------------ */

.open-menu-btn {
    display: none;
    width: 30px;
    height: 20px;
    float: right;
    margin: 15px;
    padding: 0px;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}

.burger {
    display: block;
    width: 100%;
    height: 4px;
    margin-bottom: 3px;
    background-color: #fff;
    border-radius: 5px;
}

.burger:last-child {
    margin-bottom: 0px;
}

/* ------------------ */


header i {
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    margin-bottom: 2px;
}

header .down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.header-menu {
    width: 640px;
    display: table-cell;
    vertical-align: middle;
    list-style: none;
}

.header-menu-items {
    display: inline-block;
    margin-right: 18px;
}

div.solution{
    position: absolute;
    padding: 10px 0px;
    background-color: #f2f2f2;
    border-radius: 10px;
    top:25px;
    width: 253px;
    overflow: hidden;
}

div.solution-hide{
    display: none;
}

div.solution-show{
    display: block;
}

div.solution>div{
    padding: 14px 20px;
}

div.solution a.solution-link{
    font-family: Montserrat;
    font-size: 12px;
    color: #222222;
    white-space: nowrap;
}

.header-menu-items:last-child {
    margin-right: 0px;
}

.menu-items-links {
    /*padding: 5px 15px;*/
    /*text-decoration: none;*/
    /*text-transform: uppercase;*/
    /*font-family: EBGaramond12-Regular;*/
    /*font-size: 14px;*/
    /*font-weight: bold;*/
    /*color: black;*/
    /*border-radius: 15px;*/
    display: inline-block;
    padding-right: 28px;
    /*float: right;*/
    font-family: Montserrat;
    color: #000;
    font-size: 12px;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;

    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

li.contact {
    border: 1px solid #000;
    border-left: none;
    border-radius: 0px 5px 5px 0px;
}

li.login {
    border: 1px solid #000;
    margin-right: -6px;
    border-radius: 5px 0px 0px 5px;
}

a.login {
    padding: 15px 22px;
    font-size: 12px;
    letter-spacing: 2px;
    font-family: Montserrat;
    line-height: inherit;
}

a.login:hover {
    background: #2e5fa7;
    color: white;
}

a.contact:hover {
    background: #2e5fa7;
    color: white;
}

a.contact {
    padding: 15px 22px;
    font-size: 12px;
    letter-spacing: 2px;
    font-family: Montserrat;
    line-height: inherit;
}

/*.menu-items-links:hover {*/
/*    color: #0000005c;*/
/*}*/

/* end header */
/* end header */

/* start content */
/* start content */

.content {
    position: relative;
    width: 100%;
}

.content-center {
    width: 1200px;
    margin: 0px auto;
}

/* end content */
/* end content */


/* start inputs */
/* start inputs */

.login-label {
    display: block;
    width: 27px;
    height: 36px;
    float: left;
    text-align: center;
}

.login-icons {
    margin: 8px auto 0px;
}

.inputs {
    width: 373px;
    height: 36px;
    margin-left: 10px;
    padding-left: 10px;
    color: #fff;
    font-family: 'ArialMT';
    background-color: #494949;
    outline: none;
    border: 1px solid #979797;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* end inputs */
/* end inputs */


.paging-container {
    float: right;
    margin-bottom: 15px;
    font-size: 30px;
}

.paging-container a {
    margin: 0 8px;
}

.select2-results__group {
    font-weight: bold !important;
}

.success-message-parent {
    position: absolute;
    top: 20px;
    left: 240px;
    width: calc(100% - 240px);
    height: 60px;
    z-index: 10;
}

.success-message {
    z-index: 1000;
    display: none;
    width: 500px;
    height: 30px;
    line-height: 30px;
    margin: 0px auto;
    color: white;
    text-align: center;
    background-color: #2ecc71;
    border-radius: 5px;
}

.success-message-big-parent {
    position: absolute;
    top: 0px;
    left: 240px;
    width: calc(100% - 240px);
    height: 80px;
    z-index: -999;
}

.success-message-big {
    display: none;
    width: 500px;
    height: 80px;
    line-height: 25px;
    margin: 0px auto;
    color: white;
    text-align: center;
    background-color: #2ecc71;
    border-radius: 5px;
}

.underline-span a {
    text-decoration: underline;
}

.select2-results__group {
    text-align: center;
}

.image-upload-div {
    width: 100%;
    margin: 0;
    padding: 0;
}

.image-upload-div .browse-btn {
    display: block;
    width: 115px;
    height: 27px;
    float: none;
    margin: 0px auto;
    color: #4a4a4a;
    background-color: #c3c3c3;
    border: none;
    outline: none;
    border-radius: 5px;
    cursor: pointer;
}

.image-upload-div .input-container {
    width: 100%;
    display: block;
}

.image-upload-div .upload-image-container {
    width: 100%;
    display: inline-block;
    margin-top: 5px;
}

.image-upload-div .upload-image-container .single-container {
    position: relative;
    width: 30%;
    height: 100px;
    float: left;
    margin: 5px 5px;
}

/*.image-upload-div .upload-image-container img{*/
/*width: 100%;*/
/*height: 100%;*/
/*}*/

.image-upload-div .upload-image-container .remove {
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 6px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    background-color: red;
    border: none;
    outline: none;
    border-radius: 8px;
    cursor: pointer;
    margin-left: 20px;
    top: -6px;
    right: -6px;
}

div.layer {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 4;
    background: transparent;
    display: none;
}

/* responsive */
/* responsive */

@media (max-width: 1200px) {
    /*.header-center {*/
    /*	width: 100%;*/
    /*}*/
    /*.content-center {*/
    /*	width: 100%;*/
    /*}*/
}

@media (max-width: 1055px) {
    /*.all-projects-tabs {*/
    /*	width: 23%;*/
    /*}*/
}

@media (max-width: 1030px) {
    .success-message-big {
        width: 410px;
        font-size: 14px;
    }
}

@media (max-width: 790px) {
    /*.open-menu-btn {*/
    /*	display: block;*/
    /*}*/
    /*.header-menu {*/
    /*	width: 100%;*/
    /*	min-height: 0px;*/
    /*	height: 0px;*/
    /*	line-height: 20px;*/
    /*	background-color: #222222;*/
    /*	overflow: hidden;*/
    /*}*/
    /*.header-menu-items {*/
    /*	width: 100%;*/
    /*	margin-bottom: 15px;*/
    /*}*/
    /*.menu-items-links {*/
    /*	font-size: 16px;*/
    /*}*/
}


/* responsive */
/* responsive */
