body {
    margin:0px;
	padding: 0 0 0 0;
	background-color: #ffffff;
    font-family: 'Roboto', sans-serif;
	font-size: 16px;
    color: #421326;
    font-weight: 300;
    width: 100%;
    max-width: 100%;
    will-change: position;
}

html, body {
  height: 100%;
}

.main {
   max-width: 420px; 
}

p.last {
    margin: 0;
}

.italic {
    font-style: italic;
}

strong, b {
    font-weight: bold;
}

a {
   outline: 0 !important; 
   text-decoration: underline;
}

a:hover,  a:focus {
   text-decoration: none;
}

.hidden {
    display: none;
}

h1 {
    font-size: 22px;
    text-align: center;
    font-weight: 600;
    line-height: 1.1;
    margin: 36px 0 20px;
    color: #421326;
}

h2 {
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    color: #421326;
    margin: 36px 0 20px;
    line-height: 1;
}

h3 {
    font-size: 14px;
    color: #421326;
    font-weight: 600;
    text-align: center;
    margin: 36px 0 20px;
    line-height: 1;
}

h4 {
    font-size: 22px;
    color: #421326;
    font-weight: 600;
    text-align: left;
    margin: 36px 0 20px;
    line-height: 1;
}

h5 {
    color: #421326;
    text-align: left;
    font-weight: 600;
    margin: 36px 0 20px;
    line-height: 1;
}

div.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
	height: 0;
}

button {
    border-radius: 15px !important;
}

div.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin: 0 auto 20px auto;
    box-shadow: #f4f3f2 0 0 50px;
}
 
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.topline {
    padding: 5px 0;
    background-color: #002e09;
}

.topline p {
    font-size: 12px;
    text-align: left;
    color: #fff;
    margin: 0;
}

.podval {
    padding-top: 30px;
    font-size: 0.7rem;
    padding: 5px 0;
    background-color: #002e09;
    color: #fff;
    text-align: center;
}

.button_container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0;
}

.btn {
    width: 100%;
    display: block;
    background-color: #ff6000;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 300;
    border: none;
    white-space: normal;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-bottom: 4px solid #640000;
    text-shadow: 1px 1px 1px #640000;
    font-weight: 700;
    outline: 0!important;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none;
    border-radius: 0 !important;
}

.button_container .btn{
    position: relative;
    display: inline-block;
    overflow: hidden;
}

li.icon {
    list-style: none;
    list-style-position: outside;
    padding-left: 80px;
    margin-left: 15px;
    margin-bottom: 30px;
    display: table;
    min-height: 60px;
}

ul.icons {
    padding: 0;
    list-style: none;
}

ul.icons li {
    padding-left: 40px;
    padding-bottom: 20px;
    line-height: 1.2rem;
}

ul.icons li.idea {
    background: url(/images/icon-idea.svg) left top no-repeat;
    background-size: 30px;
}

ul.icons li.calculator {
    background: url(/images/icon-calculator.svg) left top no-repeat;
    background-size: 30px;
}

ul.icons li.pros-and-cons {
    background: url(/images/icon-pros-and-cons.svg) left top no-repeat;
    background-size: 30px;
}

ul.icons li.preferences {
    background: url(/images/icon-preferences.svg) left top no-repeat;
    background-size: 30px;
}

ul.icons li.whatsapp {
    background: url(/images/icon-whatsapp.svg) left top no-repeat;
    background-size: 30px;
    line-height: 30px;
}

ul.icons li.telegram {
    background: url(/images/icon-telegram.svg) left top no-repeat;
    background-size: 30px;
    line-height: 30px;
}

ul.icons li.vk {
    background: url(/images/icon-vk.svg) left top no-repeat;
    background-size: 30px;
    line-height: 30px;
}

ul.icons li.email {
    background: url(/images/icon-email.svg) left top no-repeat;
    background-size: 30px;
    line-height: 30px;
}

ul.icons li.house {
    background: url(/images/icon-house.svg) left top no-repeat;
    background-size: 30px;
}

ul.icons li.plus {
    background: url(/images/icon-plus.svg) left top no-repeat;
    background-size: 30px;
}

ul.icons li.minus {
    background: url(/images/icon-minus.svg) left top no-repeat;
    background-size: 30px;
}

ul.icons li.info {
    background: url(/images/icon-info.svg) left top no-repeat;
    background-size: 30px;
}

.bg-f9f8f8 {
    background-color: #f9f8f8;
}

.carousel-item img {
    margin: 7px 0 20px 0;
}

.total_wrap {
    background-color: #f1ffdb;
    margin-top: 30px;
    padding-top: 30px;
}

.total {
    background: url(/images/icon-calculator.svg) left top no-repeat;
    background-size: 30px;
    padding-left: 40px;
    padding-bottom: 20px;
}

.total span {
    display: block;
    font-size: 38px;
}