/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b, strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code, kbd, samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button, input, optgroup, select, textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button, input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button, select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"], [type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

/*! formalize.css | MIT License | github.com/interacthings/formalize */

*, *:before, *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
}

body {
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none;
}

img {
    vertical-align: middle;
}

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, figure, p, pre, fieldset, ul, ol, menu, form {
    margin: 0;
}

button, fieldset, iframe {
    border: 0;
}

fieldset, ul, ol, button, menu {
    padding: 0;
}

ol, ul {
    list-style: none;
}

textarea {
    resize: vertical;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    padding: 0;
}

/* FONT */

@font-face {
    font-family: 'Korolev Heavy';
    font-style: normal;
    font-weight: normal;
    src: local("Korolev Heavy"), url("../fonts/Korolev Heavy.woff") format("woff");
}

@font-face {
    font-family: 'Korolev Thin';
    font-style: normal;
    font-weight: normal;
    src: local("Korolev Thin"), url("../fonts/Korolev Thin.woff") format("woff");
}

@font-face {
    font-family: 'Korolev Light Italic';
    font-style: normal;
    font-weight: normal;
    src: local("Korolev Light Italic"), url("../fonts/Korolev Light Italic.woff") format("woff");
}

@font-face {
    font-family: 'Korolev Light';
    font-style: normal;
    font-weight: normal;
    src: local("Korolev Light"), url("../fonts/Korolev Light.woff") format("woff");
}

@font-face {
    font-family: 'Korolev Medium Italic';
    font-style: normal;
    font-weight: normal;
    src: local("Korolev Medium Italic"), url("../fonts/Korolev Medium Italic.woff") format("woff");
}

@font-face {
    font-family: 'Korolev Medium';
    font-style: normal;
    font-weight: normal;
    src: local("Korolev Medium"), url("../fonts/Korolev Medium.woff") format("woff");
}

@font-face {
    font-family: 'Korolev Bold';
    font-style: normal;
    font-weight: normal;
    src: local("Korolev Bold"), url("../fonts/Korolev Bold.woff") format("woff");
}

@font-face {
    font-family: 'Korolev Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local("Korolev Bold Italic"), url("../fonts/Korolev Bold Italic.woff") format("woff");
}

@font-face {
    font-family: 'Korolev Heavy Italic';
    font-style: normal;
    font-weight: normal;
    src: local("Korolev Heavy Italic"), url("../fonts/Korolev Heavy Italic.woff") format("woff");
}

/* GLOBAL */

body {
    background: url(../img/bg.jpg) no-repeat top center;
    background-size: 100% auto;
    font-family: 'Korolev Medium';
    color: #262222;
    -webkit-transition: 300ms;
    transition: 300ms;
    position: relative;
}

body.home {
    background: url(../img/bghome.jpg) no-repeat top center;
}

body.open {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
}

input, textarea, button {
    outline: 0;
}

.content {
    position: relative;
}

.container {
    width: 1630px;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

a {
    -webkit-transition: 300ms;
    transition: 300ms;
}

.primary-btn {
    background: #9e2118;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.38);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.38);
    width: 135px;
    height: 45px;
    line-height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    font-family: 'Korolev Bold';
    color: #fff;
    outline: 0;
    -webkit-transition: 300ms;
    transition: 300ms;
    cursor: pointer;
}

.primary-btn:hover {
    background: rgba(158, 33, 24, 0.8);
}

.primary-btn i.arrow {
    background: url(../img/icons/rightarrow.png);
    width: 14px;
    height: 10px;
    margin-left: 22px;
    left: 0 !important;
}

.primary-btn.form-btn {
    background: #80201a;
    background: linear-gradient(171deg, #80201a 0%, #ea3c37 100%);
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-left: auto;
    margin-top: -13px;
    width: 155px;
    height: 50px;
    line-height: 52px;
}

.site-title {
    font-size: 49px;
    font-family: 'Korolev Bold';
    width: 100%;
    margin-bottom: 45px;
}

.site-title:after {
    content: '';
    display: block;
    background: url(../img/sitetitle.png);
    width: 393px;
    height: 5px;
    margin-top: 25px;
}

.site-title.mini {
    margin-bottom: 30px;
}

.site-title.mini:after {
    content: '';
    display: block;
    background: url(../img/sitetitlemini.png);
    width: 327px;
    height: 5px;
    margin-top: 15px;
}

.block-title {
    width: 100%;
    font-size: 16px;
    margin-bottom: 48px;
}

.block-title b {
    font-weight: normal;
    font-family: 'Korolev Bold';
}

.block-title.page-block-title {
    font-size: 26px;
    margin-top: 80px;
    margin-bottom: 100px;
}

.page-head {
    background: #80201a;
    background: linear-gradient(171deg, #80201a 0%, #ea3c37 100%);
    height: 92px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-head-title {
    font-family: 'Korolev Bold';
    font-size: 30px;
}

.page-head ul.breadcrumbs {
    margin-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.page-head ul.breadcrumbs li {
    font-size: 11px;
    margin-right: 3px;
}

.page-head ul.breadcrumbs li a {
    color: #fff;
}

.page-content {
    margin-top: 85px;
}

.page-full {
    width: 100%;
}

.no-margin {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.no-margin-bt {
    margin-bottom: 0 !important;
}

.no-padding {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.static-page {
    font-family: 'Korolev Light';
    line-height: 30px;
}

.static-page h3 {
    font-size: 33px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    margin-bottom: 25px;
}

.static-page p {
    margin-bottom: 30px;
}

.static-page img.img-right {
    float: right;
    max-width: 55%;
}

.static-page .ref-detail {
    line-height: 40px;
    margin-top: 50px;
}

.static-page .ref-detail a {
    color: #262222;
}

.static-page .ref-mockup {
    margin-top: 30px;
}

.static-page .ref-mockup img {
    width: 100%;
}

@media screen and (max-width: 1600px) {
    .container {
        width: 1230px;
    }
}

@media screen and (max-width: 1205px) {
    .site-title {
        font-size: 30px;
        margin-bottom: 30px !important;
    }
    .site-title:after {
        max-width: 100%;
        margin-top: 0;
    }
    .block-title.page-block-title {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .static-page h3 {
        line-height: 40px;
    }
}

@media screen and (max-width: 960px) {
    .static-page img.img-right {
        display: none;
    }
}

.header {
    background: #fff;
    position: relative;
    z-index: 99;
}

.header-line {
    background: #80201a;
    background: linear-gradient(171deg, #80201a 0%, #ea3c37 100%);
    height: 6px;
}

.header-top {
    height: 57px;
    border-bottom: 1px solid #e8e5e5;
}

.header-top a {
    color: #262222;
}

.header-top a:hover {
    color: #c13a3a;
}

.header-top .container {
    height: 57px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-contact {
    font-size: 14px;
}

.header-contact span {
    margin-right: 33px;
    font-family: 'Korolev Light';
}

.header-contact span b {
    font-family: 'Korolev Bold';
}

.header-contact span i {
    margin-right: 8px;
    color: #80201a;
}

.header-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-social a {
    color: #a72921;
    margin-left: 8px;
}

.header-middle {
    height: 200px;
}

.header-middle .container {
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-middle .logo img {
    -webkit-transition: 300ms;
    transition: 300ms;
}

.header-middle .logo img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.header-middle .mobile-menu {
    display: none;
}

.header-middle .main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
}

.header-middle .main-menu .mobile-logo, .header-middle .main-menu .mobile-search {
    display: none;
}

.header-middle .main-menu nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-middle .main-menu nav a {
    margin-left: 48px;
    font-size: 18px;
    color: #262222;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-middle .main-menu nav a:hover {
    color: #c13a3a;
}

.header-middle .main-menu nav a:last-child {
    background: #80201a;
    background: linear-gradient(171deg, #80201a 0%, #ea3c37 100%);
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
    font-size: 15px;
}

.header-middle .main-menu nav a:last-child img {
    margin-right: 10px;
}

.header-middle .main-menu .search-btn {
    margin-left: 50px;
}

.header-middle .main-menu .search-btn i {
    background: #80201a;
    background: linear-gradient(171deg, #80201a 0%, #ea3c37 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 1600px) {
    .container {
        width: 1230px;
    }
    .header-middle .main-menu nav a {
        margin-left: 30px;
    }
}

@media screen and (max-width: 1250px) {
    .header-social {
        display: none;
    }
    .header-contact span {
        margin-right: 15px;
    }
    .header-middle {
        height: 100px;
        border-bottom: 3px solid #80201a;
    }
    .header-middle .container {
        height: 100px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .header-middle .logo img {
        height: 60px;
    }
    .header-middle .mobile-menu {
        display: block;
        font-size: 36px;
        cursor: pointer;
    }
    .header-middle .mobile-menu i {
        background: #80201a;
        background: linear-gradient(171deg, #80201a 0%, #ea3c37 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .header-middle .main-menu {
        position: fixed;
        width: 250px;
        height: 100%;
        background: #fff;
        border-left: 3px solid #c13a3a;
        top: 0;
        right: -250px;
        -webkit-transition: 300ms;
        transition: 300ms;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .header-middle .main-menu .mobile-logo {
        text-align: center;
        display: block;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .header-middle .main-menu .mobile-logo img {
        width: 70%;
    }
    .header-middle .main-menu .mobile-search {
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
        width: 100%;
        margin-bottom: 15px;
    }
    .header-middle .main-menu .mobile-search input {
        background: #f5f5f5;
        height: 45px;
        width: 100%;
        border: none;
        padding-left: 10px;
        padding-right: 40px;
        outline: 0;
    }
    .header-middle .main-menu .mobile-search button {
        position: absolute;
        right: 30px;
        top: 13px;
        background: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    .header-middle .main-menu nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }
    .header-middle .main-menu nav a {
        border-bottom: 1px solid #ddd;
        margin: 0;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .header-middle .main-menu .search-btn {
        display: none;
    }
}

.main-slider {
    background: #fff;
    -webkit-box-shadow: 0px 9px 40px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 9px 40px 0px rgba(0, 0, 0, 0.04);
    position: relative;
}

.main-slider .full-slider {
    max-width: 90%;
    margin: 0 auto;
}

.main-slider .owl-nav {
    display: none;
}

.main-slider .owl-dots {
    position: absolute;
    top: 0;
    left: 70px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.main-slider .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    border: 1px solid #9e2118;
    border-radius: 50%;
    display: block;
    margin-bottom: 20px;
    outline: 0;
}

.main-slider .owl-dots .owl-dot.active:before {
    content: '';
    width: 9px;
    height: 9px;
    display: block;
    background: #80201a;
    background: linear-gradient(171deg, #80201a 0%, #ea3c37 100%);
    border-radius: 50%;
    margin-left: 2px;
}

.main-slider .item .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.main-slider .item .main-slider-content {
    width: 50%;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.main-slider .item .main-slider-image {
    width: 50%;
    padding-left: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-slider .item .main-slider-image img {
    max-width: 100%;
}

.main-slider .item .slider-mini-title {
    font-size: 24px;
    color: #9e2118;
    line-height: 36px;
    margin-bottom: 15px;
}

.main-slider .item .slider-big-title {
    font-size: 70px;
    font-family: 'Korolev Heavy';
    line-height: 78px;
}

.main-slider .item .slider-big-light-title {
    font-size: 66px;
    font-family: 'Korolev Light';
    line-height: 78px;
}

.main-slider .item .slider-text {
    font-size: 17px;
    font-family: 'Korolev Light';
    border-top: 1px solid #9e2118;
    padding-top: 25px;
    padding-right: 70px;
    display: inline-block;
    margin-top: 10px;
}

.main-slider .item .primary-btn {
    margin-left: auto;
    margin-top: 35px;
}

.references {
    padding-top: 245px;
    padding-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.references .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.references .ref-box {
    width: calc(20% - 30px);
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 45px;
    background: #fff;
    height: 200px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    margin: 15px;
}

.references .ref-box img {
    max-width: 100%;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    /* Firefox 3.5+ */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ & Safari 6+ */
    -webkit-transition: 300ms;
    transition: 300ms;
}

.references .ref-box img:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}

.services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.services .site-title {
    margin-bottom: 85px;
}

.services .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.services .primary-btn {
    margin: 0 auto;
}

.service-box {
    width: 20%;
    text-align: center;
    margin-bottom: 65px;
    padding-bottom: 30px;
    padding-top: 15px;
}

.service-box:hover {
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

.service-box a {
    color: #262222;
}

.service-icon {
    max-width: 90%;
    width: 150px;
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 300ms;
    transition: 300ms;
    margin: 0 auto;
}

.service-name {
    font-size: 30px;
    margin-top: 25px;
}

.portfolio {
    margin-top: 140px;
}

.portfolio .site-title {
    margin-bottom: 75px;
}

.portfolio-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.portfolio-box {
    width: 25%;
    overflow: hidden;
}

.portfolio-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    /* Firefox 3.5+ */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ & Safari 6+ */
    -webkit-transition: 300ms;
    transition: 300ms;
}

.portfolio-box img:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}

.team {
    margin-top: 230px;
}

.team .container {
    position: relative;
}

.team .owl-carousel .owl-stage-outer {
    padding: 0 20px;
    margin-left: -30px;
}

.team .owl-nav button.owl-prev {
    background: url(../img/prev.png);
    width: 27px;
    height: 28px;
    display: block;
    position: absolute;
    top: -135px;
    right: 35px;
    text-indent: -9999px;
}

.team .owl-nav button.owl-next {
    background: url(../img/next.png);
    width: 27px;
    height: 28px;
    display: block;
    position: absolute;
    top: -135px;
    right: 0;
    text-indent: -9999px;
}

.team .item {
    padding-top: 20px;
    padding-bottom: 20px;
}

.team-box {
    /* background: #fff;
    box-shadow: 0px 9px 40px 0px rgba(0, 0, 0, 0.04);  */
    -webkit-transition: 300ms;
    transition: 300ms;
    height: 460px;
    padding-top: 30px;
}

.team-box:hover {
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

.team-image {
    height: 280px;
    text-align: center;
    margin-bottom: 40px;
}

.team-image img {
    margin: 0 auto;
    max-width: 90%;
    height: 280px;
}

.team-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.team-icon {
    margin-right: 30px;
}

.team-icon img {
    width: auto !important;
}

.team-title {
    font-size: 19px;
    font-family: 'Korolev Bold';
}

.team-name {
    font-size: 16px;
    margin-top: 5px;
}

.team-apply {
    background: #ea3c37;
    background: linear-gradient(171deg, #ea3c37 0%, #80201a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 19px;
    font-family: 'Korolev Bold';
    text-align: right;
    margin-top: 10px;
}

.blog {
    margin-top: 195px;
    margin-bottom: 50px;
}

.blog .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blog-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.blog-post {
    background: #fff;
    -webkit-box-shadow: 0px 9px 40px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 9px 40px 0px rgba(0, 0, 0, 0.04);
    width: calc(33.33333% - 27px);
    min-height: 470px;
    margin-right: 54px;
}

.blog-post:last-child {
    margin-right: 0;
}

.blog-image {
    height: 330px;
    overflow: hidden;
}

.blog-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-title {
    text-align: center;
    height: 80px;
    margin-top: 25px;
}

.blog-title a {
    font-size: 20px;
    color: #262222;
}

.blog-title a:hover {
    color: #c13a3a;
}

.blog-btn {
    color: #9e2118;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.blog-btn a {
    color: #9e2118;
    cursor: pointer;
}

.blog-btn a:hover {
    background: black;
    background: linear-gradient(171deg, black 0%, black 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.blog-btn a:hover i.arrow {
    background: url(../img/icons/blackarrow.png);
}

.blog-btn i.arrow {
    background: url(../img/icons/redarrow.png);
    width: 11px;
    height: 7px;
    display: inline-block;
    margin-left: 10px;
}

.digital-earth p {
    margin-bottom: 50px;
    line-height: 36px;
    margin-top: 25px;
}

.digital-earth .primary-btn {
    margin-left: auto;
    margin-right: 50px;
}

.digital-earth .de-title1 {
    font-size: 91px;
    color: #262222;
    font-family: 'Korolev Bold';
}

.digital-earth .de-title2 {
    font-size: 72px;
    color: #262222;
    font-family: 'Korolev Bold';
    margin-left: 300px;
}

.digital-earth .de-title3 {
    font-size: 65px;
    color: #262222;
    font-family: 'Korolev Bold';
}

.digital-earth .de-title4 {
    font-size: 62px;
    color: #262222;
    font-family: 'Korolev Bold';
    margin-left: 150px;
}

.digital-earth .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.digital-earth-img {
    width: 45%;
}

.digital-earth-img img {
    width: 100%;
}

.digital-earth-content {
    width: 55%;
    padding-right: 50px;
}

@media screen and (max-width: 1250px) {
    .digital-earth .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .digital-earth .de-title1 {
        font-size: 36px;
    }
    .digital-earth .de-title2 {
        font-size: 36px;
        margin-left: 0;
    }
    .digital-earth .de-title3 {
        font-size: 36px;
    }
    .digital-earth .de-title4 {
        font-size: 36px;
        margin-left: 0;
    }
    .digital-earth-content {
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .digital-earth-content p {
        margin-bottom: 20px;
    }
    .digital-earth .primary-btn {
        margin: 0 auto 25px auto;
    }
    .digital-earth-img {
        width: 100%;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .digital-earth-img img {
        max-width: 50%;
        margin: 0 auto 30px auto;
        display: block;
    }
    .main-slider {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .main-slider .owl-dots {
        display: none;
    }
    .references {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .references .ref-box {
        justify-self: center;
        text-align: center;
        width: calc(33.3333% - 15px);
        margin: 15px 22px 15px 0;
        margin-bottom: 0;
        height: 150px;
    }
    .references .ref-box:nth-child(3n) {
        margin-right: 0;
    }
    .references .ref-box img {
        max-width: 75%;
    }
    .service-box {
        width: 50%;
        margin-bottom: 30px;
    }
    .service-icon {
        height: 150px;
    }
    .service-icon img {
        max-width: 60px;
    }
    .service-name {
        font-size: 20px;
        margin-top: 15px;
    }
    .portfolio {
        margin-top: 30px;
    }
    .portfolio-box {
        width: 50%;
    }
    .team {
        width: 100%;
        margin-top: 30px;
    }
    .team .block-title {
        position: relative;
        top: 20px;
    }
    .blog {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .blog-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .blog-post {
        width: calc(50% - 7.5px);
        margin-right: 15px;
    }
    .blog-post:nth-child(2n) {
        margin-right: 0;
    }
    .blog-title {
        padding: 0 15px;
    }
}

@media screen and (max-width: 960px) {
    .main-slider {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .main-slider .owl-dots {
        display: none;
    }
    .main-slider .item .slider-mini-title {
        font-size: 14px;
        line-height: 20px;
    }
    .main-slider .item .slider-big-title {
        font-size: 30px;
        line-height: 40px;
    }
    .main-slider .item .slider-big-light-title {
        font-size: 30px;
        line-height: 40px;
    }
    .main-slider .item .slider-text {
        font-size: 14px;
    }
    .main-slider .item .primary-btn {
        height: 35px;
        font-size: 14px;
        margin-left: 0;
    }
    .references .ref-box {
        width: calc(33.3333% - 15px);
        margin: 15px 22px 15px 0;
    }
    .references .ref-box:nth-child(3n) {
        margin-right: 0;
    }
    .references .ref-box img {
        max-width: 50%;
    }
    .blog-post {
        margin-right: 0;
        width: 100%;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 480px) {
    .main-slider .item .main-slider-content {
        width: 100%;
    }
    .main-slider .item .main-slider-image {
        display: none;
    }
    .references .ref-box {
        width: calc(50% - 10px);
        margin: 15px 20px 15px 0;
    }
    .references .ref-box:nth-child(3n) {
        margin-right: 20px;
    }
    .references .ref-box:nth-child(2n) {
        margin-right: 0;
    }
    .references .ref-box img {
        max-width: 50%;
    }
}

.page-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.page-content .blog-post {
    width: calc(33.3333% - 20px);
    margin-right: 30px;
    margin-bottom: 30px;
}

.page-content .blog-post:nth-child(3n) {
    margin-right: 0;
}

.page-content .blog-list {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page-left {
    width: calc(100% - 360px);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page-right {
    width: calc(100% - 405px);
}

.page-title {
    color: #c83027;
    font-size: 49px;
}

.page-thumb {
    margin-bottom: 30px;
    margin-top: 30px;
}

.page-thumb img {
    width: 100%;
}

.page-text {
    font-size: 16px;
    line-height: 29px;
    font-family: 'Korolev Light';
}

.page-text p {
    margin-bottom: 30px;
}

.page-text .share {
    font-family: 'Korolev Medium';
}

.page-text .share a {
    color: #c83027;
    margin-right: 5px;
}

.sidebar {
    width: 330px;
}

.sidebar.wide {
    width: 490px;
}

.sidebar .search {
    position: relative;
    margin-bottom: 70px;
}

.sidebar .search input {
    background: #f3efef;
    border: none;
    width: 100%;
    height: 70px;
    padding-left: 40px;
    padding-right: 70px;
    outline: 0;
}

.sidebar .search input::-webkit-input-placeholder {
    color: #757575;
}

.sidebar .search input::-moz-placeholder {
    color: #757575;
}

.sidebar .search input:-ms-input-placeholder {
    color: #757575;
}

.sidebar .search input::-ms-input-placeholder {
    color: #757575;
}

.sidebar .search input::placeholder {
    color: #757575;
}

.sidebar .search button {
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    top: 30px;
    right: 40px;
    color: #c8c7c7;
}

.sidebar-title {
    font-size: 18px;
    margin-bottom: 25px;
}

.sidebar-title:after {
    content: '';
    display: block;
    background: url(../img/sidebartitle.png);
    width: 163px;
    height: 2px;
    margin-top: 10px;
}

.sidebar ul {
    margin-bottom: 65px;
}

.sidebar ul li {
    line-height: 60px;
    font-size: 18px;
    letter-spacing: .5;
}

.sidebar ul li a {
    color: #262222;
}

.sidebar ul li a:hover, .sidebar ul li a.active {
    color: #80201a;
}

@media screen and (max-width: 1250px) {
    .page-content {
        margin-top: 30px;
    }
    .page-content .blog-post {
        width: calc(50% - 15px);
        margin-right: 15px;
        margin-bottom: 15px;
    }
    .page-content .blog-post:nth-child(2n) {
        margin-right: 0;
    }
    .page-left {
        width: calc(100% - 330px);
    }
    .sidebar {
        width: 300px !important;
    }
    .page-thumb {
        margin-top: 0px;
    }
}

@media screen and (max-width: 960px) {
    .page-left {
        width: 100%;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .page-right {
        width: 100%;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .sidebar {
        width: 100% !important;
    }
    .page-content {
        margin-top: 30px;
    }
    .page-content .blog-post {
        width: 100%;
        margin-right: 0;
    }
}

#portfolio-slider {
    margin-bottom: -18px;
    position: relative;
}

#portfolio-slider .owl-nav button.owl-prev {
    background: url(../img/prev.png);
    width: 27px;
    height: 28px;
    display: block;
    position: absolute;
    top: -135px;
    right: 65px;
    text-indent: -9999px;
}

#portfolio-slider .owl-nav button.owl-next {
    background: url(../img/next.png);
    width: 27px;
    height: 28px;
    display: block;
    position: absolute;
    top: -135px;
    right: 30px;
    text-indent: -9999px;
}

#portfolio-slider .portfolio-box {
    width: 100%;
}

.service-portfolio {
    margin-bottom: -100px;
}

.service-portfolio #portfolio-slider .owl-nav button.owl-prev {
    background: url(../img/prev.png);
    width: 27px;
    height: 28px;
    display: block;
    position: absolute;
    top: calc(50% - 28px);
    left: 30px;
    text-indent: -9999px;
}

.service-portfolio #portfolio-slider .owl-nav button.owl-next {
    background: url(../img/next.png);
    width: 27px;
    height: 28px;
    display: block;
    position: absolute;
    top: calc(50% - 28px);
    right: 30px;
    text-indent: -9999px;
}

/* HIZMET SAYFALARI */

.service-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.service-head.grafik-tasarim:before {
    content: '';
    display: block;
    background: url(../img/grafiktasarimbg.png);
    width: 273px;
    height: 358px;
    position: absolute;
    top: 170px;
    left: -20px;
}

.service-head.hareketli-grafik:before {
    content: '';
    display: block;
    background: url(../img/hareketligrafikbg.png);
    width: 392px;
    height: 428px;
    position: absolute;
    top: 170px;
    left: -80px;
}

.service-head.icerik-yonetimi:before {
    content: '';
    display: block;
    background: url(../img/icerikyonetimibg.png);
    width: 344px;
    height: 337px;
    position: absolute;
    top: 170px;
    left: -130px;
}

.service-head.kurumsal-kimlik:before {
    content: '';
    display: block;
    background: url(../img/kurumsalkimlikbg.png);
    width: 339px;
    height: 339px;
    position: absolute;
    top: 170px;
    left: -20px;
}

.service-head.web-tasarim:before {
    content: '';
    display: block;
    background: url(../img/webtasarimbg.png);
    width: 351px;
    height: 351px;
    position: absolute;
    top: 170px;
    left: -20px;
}

.service-head.ozel-yazilim:before {
    content: '';
    display: block;
    background: url(../img/ozelyazilimbg.png);
    width: 384px;
    height: 354px;
    position: absolute;
    top: 170px;
    left: -143px;
}

.service-head.internet-reklam:before {
    content: '';
    display: block;
    background: url(../img/internetreklambg.png);
    width: 237px;
    height: 265px;
    position: absolute;
    top: 170px;
    left: 0px;
}

.service-head.mobil-uygulama:before {
    content: '';
    display: block;
    background: url(../img/mobiluygulamabg.png);
    width: 289px;
    height: 347px;
    position: absolute;
    top: 170px;
    left: -45px;
}

.service-head.seo:before {
    content: '';
    display: block;
    background: url(../img/seobg.png);
    width: 327px;
    height: 347px;
    position: absolute;
    top: 170px;
    left: -122px;
}

.service-info {
    height: 467px;
    width: calc(100% - 500px);
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
}

.service-info h3 {
    font-size: 37px;
    font-family: 'Korolev Bold';
    font-weight: normal;
    margin-bottom: 15px;
}

.service-info h5 {
    font-size: 26px;
    font-family: 'Korolev Bold';
    font-weight: normal;
}

.service-info p.large {
    font-size: 24px;
}

.service-info p.small {
    font-size: 16px;
}

.service-form {
    background: #f6f4f4;
    width: 450px;
    height: 580px;
    padding: 30px;
    margin-top: -115px;
}

.service-form-title {
    color: #d93832;
    font-size: 29px;
    font-family: 'Korolev Bold';
}

.service-form-title img {
    margin-right: 10px;
}

.service-form-contact {
    font-size: 13px;
    font-family: 'Korolev Bold';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
}

.service-form-contact a {
    color: #262222;
}

.service-form-contact a:hover {
    color: #d93832;
}

.service-form-contact span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 16px;
    margin-right: 16px;
    height: 22px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 22px;
}

.service-form-contact img {
    margin-right: 10px;
}

.service-form-contact i {
    background: #80201a;
    background: linear-gradient(171deg, #80201a 0%, #ea3c37 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 10px;
}

.service-form-text {
    font-size: 15px;
    line-height: 21px;
    letter-spacing: .5;
    font-family: 'Korolev Medium';
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px;
}

.service-form .form-group {
    margin-bottom: 10px;
    position: relative;
    width: 100%;
}

.service-form .form-group i {
    position: absolute;
    width: 50px;
    border-right: 1px solid #dddbdb;
    color: #dddbdb;
    text-align: center;
    height: 20px;
    top: 15px;
}

.service-form input, .service-form textarea {
    background: #fff;
    border: none;
    height: 41px;
    width: 100%;
    font-size: 14px;
    padding-left: 63px;
    padding-right: 20px;
    outline: 0;
}

.service-form input::-webkit-input-placeholder, .service-form textarea::-webkit-input-placeholder {
    color: #757575;
}

.service-form input::-moz-placeholder, .service-form textarea::-moz-placeholder {
    color: #757575;
}

.service-form input:-ms-input-placeholder, .service-form textarea:-ms-input-placeholder {
    color: #757575;
}

.service-form input::-ms-input-placeholder, .service-form textarea::-ms-input-placeholder {
    color: #757575;
}

.service-form input::placeholder, .service-form textarea::placeholder {
    color: #757575;
}

.service-form textarea {
    height: 100px;
    resize: none;
    padding-top: 17px;
}

.service-form .primary-btn {
    background: #80201a;
    background: linear-gradient(171deg, #80201a 0%, #ea3c37 100%);
    margin: 25px auto 0 auto;
}

.service-properties {
    font-family: 'Korolev Medium';
}

.service-properties ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.service-properties ul li {
    font-size: 19px;
    height: 140px;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}

.service-properties ul li span {
    height: 50px;
    display: block;
}

.service-page {
    margin-top: 145px;
}

.service-page-big-title {
    font-size: 49px;
    font-family: 'Korolev Bold';
    margin-bottom: 5px;
    line-height: 60px;
}

.service-page-mini-title {
    font-size: 26px;
    color: #952620;
}

.service-page-mini-title b {
    font-weight: normal;
    font-family: 'Korolev Bold';
}

.service-options {
    margin-bottom: 100px;
}

.service-options>p {
    margin-top: 10px;
}

.service-options>p b {
    font-weight: normal;
    font-family: 'Korolev Bold';
}

.service-options-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
}

.service-options-list ul {
    width: calc(50% - 20px);
    margin-right: 40px;
}

.service-options-list ul:last-child {
    margin-right: 0;
}

.service-options-list ul li {
    background: #fff;
    -webkit-box-shadow: -1px 9px 40px 0px rgba(0, 0, 0, 0.04);
    box-shadow: -1px 9px 40px 0px rgba(0, 0, 0, 0.04);
    line-height: 60px;
    padding: 0 15px;
    margin-bottom: 20px;
    color: #8e241d;
    font-family: 'Korolev Medium';
    -webkit-transition: 300ms;
    transition: 300ms;
    cursor: pointer;
}

.service-options-list ul li span {
    cursor: pointer;
    display: block;
    height: 60px;
}

.service-options-list ul li .option-content {
    display: none;
    color: #262222;
    line-height: 27px;
    padding: 0 25px 25px 25px;
}

.service-options-list ul li i {
    font-style: normal;
    font-size: 20px;
    margin-right: 10px;
    margin-top: 3px;
    display: inline-block;
}

.service-options-list ul li:nth-child(2n) {
    margin-right: 0;
}

.service-steps {
    margin-bottom: 160px;
}

.service-steps ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 100px;
}

.service-steps ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 85px;
    position: relative;
}

.service-steps ul li img {
    margin-right: 15px;
}

.service-steps ul li .step-title {
    font-size: 18px;
    font-family: 'Korolev Bold';
}

.service-steps ul li .step-text {
    font-size: 16px;
    line-height: 25px;
    font-family: 'Korolev Medium';
}

.service-steps ul li:nth-child(odd):after {
    content: '';
    display: block;
    width: 120px;
    height: 52px;
    background: url(../img/icons/arrowtop.png);
    position: absolute;
    top: -40px;
    right: 0;
}

.service-steps ul li:nth-child(even):after {
    content: '';
    display: block;
    width: 121px;
    height: 52px;
    background: url(../img/icons/arrowbottom.png);
    position: absolute;
    bottom: -50px;
    right: 0;
}

.service-steps ul li:last-child:after {
    display: none;
}

.service-steps ul.no-arrow li {
    padding-right: 0;
}

.service-steps ul.no-arrow li:after {
    display: none;
}

.service-steps ul.vertical li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.service-steps ul.vertical li:nth-child(odd):after {
    background: url(../img/icons/arrowbottom.png);
    top: auto;
    bottom: -50px;
    right: -20px;
}

.service-steps ul.vertical li:nth-child(even):after {
    background: url(../img/icons/arrowtop.png);
    width: 120px;
    top: 10px;
    right: -20px;
}

.service-steps ul.vertical li img {
    margin-bottom: 10px;
}

.service-block {
    margin-bottom: 100px;
    font-family: 'Korolev Medium';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.service-block img {
    justify-self: center;
    max-width: 50%;
}

.service-block img.img-left {
    margin-right: 50px;
}

.service-block img.img-right {
    margin-left: 50px;
}

.service-block .service-page-mini-title {
    margin-bottom: 30px;
}

.service-block-content.full {
    width: 100%;
}

.service-block-content.text-center {
    text-align: center;
}

.service-tab {
    margin-top: 40px;
}

.service-tab-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.service-tab-title li {
    color: #b7b3b3;
    font-family: 'Korolev Bold';
    cursor: pointer;
    margin-right: 20px;
    margin-bottom: 20px;
}

.service-tab-title li.active {
    background: #80201a;
    background: linear-gradient(171deg, #80201a 0%, #ea3c37 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.service-tab-content {
    margin-top: 40px;
    display: none;
}

.service-process {
    width: 480px;
    height: 480px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 50px auto 0 auto;
    position: relative;
}

.selector {
    position: absolute;
    width: 480px;
    height: 480px;
}

.circle-list {
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
}

.circle-list li {
    position: absolute;
    width: 0;
    height: 100%;
    margin: 0 50%;
    -webkit-transform: rotate(-360deg);
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.circle-list span {
    display: block;
    color: #e8e5e5;
    width: 42px;
    height: 42px;
    line-height: 44px;
    margin-left: -21px;
    background: #f2f2f2;
    text-decoration: none;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border: 5px solid transparent;
}

.circle-list li.active-circle span {
    background: #80201a;
    background: -webkit-gradient(linear, left top, right top, from(#80201a), to(#ea3c37));
    background: linear-gradient(90deg, #80201a 0%, #ea3c37 100%);
    color: #fff;
    border: 5px solid #f2cac9;
}

.circle-tab-content {
    width: 380px;
    height: 380px;
    border-radius: 100%;
    margin-top: 40px;
    margin-left: 50px;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    line-height: 34px;
    color: #262222;
    padding: 0 50px;
}

@media screen and (max-width: 1250px) {
    .service-head {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .service-head:before {
        display: none !important;
    }
    .service-info {
        width: 100%;
        height: auto;
    }
    .service-info h3 {
        font-size: 24px;
        line-height: 36px;
    }
    .service-info p.large {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .service-info p.small {
        font-size: 14px;
        line-height: 20px;
        margin-top: 5px;
    }
    .service-info h5 {
        font-size: 18px;
        line-height: 24px;
    }
    .service-properties ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .service-properties ul li {
        font-size: 16px;
        margin-bottom: 30px;
        width: 50%;
    }
    .service-form {
        width: 100%;
        margin-top: 0px;
        padding: 30px 15px 30px 15px;
        height: auto;
    }
    .service-form-title {
        font-size: 18px;
    }
    .service-form-contact {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .service-form-contact span {
        width: 100%;
        margin-bottom: 10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .service-page {
        margin-top: 30px;
    }
    .service-page-big-title {
        font-size: 30px;
        line-height: 40px;
    }
    .service-page-mini-title {
        font-size: 20px;
        line-height: 30px;
    }
    .service-options {
        margin-bottom: 30px;
    }
    .service-options-list {
        margin-top: 30px;
    }
    .service-steps {
        margin-bottom: 30px;
    }
    .service-steps ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 30px;
    }
    .service-steps ul li {
        width: 50%;
        margin-bottom: 30px;
        padding-right: 0;
    }
    .service-steps ul li:after {
        display: none !important;
    }
    .service-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 30px;
    }
    .service-block img {
        float: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 30px;
    }
    .service-process {
        display: none;
    }
    .service-tab-title {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .service-tab-title li {
        width: 100%;
        border-bottom: 1px solid #ddd;
        margin-bottom: 5px;
    }
    .service-tab-title li.active {
        border-color: #952620;
    }
}

@media screen and (max-width: 960px) {
    .service-portfolio {
        margin-bottom: 0;
    }
    .service-options-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .service-options-list ul {
        width: 100%;
        margin-right: 0;
    }
    .service-options-list ul li {
        width: 100%;
        overflow: hidden;
    }
    .service-options-list ul li span {
        height: auto;
        line-height: 24px;
        padding-top: 15px;
        padding-bottom: 20px;
    }
    .service-steps ul li {
        width: 100%;
    }
    #portfolio-slider .owl-nav button.owl-prev {
        top: -75px;
    }
    #portfolio-slider .owl-nav button.owl-next {
        top: -75px;
    }
}

.team-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.team-list .team-box {
    width: calc(25% - 18px);
    margin-right: 18px;
    margin-bottom: 20px;
}

.team-list .team-box:nth-child(4n) {
    margin-right: 0;
}

@media screen and (max-width: 1250px) {
    .team-list .team-box {
        width: calc(50% - 15px);
        margin-right: 15px;
    }
    .team-list .team-box:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 960px) {
    .team-list .team-box {
        width: 100%;
        margin-right: 0px;
    }
}

.contact-page {
    width: 100%;
    padding-bottom: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.contact-info {
    margin-top: 45px;
    max-width: 620px;
    font-family: 'Korolev Medium';
}

.contact-info ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact-info ul li {
    width: 33.3333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
}

.contact-info ul li a {
    color: #262222;
}

.contact-info ul li i {
    margin-right: 10px;
    margin-top: 5px;
}

.contact-info ul li.full-line {
    width: 100%;
}

.contact-form {
    background: #f6f4f4;
    width: 735px;
    height: 465px;
    margin-top: -118px;
    padding: 35px 30px 40px 30px;
}

.contact-form-title {
    width: 100%;
}

.contact-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 25px;
}

.contact-form .form-group {
    margin-bottom: 24px;
    position: relative;
    width: 100%;
}

.contact-form .form-group.half {
    width: calc(50% - 12px);
}

.contact-form .form-group i {
    position: absolute;
    width: 50px;
    border-right: 1px solid #dddbdb;
    color: #dddbdb;
    text-align: center;
    height: 20px;
    top: 15px;
}

.contact-form input, .contact-form textarea {
    background: #fff;
    border: none;
    height: 50px;
    width: 100%;
    font-size: 14px;
    padding-left: 63px;
    padding-right: 20px;
    outline: 0;
}

.contact-form input::-webkit-input-placeholder, .contact-form textarea::-webkit-input-placeholder {
    color: #757575;
}

.contact-form input::-moz-placeholder, .contact-form textarea::-moz-placeholder {
    color: #757575;
}

.contact-form input:-ms-input-placeholder, .contact-form textarea:-ms-input-placeholder {
    color: #757575;
}

.contact-form input::-ms-input-placeholder, .contact-form textarea::-ms-input-placeholder {
    color: #757575;
}

.contact-form input::placeholder, .contact-form textarea::placeholder {
    color: #757575;
}

.contact-form textarea {
    height: 130px;
    resize: none;
    padding-top: 17px;
}

@media screen and (max-width: 1250px) {
    .contact-page {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .contact-info {
        max-width: 100%;
        margin-top: 30px;
    }
    .contact-info ul li {
        margin-bottom: 15px;
        width: 100%;
    }
    .contact-form {
        margin-top: 0px;
        width: 100%;
        height: auto;
        padding: 30px 15px;
    }
    .contact-form .form-group {
        margin-bottom: 15px;
    }
    .contact-form .form-group.half {
        width: 100%;
    }
}

.analyse-result .contact-info {
    width: 100%;
    max-width: 100%;
}

.analyse-result .contact-info ul li {
    width: auto;
    margin-right: 25px;
    line-height: 50px;
}

.analyse-result .contact-info ul li:nth-child(4) {
    font-family: 'Korolev Bold';
    margin-left: 50px;
}

.analyse-result .contact-info ul li:nth-child(5), .analyse-result .contact-info ul li:nth-child(6), .analyse-result .contact-info ul li:nth-child(7), .analyse-result .contact-info ul li:nth-child(8), .analyse-result .contact-info ul li:nth-child(9), .analyse-result .contact-info ul li:nth-child(10) {
    margin-right: 5px;
}

.analyse-result .contact-info ul li:nth-child(5) a, .analyse-result .contact-info ul li:nth-child(6) a, .analyse-result .contact-info ul li:nth-child(7) a, .analyse-result .contact-info ul li:nth-child(8) a, .analyse-result .contact-info ul li:nth-child(9) a, .analyse-result .contact-info ul li:nth-child(10) a {
    color: #be312b;
}

.analyse-result-title {
    font-size: 45px;
    color: #262222;
    font-family: 'Korolev Bold';
    margin-bottom: 40px;
}

.analyse-result-mini-title {
    font-size: 31px;
    color: #262222;
    font-family: 'Korolev Bold';
    margin-top: 100px;
}

.analyse-result p {
    margin-top: 10px;
}

.analyse-result-type {
    margin-bottom: 100px;
}

.analyse-result-type ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
}

.analyse-result-type ul li {
    text-align: center;
    margin-right: 100px;
}

.analyse-result-type ul li img {
    display: block;
    margin: 0 auto 10px auto;
}

.analyse-result-type ul li a {
    height: 135px;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 26px;
    color: #262222;
}

.analyse-form {
    margin-top: 80px;
    margin-bottom: 80px;
}

.analyse-form p {
    margin-bottom: 25px;
}

.analyse-form .primary-btn {
    margin-top: 100px;
    margin-left: auto;
    width: 155px;
}

.analyse-form .primary-btn.form-btn {
    margin-left: 0;
    margin-top: 0;
}

.analyse-form-title {
    font-size: 45px;
    color: #262222;
    font-family: 'Korolev Bold';
    margin-bottom: 30px;
}

.analyse-form-mini-title {
    font-size: 24px;
    color: #262222;
    margin-bottom: 10px;
}

.analyse-form .elements-same-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 20px;
}

.analyse-form .elements-same-line .form-group {
    margin-right: 50px;
}

.analyse-form .elements-same-line input[type="text"] {
    padding-left: 40px !important;
}

.analyse-form .elements-same-line i {
    margin-right: -30px;
    position: relative;
    z-index: 99;
    color: #b12d27;
}

.analyse-form .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.analyse-form .form-group.column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.analyse-form .form-group.column .checkbox {
    margin-bottom: 15px;
}

.analyse-form .form-group .checkbox input {
    visibility: hidden;
    display: none;
}

.analyse-form .form-group .checkbox label:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #dbdbdb;
    margin-right: 10px;
    position: relative;
    top: 3px;
}

.analyse-form .form-group .checkbox input:checked+label:before {
    background-image: url(../img/icons/tick.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.analyse-form .form-group .radio {
    margin-right: 30px;
}

.analyse-form .form-group .radio input {
    visibility: hidden;
    display: none;
}

.analyse-form .form-group .radio label {
    position: relative;
    cursor: pointer;
}

.analyse-form .form-group .radio label:before {
    content: '';
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid #000;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 10px;
}

.analyse-form .form-group .radio input:checked+label:after {
    content: '';
    background: #80201a;
    background: linear-gradient(171deg, #80201a 0%, #ea3c37 100%);
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    position: absolute;
    left: 3px;
    top: 2px;
}

.analyse-form .form-group label {
    width: 180px;
    line-height: 24px;
}

.analyse-form .form-group label.big-label {
    width: 280px;
}

.analyse-form .form-group button {
    background: #2e7b0c;
    border: none;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding-top: 2px;
    display: block;
    margin-left: 10px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-top: 10px;
    cursor: pointer;
}

.analyse-form .form-group button.delete-input {
    background: red;
}

.analyse-form .form-group.punish-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-style: italic;
    display: none;
}

.analyse-form .form-group.note-container {
    display: none;
}

.analyse-form .form-group.diger-aciklama {
    display: none;
}

.analyse-form .form-group textarea {
    width: 630px;
    height: 115px;
    padding: 15px;
    resize: none;
    -webkit-box-shadow: 0px 0px 39.2px 9.8px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 39.2px 9.8px rgba(0, 0, 0, 0.06);
    border: none;
    font-size: 15px;
    color: #000;
}

.analyse-form .form-group input[type="text"] {
    width: 370px;
    height: 50px;
    -webkit-box-shadow: 0px 0px 39.2px 9.8px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 39.2px 9.8px rgba(0, 0, 0, 0.06);
    border: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 3px;
    font-size: 15px;
    color: #000;
}

.analyse-form .form-group .sosyal-medya-hesaplari {
    width: 100%;
}

.analyse-form .form-group .other-accounts {
    margin-top: 30px;
    display: none;
}

.analyse-form .form-group .other-accounts .form-group {
    margin-bottom: 10px;
}

.analyse-form .align-start {
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding-top: 13px;
}

.analyse-form .multi-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 410px;
}

.analyse-form .multi-input-element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
}

.analyse-type ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
}

.analyse-type ul li {
    max-width: 290px;
    position: relative;
    width: 25%;
    height: 270px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 39.2px 9.8px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 39.2px 9.8px rgba(0, 0, 0, 0.06);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.analyse-type ul li.active .analyse-type-select {
    background: #80201a;
    background: linear-gradient(171deg, #80201a 0%, #ea3c37 100%);
    color: #fff;
}

.analyse-type ul li.active .analyse-type-select:before {
    content: '-';
    color: #fff;
}

.analyse-type-name {
    font-size: 24px;
    color: #262222;
    margin-top: 10px;
    margin-bottom: 40px;
}

.analyse-type-select {
    background: #e4e4e4;
    width: 64px;
    height: 64px;
    display: block;
    border: none;
    border-radius: 50%;
    font-size: 24px;
    bottom: -32px;
    position: absolute;
    padding-top: 5px;
    cursor: pointer;
}

.analyse-type-select:before {
    content: '+';
    color: #333;
}

.analyse-type2 {
    margin-bottom: 30px;
}

.analyse-type2 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.analyse-type2 ul li {
    position: relative;
    -webkit-box-shadow: 0px 0px 39.2px 9.8px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 39.2px 9.8px rgba(0, 0, 0, 0.06);
    height: 115px;
    width: 25%;
    width: calc(25% - 30px);
    margin-right: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.analyse-type2 ul li .analyse-type-name {
    margin-bottom: 0;
    margin-top: 0;
}

.analyse-type2 ul li .analyse-type-select {
    width: 40px;
    height: 40px;
    right: 20px;
    top: 35px;
}

.analyse-type2 ul li:last-child {
    margin-right: 0;
}

.analyse-type2 ul li.finished .analyse-type-select {
    pointer-events: none;
    background: #2b8c38;
    color: #fff;
}

.analyse-type2 ul li.finished .analyse-type-select:before {
    content: "";
}

.analyse-type2 ul li.finished .icon {
    background: #80201a;
    background: linear-gradient(171deg, #80201a 0%, #ea3c37 100%);
}

.analyse-type2 ul li.active .analyse-type-select {
    background: #80201a;
    background: linear-gradient(171deg, #80201a 0%, #ea3c37 100%);
    color: #fff;
}

.analyse-type2 ul li.active .analyse-type-select:before {
    content: '-';
    color: #fff;
}

.analyse-type2 ul li.active .icon {
    background: #80201a;
    background: linear-gradient(171deg, #80201a 0%, #ea3c37 100%);
}

.analyse-type2 ul li .icon {
    background: #e4e4e4;
    border-radius: 50%;
    width: 78px;
    height: 78px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 20px;
    margin-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.analyse-type2 ul li .icon img {
    max-width: 100%;
}

/* custom select */

/*the container must be positioned relative:*/

.custom-select {
    position: relative;
    color: #333;
}

.custom-select select {
    display: none;
    /*hide original SELECT element:*/
}

.select-selected {
    background-color: fff;
    color: #333;
}

/*style the arrow inside the select element:*/

.select-selected:before {
    content: '';
    position: absolute;
    height: 20px;
    width: 1px;
    background: #000;
    right: 45px;
    top: 15px;
}

.select-selected:after {
    position: absolute;
    content: "";
    top: 23px;
    right: 20px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #000 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/

.select-selected.select-arrow-active:after {
    border-color: transparent transparent #000 transparent;
    top: 15px;
}

/*style the items (options), including the selected item:*/

.select-items div, .select-selected {
    font-size: 15px;
    color: #000;
    padding: 0 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 370px;
    height: 50px;
    -webkit-box-shadow: 0px 0px 39.2px 9.8px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 39.2px 9.8px rgba(0, 0, 0, 0.06);
    line-height: 55px;
}

/*style items (options):*/

.select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

.select-items div {
    border-bottom: 1px solid #ddd;
}

/*hide the items when the select box is closed:*/

.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.multipleInput-container {
    background: #fff;
    -webkit-box-shadow: 0px 0px 39.2px 9.8px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 39.2px 9.8px rgba(0, 0, 0, 0.06);
    padding-bottom: 0;
    cursor: text;
    font-size: 13px;
    margin-right: 10px;
}

.multipleInput-container input {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.multipleInput-container ul {
    list-style-type: none;
    font-size: 11px;
    padding: 1px;
}

li.multipleInput-email {
    float: left;
    margin-right: 2px;
    margin-bottom: 1px;
    padding: 2px;
    background: #cfcece;
    height: 20px;
}

li.multipleInput-email span {
    line-height: 20px;
}

.multipleInput-close {
    width: 8px;
    height: 9px;
    background: url(../img/icons/close.png);
    display: block;
    float: right;
    margin: 4px 3px;
}

@media screen and (max-width: 1250px) {
    .analyse-type ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .analyse-type ul li {
        width: 50%;
        max-width: 50%;
        margin-bottom: 60px;
        position: relative;
        z-index: 999;
    }
    .analyse-type2 {
        margin-bottom: 30px;
    }
    .analyse-type2 ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .analyse-type2 ul li {
        width: 50%;
        margin-right: 0;
    }
    .analyse-result-title {
        font-size: 30px;
    }
    .analyse-result-mini-title {
        font-size: 24px;
    }
    .analyse-result .contact-info ul li {
        width: 100%;
    }
    .analyse-result .contact-info ul li:nth-child(4) {
        margin-left: 0;
    }
    .analyse-result .contact-info ul li:nth-child(5), .analyse-result .contact-info ul li:nth-child(6), .analyse-result .contact-info ul li:nth-child(7), .analyse-result .contact-info ul li:nth-child(8), .analyse-result .contact-info ul li:nth-child(9), .analyse-result .contact-info ul li:nth-child(10) {
        width: 30px;
    }
    .analyse-result-type ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .analyse-result-type ul li {
        width: 50%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .analyse-result-type ul li img {
        max-width: 50px;
    }
    .analyse-result-type ul li a {
        height: 100px;
    }
    .analyse-form-title {
        font-size: 30px;
    }
    .analyse-form-mini-title {
        font-size: 20px;
    }
    .analyse-form .elements-same-line {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 0;
    }
    .analyse-form .elements-same-line i {
        position: relative;
        top: 33px;
        left: 15px;
    }
    .analyse-form .elements-same-line .form-group {
        margin-right: 0;
        width: 100%;
    }
    .analyse-form .multi-input {
        max-width: 100%;
        width: 100%;
    }
    .analyse-form .multi-input input[type="text"] {
        max-width: calc(100% - 40px);
    }
    .analyse-form .multi-input-element {
        width: 100%;
    }
    .analyse-form .web-adresim {
        margin-bottom: 20px;
    }
    .analyse-form .web-adresim, .analyse-form .sosyal-medya-hesaplari {
        width: 100%;
    }
    .analyse-form .form-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 20px;
        width: 100%;
    }
    .analyse-form .form-group .radio {
        margin-bottom: 10px;
    }
    .analyse-form .form-group input[type="text"] {
        width: 100%;
        margin-bottom: 5px;
    }
    .analyse-form .form-group span {
        margin-top: 5px;
        display: block;
    }
    .analyse-form .form-group label {
        width: 100%;
        margin-bottom: 5px;
    }
    .analyse-form .form-group textarea {
        width: 100%;
    }
    .custom-select {
        width: 100%;
    }
    .select-items div, .select-selected {
        width: 100%;
    }
    .multipleInput-container {
        width: 100%;
    }
}

@media screen and (max-width: 667px) {
    .analyse-type ul li {
        width: 100%;
    }
    .analyse-type2 ul li {
        width: 100%;
    }
    .analyse-type2 ul li .analyse-type-name {
        font-size: 20px;
    }
}

.footer-top {
    background: #80201a;
    background: linear-gradient(171deg, #80201a 0%, #ea3c37 100%);
    height: 170px;
}

.footer-top form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 170px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-top form .primary-btn {
    margin-left: 70px !important;
}

.footer-top .form-text {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}

.footer-top .form-text b {
    display: block;
    font-size: 20px;
    margin-bottom: 5px;
}

.footer-top .form-elements {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 85px;
}

.footer-top .form-group {
    position: relative;
}

.footer-top .form-group input {
    width: 270px;
    height: 50px;
    border: none;
    padding: 3px 20px 0 45px;
    margin-right: 40px;
}

.footer-top .form-group input::-webkit-input-placeholder {
    color: #757575;
}

.footer-top .form-group input::-moz-placeholder {
    color: #757575;
}

.footer-top .form-group input:-ms-input-placeholder {
    color: #757575;
}

.footer-top .form-group input::-ms-input-placeholder {
    color: #757575;
}

.footer-top .form-group input::placeholder {
    color: #757575;
}

.footer-top .form-group i {
    color: #dddbdb;
    left: 15px;
    top: 17px;
    position: relative;
    position: absolute;
}

.footer-middle {
    background: #efeeee;
    height: 640px;
    position: relative;
    padding-top: 80px;
}

.footer-middle:after {
    content: '';
    display: block;
    background: url(../img/footerbg.png) bottom center no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footer-middle .container {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-info {
    max-width: 400px;
}

.footer-text {
    font-size: 15px;
    line-height: 36px;
    margin-top: 40px;
}

.footer-text .google-partner {
    margin-top: 45px;
}

.footer-title {
    margin-bottom: 20px;
    background: #ea3c37;
    background: linear-gradient(171deg, #ea3c37 0%, #80201a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer-menu {
    margin-top: 30px;
}

.footer-menu.multi {
    max-width: 290px;
}

.footer-menu.multi ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-menu.multi ul li {
    width: 50%;
}

.footer-menu ul li {
    line-height: 36px;
}

.footer-menu ul li a {
    color: #262222;
    font-size: 15px;
}

.footer-menu ul li a:hover {
    color: #a72921;
}

.footer-contact {
    margin-top: 30px;
    max-width: 475px;
}

.footer-contact ul li {
    line-height: 36px;
}

.footer-contact ul li a {
    color: #262222;
    font-size: 15px;
}

.footer-contact ul li a:hover {
    color: #a72921;
}

.footer-contact ul li a i {
    margin-right: 10px;
    color: #434143;
}

.footer-contact ul li a i.phone {
    background: url(../img/icons/oldphone.png);
    width: 17px;
    height: 15px;
    display: inline-block;
}

.footer-contact .maps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    font-family: 'Korolev Bold';
}

.footer-contact .maps .map {
    margin-right: 15px;
}

.footer-contact .maps .map img {
    -webkit-box-shadow: -1px 9px 40px 0px rgba(0, 0, 0, 0.14);
    box-shadow: -1px 9px 40px 0px rgba(0, 0, 0, 0.14);
    margin-top: 5px;
}

.footer-bottom {
    height: 130px;
    border-top: 1px solid #d2d0d0;
    margin-top: 45px;
}

.footer-bottom .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 130px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-bottom .copyright {
    font-size: 16px;
}

.footer-bottom .copyright a {
    color: #982b2a;
}

.footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-social a {
    color: #a72921;
    margin-left: 8px;
}

.footer-social a:hover {
    color: #262222;
}

@media screen and (max-width: 1600px) {
    .footer-top .form-elements {
        margin-left: 0;
    }
    .footer-top .form-elements .primary-btn {
        margin-left: 20px !important;
    }
    .footer-top .form-group input {
        width: 200px;
        margin-right: 20px;
    }
    .maps .map {
        width: 100px;
    }
    .maps .map img {
        width: 100%;
    }
}

@media screen and (max-width: 1250px) {
    .footer-top {
        height: auto;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .footer-top form {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }
    .footer-top .form-text {
        margin-bottom: 30px;
        text-align: center;
    }
    .footer-top .form-elements {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }
    .footer-top .form-elements .primary-btn {
        margin: 20px auto 0 auto !important;
    }
    .footer-top .form-group {
        margin-bottom: 15px;
    }
    .footer-top .form-group input {
        width: 100%;
        margin-right: 0;
    }
    .footer-middle {
        height: auto;
        padding-top: 30px;
    }
    .footer-middle .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer-logo img {
        max-width: 150px;
    }
    .footer-info {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    .footer-text .google-partner {
        display: block;
        margin: 25px auto;
    }
    .footer-menu {
        display: none;
    }
    .footer-contact {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    .footer-contact .maps {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer-contact .maps .map {
        margin-left: 15px;
    }
    .footer-bottom {
        text-align: center;
    }
    .footer-bottom .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer-social {
        margin-top: 10px;
        font-size: 24px;
        margin-bottom: 20px;
    }
}