/*!
Theme Name: SMI
Theme URI:
Author: 
Author URI: 
Description: 
Version: 1.0.0
*/

body {
    padding: 0;
    margin: 0;
}

body,
button,
input,
select,
optgroup,
textarea {
    color: #181819;
    font-style: normal;
    font-size: 15px;
    line-height: normal;
    font-family: 'Heebo';
}

.rtl {
    direction: rtl;
}

button {
    font-family: inherit;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    transition: all .3s
}

iframe {
    max-width: 100%
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
    margin: 0;
    font-weight: 400;
    padding: 0;
    margin-bottom: 30px
}

h2 {
    font-size: 34px
}

h3 {
    font-size: 28px
}

h4 {
    font-size: 24px
}

h5 {
    font-size: 20px;
    font-size: 16px
}

a {
    color: #323232;
    transition: all ease-in-out 350ms;
    text-decoration: none
}

svg path {
    transition: all ease-in-out 350ms
}

:focus {
    outline: none !important;
}

::-webkit-input-placeholder {
    color: #727f8c
}

::-moz-placeholder {
    color: #727f8c
}

:-ms-input-placeholder {
    color: #727f8c
}

:-moz-placeholder {
    color: #727f8c
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

ul {
    margin: 0
}

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

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

.container.full {
    max-width: 100%
}

.btn-wraper {
    display: inline-flex;
    height: 56px;
    padding: 0 32px;
    border: 1px solid;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.rtl .wpcf7 {
    direction: rtl;
    text-align: right
}

.wpcf7-text,
.wpcf7-textarea,
.wpcf7-select,
.nice-select {
    height: 40px;
    padding: 0 15px;
    width: 100%;
    border: 1px solid #a2a2a2;
    box-sizing: border-box;
    border-radius: 0px;
    background-color: transparent;
    margin-bottom: 20px;
    color: #151e27;
    border-radius: 5px;
}

.rtl .wpcf7-text,
.rtl .wpcf7-textarea,
.rtl .wpcf7-select {
    direction: rtl !important;
    text-align: right;
}

.wpcf7-select {
    background-position: 10px 50%;
    background-size: 8px;
    background-repeat: no-repeat;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    margin-bottom: 20px;
}

.wpcf7-select option {
    color: #fff;
    background: #a6832a;
    padding: 5px;
}

.wpcf7-select option:hover,
.wpcf7-select option:focus {
    background: #363636
}

.wpcf7 form .wpcf7-response-output,
.wpcf7-not-valid-tip {
    display: none !important;
}

.input-gray {
    border-color: #f2f2f2;
    background-color: transparent;
    color: #fff;
    border: none;
    border-bottom: 1px solid rgb(255 255 255 / 50%);
}

.input-gray::-webkit-input-placeholder {
    color: #fff
}

.input-gray::-moz-placeholder {
    color: #fff;
}

.input-gray:-ms-input-placeholder {
    color: #fff;
}

.input-gray:-moz-placeholder {
    color: #fff;
}

.wpcf7-not-valid {
    border-color: red !important
}

.wpcf7-text:hover,
.wpcf7-textarea:hover {
    border-color: 1px solid #cdcdcd;
}

.wpcf7-textarea {
    height: 100px;
    padding-top: 15px
}

.wpcf7-submit,
.btn-wraper {
    background: transparent;
    transition: all ease-in-out 350ms;
    cursor: pointer;
    text-align: center;
    padding: 0px 25px;
    height: 50px;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    border: 1px solid #0d407c;
    background-color: #0d407c;
    border-radius: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: transparent;
}

.btn-wraper:hover {
    border-color: #36a5fe;
    background-color: #36a5fe;
}

.btn-wraper:after,
.btn-wraper:before {
    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;
}

.btn-wraper:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    content: attr(data-title);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    color: #fff;
    visibility: hidden;
    -webkit-transition: all .25s cubic-bezier(.25, .46, .45, .94);
    transition: all .25s cubic-bezier(.25, .46, .45, .94);
}

.btn-wraper:hover:after {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .25s .25s cubic-bezier(.25, .46, .45, .94);
    transition: all .25s .25s cubic-bezier(.25, .46, .45, .94);
}

.btn-wraper:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    content: attr(data-title);
    opacity: 1;
    visibility: visible;
    color: #fff;
    -webkit-transition: all .25s 0s ease-in-out;
    transition: all .25s 0s ease-in-out;
}

.btn-wraper:hover:before {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .25s .25s cubic-bezier(.25, .46, .45, .94);
    transition: all .25s .25s cubic-bezier(.25, .46, .45, .94);
}

.wpcf7 .ajax-loader {
    position: absolute;
}

.cf7-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cf7-item {
    display: block;
    position: relative;
}

.cf7-item p {
    display: block;
    margin: 0;
    width: 100%;
}

.cf7-50 {
    max-width: calc(50% - 10px);
    width: 100%;
}

.cf7-100 {
    width: 100%;
    max-width: 100%;
    display: flex;
}

.cf7-row p,
.cf7-row span {
    display: block;
    margin: 0;
    width: 100%
}

.cf7-btn-center {
    text-align: center;
    justify-content: center;
    align-items: center;
}

.cf7-label {
    position: absolute;
    top: 50%;
    transition: all .3s ease;
    font-size: 17px;
    z-index: 1;
    color: #727f8c;
    right: 15px;
    transform: translateY(-50%);
}

.cf7-item__textarea .cf7-label {
    top: 15px;
    transform: none;
}

.cf7-label.textarea {
    right: 15px;
}

.cf7-item:hover .cf7-label,
.cf7-item .cf7-label.active {
    font-size: 12px;
    color: #cdcdcd;
    margin-top: -20px;
}

.cf7-item .cf7-label.textarea.active {
    top: 0
}

span.wpcf7-list-item label {
    display: flex;
    color: #939292;
    font-size: 15px;
}

.wpcf7 .ajax-loader {
    position: absolute !important;
}

.cf7-acceptance-submit {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cf7-acceptance-submit .wpcf7-submit {
    margin-left: 20px;
    font-size: 21px;
}

.scroll-top {
    position: fixed;
    background: #a6832a;
    height: 40px;
    width: 40px;
    bottom: 15px;
    right: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    transition: all ease-in-out 350ms;
    overflow: hidden;
    opacity: 0;
}

.scroll-top svg {
    height: 16px;
    width: auto;
    transition: all ease-in-out 350ms;
}

.scroll-top svg path {
    fill: #fff
}

.scroll-top:hover svg {
    margin-bottom: 10px;
}

.breadcrumbs {
    display: block;
    font-size: 13px;
  	font-weight: 600;
    padding: 10px 0;
}

.breadcrumbs.white .container {
    max-width: 1425px;
}

.breadcrumbs span {
    display: inline-block;
}

span.breadcrumb_last {
    color: #0d407c;
    font-weight: bold;
}

.breadcrumbs a {
    color: #0d407c;
  	font-weight: 400;
}

.breadcrumbs.white a,
.breadcrumbs.white span.breadcrumb_last {
    color: #fff;
}

.breadcrumbs.white a:hover {
    color: #36a5fe;
}

.breadcrumbs i {
    display: inline-block;
    margin: 0 4px;
    vertical-align: middle;
    margin-top: 0px;
    color: #0d407c;
}

.breadcrumbs.white i {
    color: #fff;
}

body:not(.rtl) .breadcrumbs i {
    transform: rotate(180deg);
}

.wp-pagenavi {
}

.wp-pagenavi {
    display: flex;
    margin: -4px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    width: 36px;
    height: 36px;
    color: #323232;
    border: 1px solid #e8e8e8;
    margin: 0 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.wp-pagenavi a:hover {
    background: #323232;
    border-color: #323232;
    cursor: pointer;
    color: #fff
}

.wp-pagenavi .current {
    background: #e3ecee;
    border-color: #e3ecee;
    cursor: default;
}

.nextpostslink {
}

.previouspostslink {
}

.body-show-mobile {
    overflow: hidden !important;
}

.wraper__header-burger {
}

.wraper__header-burger a {
    display: block;
    height: 24px;
    width: 24px;
    position: relative;
}

.wraper__header-burger a span {
    width: 100%;
    height: 2px;
    display: block;
    background: #fff;
    margin: 5px 0;
    transition: all 0.3s
}

.wraper__header-burger a:hover {
}

.wraper__header-burger a:hover span {
    background: #fff;
}

.white .wraper__header-burger a span,
.fix-head .wraper__header-burger a span{
    background: #0d407c;
}

.wraper__header-burger a.active span:nth-child(2) {
    opacity: 0
}

.wraper__header-burger a.active span:nth-child(1) {
    transform: rotate(45deg);
    margin-top: 6px;
    position: absolute;
    left: 0;
}

.wraper__header-burger a.active span:nth-child(3) {
    transform: rotate(135deg);
    margin-top: -1px;
    position: absolute;
    left: 0;
}

.section {
    margin: 100px 0
}

.section__title{
    display: block;
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 1;
    position: relative;
    font-weight: 300;
    color: #0d407c;
}

.section__title.center {
    text-align: center;
}

.section__title.liner.center:after {
    transform: translateX(-50%);
    left: 50%;
}

.section__description {
    font-size: 17px;
    color: #2a2e37;
}

.section__description.center {
    text-align: center;
}

.section__subtitle {
    font-size: 16px;
    color: #0d407c;
    margin-bottom: 35px;
}

.section__subtitle.center {
    text-align: center;
}

.section__subtitle span {
    position: relative;
}

.section__subtitle span:after {
    content: '';
    width: 100%;
    position: absolute;
    top: 100%;
    left: 50%;
    height: 1px;
    display: block;
    background: #36a5fe;
    transform: translateX(-50%);
}

.section__subtitle.liner-left span:after {
    top: 50%;
    transform: translateY(-50%);
    left: inherit;
    right: 100%;
    width: 120px;
    margin-right: 15px;
}

span.play-icon {
    border: 1px solid #0d407c;
    width: 50px;
    height: 50px;
    display: inline-flex;
    border-radius: 50%;
    align-items: center;
    vertical-align: middle;
    background: url("./img/play-i.svg") no-repeat 50%;
    background-size: 20px 18px;
    margin: 0 10px;
    background-position: 58% 50%;
}

.error-404,
.thank {
    background: url("./img/banner_404.jpg") no-repeat top center;
    background-size: cover;
    margin: 0;
    padding: 100px 0;
    height: 100vh;
    min-height: 600px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 5;
}

.error-404:before,
.thank:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0.2;
    background: #000;
    z-index: -1;
}

.error-404 .breadcrumbs,
.thank .breadcrumbs {
    position: absolute;
    top: 120px;
    width: 100%;
}

.error-404__content,
.thank-content {
    text-align: center;
}

.error-404__content h1,
.thank-content h1,
.banner-head h1 {
    font-size: 72px;
    line-height: 1;
    margin-bottom: 20px;
}

.error-404 .section__description,
.thank .section__description,
.banner-head .section__description {
    color: #fff;
    font-size: 20px;
}

.error-404__button,
.thank-content__button {
    margin-top: 30px;
}

.error-404__content img,
.thank-content img {
    display: inline-block;
}

.scroll-down {
    overflow: hidden;
}

.scroll-down:after {
    margin-left: 0px;
}

.scroll-down:before,
.scroll-down:after {
    content: '';
    background-image: url("./img/arrow-form.svg");
    height: 30px;
    width: 20px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    margin-left: 0px;
    top: 50%;
    margin-top: -15px;
    left: 50%;
    margin-left: -10px;
    background-position: center;
}

@keyframes bounceAlpha {
    0% {
        opacity: 1;
        transform: translateX(0px) scale(1);
    }
    25% {
        opacity: 0;
        transform: translateX(-20px) scale(0.9);
    }
    26% {
        opacity: 0;
        transform: translateX(20px) scale(0.9);
    }
    55% {
        opacity: 1;
        transform: translateX(0px) scale(1);
    }
}

.scroll-down:before {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.scroll-down:after {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-delay: 0.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

input.red {
    border-color: red!important;
}