/* Не удалось уменьшить размер. Содержимое возвращается без уменьшения.
(517,30): run-time error CSS1046: Expect comma, found '58'
(517,35): run-time error CSS1046: Expect comma, found ')'
(518,25): run-time error CSS1046: Expect comma, found '58'
(518,30): run-time error CSS1046: Expect comma, found ')'
(529,38): run-time error CSS1039: Token not allowed after unary operator: '-color-black-h'
(529,60): run-time error CSS1039: Token not allowed after unary operator: '-color-black-s'
(529,82): run-time error CSS1039: Token not allowed after unary operator: '-color-black-l'
(574,23): run-time error CSS1038: Expected hex color, found '#ffff'
 */

/* * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
* 2. Improves image quality when scaled in IE 7. */
img { border: 0; /* 1 */
-ms-interpolation-mode: bicubic; /* 2 */ }

/* * 1. Corrects font size not being inherited in all browsers.
* 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5, *    and Chrome.
* 3. Improves appearance and consistency in all browsers. */
button, input, select, textarea { font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
*vertical-align: middle; /* 3 */ }

.sect{min-height:650px;}


h1{
    font-size: 40px;
}

h2{
    font-size: 28px;
}

h4{
    font-size: 20px;
    margin: 0;
}
.hero {
    background: url('../Content/img/LandingPage/hero.jpg') no-repeat center center;
    background-color: #000;
    background-size: contain;
    padding: 65px 0;
    height: auto;
}

.hero a { 
    color: #fff;
}

a{
    text-decoration: none;
}

#startbtn3 {margin-bottom: 60px;}

.download-now {
    background: #000000 url('../Content/img/LandingPage/ipadBG.png') no-repeat right bottom;
    background-size: 600px;
    bottom: 0;
}

.download-btn {
    border: solid 3px #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 17px;
    transition: all 0.5s ease;
    padding: 15px 70px;
    display: inline-block;
    color: #fff;
    margin-top: 40px;
}

    .download-btn:hover, .download-btn:focus {
        text-decoration: none;
        border-color: #a58347;
        color: #a58347;
    }

.testimonials {
    background: #5b6869 url('../Content/img/LandingPage/tBG01.jpg') no-repeat left center;
    color: #fff;
    background-color: #000;
    font-size: 17px;
    background-size: cover;
    padding: 20px 0;
}
#startbtn2 {margin-bottom: 100px;}

#getstarted {
    height: 550px;
}

.animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

@-webkit-keyframes bounceInDown {
    0% { opacity: 0; -webkit-transform: translateY(-2000px); transform: translateY(-2000px); }
    60% { opacity: 1; -webkit-transform: translateY(30px); transform: translateY(30px); }
    80% { -webkit-transform: translateY(-10px); transform: translateY(-10px); }
    100% { -webkit-transform: translateY(0); transform: translateY(0); }
}

@keyframes bounceInDown {
    0% { opacity: 0; -webkit-transform: translateY(-2000px); -ms-transform: translateY(-2000px); transform: translateY(-2000px); }
    60% { opacity: 1; -webkit-transform: translateY(30px); -ms-transform: translateY(30px); transform: translateY(30px); }
    80% { -webkit-transform: translateY(-10px); -ms-transform: translateY(-10px); transform: translateY(-10px); }
    100% { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

.bounceInDown { -webkit-animation-name: bounceInDown; animation-name: bounceInDown; }

html{
    font-size: 100%;
    margin: 0;
}

body{
    margin: 0;
    color: #0c0c0c;
}

.site{
    position: relative;
    background-color: #ffffec;
    border-left: 1px solid #fdfdfd;
    border-right: 1px solid #fdfdfd;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}

.site-title{
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    padding: 58px 0 10px;
    font-family: Bitter, Georgia, serif;
}

.site-description{
    font:300 italic 24px "Source Sans Pro", Helvetica, sans-serif;
    margin: 0; 
}

.display-flex{
    display: flex;
    justify-content: center;
}
.flex-row {
    display: flex;
    flex-direction: row;
}
.form-toggle {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    font-size: 12px;
    padding-right: 50px;
}
.form-toggle-item label {
    display: inline-block;
    padding: 0 10px;
    line-height: 200%;
    border: 1px solid #999;
    border-right: none;
    cursor: pointer;
    user-select: none;
    margin: 12px 0;
}
.form-toggle .item-1 label {
    border-radius: 6px 0 0 6px;
    background-color: #e5cbb0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.form-toggle .item-2 label {
    border-radius: 0 6px 6px 0;
    border-right: 1px solid #999;
    background-color: #e5cbb0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.form-toggle .item-1 input[type=radio]:checked + label {
    /*background: #00debf;*/
    background: #6b362a;
    color: #e5cbb0;
}
.form-toggle .item-2 input[type=radio]:checked + label {
    /*background: #62bdfd;*/
    background: #6b362a;
    color: #e5cbb0;
}
#fid-1,
#fid-2 {
    display: none;
    font-weight: bold;
}

.site-header{
    background: url("../Content/img/LandingPage/star.png");
    background-size: 1600px auto;
}

.site-header .site-title:hover{
    text-decoration: underline;
}

.site-header .home-link{
    color: #141412;
    display: block;
    margin: 0 auto;
    max-width: 1080px;
    min-height: 230px;
    padding: 0 1%;
}

.site-header .search-field{
    background-color: transparent;
    background-image: url("../Content/img/LandingPage/search-icon.png");
    background-position: 5px center;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    height: 37px;
    margin: 3px 0;
    padding: 0 0 0 34px;
    position: relative;
    transition: width 400ms ease, background 400ms ease;
    width: 1px;
}

.site-header .search-field:focus{
    background-color: #fff;
    border: 2px solid #c3c0ab;
    border-radius: 4px;
    cursor: text;
    outline: 0;
    width: 230px;
}

.navbar{
    background-color: #f7f5e7;
    margin: 0 auto;
    max-width: 1600px;
    width: 100%;
    
}

.main-navigation{
    clear:both;
    margin: 0 auto;
    min-height: 45px;
    position: relative;
}

.search-form{
    position: absolute;
    right: 20px;
    top: 1px;
}

.elementor:after{
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    clip:rect(0,0,0,0);
    border: 0;
}

.elementor-widget-wrap{
    position: relative;
    padding: 10px;
}

.elementor-heading-title{
    display: flex;
    justify-content: center;
    line-height: 1;
    margin: 10px 0 0 0 ;
    font-family: "Contrail One", sans-serif;
}

.elementor-text-editor{
    display: flex;
    justify-content: center;
    font-size: 20px;
    font-family: "Contrail One", sans-serif;
    color: black;
    padding: 0% 10%;
    letter-spacing: 0.7px;
    line-height: 1.6em;
    font-weight: bolder;
    text-align: center;
    
}

.elementor-text{
    display: flex;
    flex-direction: column;
}

.elementor-links{
    background-image: url("../Content/img/LandingPage/questions.jpg");
    background-position: center center;
    background-size: cover;
    min-height: 60vh;
}
.elementor-buttons{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    min-height: 60vh;
}

.elementor-buttons-middle{
    display: flex;
    flex-direction: column;
    width: 100%;
}

.elementor-button-link{
    width: 100%;
    padding: 30px;
    text-align: center;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
}
.elementor-button-text{
    font-weight: 500;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    color: #fff;
    line-height: 1;
}

.elementor-widget-wrap-img{
    padding: 10px 2%;
}

.elementor-img{
    display: flex;
    background-size: cover;
    width: 100%;
    min-height: 20vh;
    background-position: center;
}

.credit{
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-family: "Contrail One", sans-serif;
    font-weight: 600;
}

.button-link{
    background-color: #61ce70;
    padding:15px 30px;
    border-radius: 4px;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5) inset;
    color: #fff;
    border-style: solid;
    display: block;
}
.button-link:hover{
    transform:scale(1.1);
}

.button-link-margin{
    margin-top: 50%;
}



@media (min-width: 1025px){
    .elementor:after {
        content: "desktop";
    }
}

@media (min-width: 1400px) {
    .home-link{
        min-height: 0;
    }
}
@media (max-width: 1400px) {
    .button-link-margin{
        margin-top: 5%;
    }
}

@media (max-width: 1400px) {
    .elementor-buttons{
        flex-direction: column;
    }
}

@media (max-width: 1400px) {
    .elementor-button-link{
        margin: 2%;
        padding: 0;
        width: 80%;
    }
}


/*Home IndexPrime*/
.header-img{
    height: 90%;
    background: linear-gradient(to top left, rgba(243, 209, 88, .9), rgba(36, 12, 236, .9)), url(https://pbs.twimg.com/media/EIO8SygXkAEWIVg.png);
    border-radius: 0 0 10% 10%;
    box-shadow: 4px 4px 20px 0 rgba(0,0,0,.25);
}

#site div.title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    
}

h1.title{
    font-size: 60px;
    font-weight: bold;
    background: linear-gradient(45deg, #0B2349 33%, #0D61BC 66%, #8AA9D6);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#272727', endColorstr='#272727',GradientType=0 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 20px auto;
}

h1.title span {
    position:absolute;
    left:-1px;
    top:-1px;
    color:#0f0f0f;
}

.menu-site{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.menu-link{
    font-size: 20px;
    font-weight: bolder;
    margin: 30px 0 30px 0;
    font-family: "Contrail One", sans-serif;
    color:#290a0aa8;
    text-align: center;
    max-width: 250px;
}
.menu-link:hover {
    text-decoration: underline;
    color:#2b2929;
}

.description .elementor-heading-title{
    font-size: 28px;
    margin: 90px;
}

.description .elementor-text-editor{
    font-size: 24px;
    font-weight: inherit;
}

.description .row{
    display: flex;
    flex-direction: row;
}

.description .row h4{
    font-size: 22px;
    margin: 30px;
    font-weight: inherit;
    text-align: center;
}

.description .column{
    flex-direction: column;
    font-weight: inherit;
}

.column {
    display: flex;
    flex-direction: column;
}
.row {
    display: flex;
    flex-direction: row;
}

.elementor-row{
    display: flex;
    flex-direction: column;
}

.elementor-row h4{
    margin: 0;
}

.padding-top-25 {
    padding-top: 25px;
}

.font-weight {
    font-weight: bolder;
}

.btn {
    width: fit-content;
    margin: 6vh auto;
    color: #fff;
    /*background-color: #337ab7;
    border-color: #2e6da4;*/
    background-color: rgb(96 58 41);
    border-color:rgb(96 58 41);
    display: flex;
    padding: 6px 12px;
    font-weight: normal;
    text-align: center;
    white-space: normal;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 4px;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 4px 16px hsla(var(--color-black-h), var(--color-black-s), var(--color-black-l), 0.15);
    
}

.btn:active {
    color: #fff;
    /*background-color: #286090;
    border-color: #204d74;*/
    background-color: #8a584a;
}
.btn:hover {
    color: #fff;
    /*background-color: #286090;
    border-color: #204d74;*/
    background-color: #8a584a;
}
.btn:focus {
    color: #fff;
    /*background-color: #286090;
    border-color: #122b40;*/
    background-color: #8a584a;
}
.top {
    width:50px;
    height: 50px;
    background-image: url("../Content/img/LandingPage/top2.png");
    background-size: 100%;
    background-position: center;
    opacity: 0.2;
    zoom: 0.8;
    margin: 5px;
}
.btn-top {
    width:50px;
    height: 50px;
    border:1px solid #ccc;
    text-align:center;
    padding:5px;
    position:fixed;
    bottom:40px;
    right:20px;
    cursor:pointer;
    display:none;
    font-family:verdana;
    font-size:11px;
    background-color: #ffff;
    border-radius: 100%;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
    z-index: 2;
    
}

.btn-top:hover {
    border:1px solid #797777;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.57);
}

.top:hover {
    opacity: 0.5;
}

.list {
    justify-content: center;
}
@media all and (max-width: 900px){
    .list{
        flex-wrap: wrap;
    }
}
