@font-face {
    font-family: FreightSansProBook;
    src: url(../fonts/FreightSansProBook-Regular.woff2);
}
@font-face {
    font-family: FreightSansProSemibold;
    src: url(../fonts/FreightSansProSemibold-Regular.woff2);
}
@font-face {
    font-family: FreightSansProBold;
    src: url(../fonts/FreightSansProBold-Regular.woff2);
}
@font-face {
    font-family: FuturaPT-Book;
    src: url(../fonts/FuturaPT-Book.ttf);
}
* {
    box-sizing: border-box;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: none;
}
html {
    height: 100%;
}
body {
    font-family: FreightSansProBook;
    font-size: 19px;
    line-height: 20px;
    color: #013048;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: normal;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
strong {
    font-weight: 700;
}
input {
    outline: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
button {
    background: none;
    border: none;
    padding: 0;
}
img {
    border: 0;
    max-width: 100%;
}
a,
a:hover {
    text-decoration: none;
}
.main,
.wrapper {
    width: 100%;
}
.header-title .container {
    max-width: 1450px;
    padding: 0 20px;
    margin: 0 auto;
		position:relative;
		min-height:675px;
}
.header-title {
    background-size: cover;
}
.header-title__wrapper > div:first-child {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: -72px;
    flex-grow: 1;
}
.header-title__wrapper > div:last-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: -47px;
    max-width: 847px;
    width: 100%;
}
.header-title__wrapper {
}
.timer-block {
    padding: 15px 11px;
    background: #7db597;
    border-radius: 0 0 10px 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 80px;
		position:absolute;
		top:0;
		right:200px;;
}
.timer-block__discount {
    color: #0d7963;
    background-color: #fff;
    font-family: Poppins, sans-serif;
    font-weight: 300;
    border-radius: 20px;
    font-size: 13px;
    display: inline-block;
    padding: 3px 9px;
}
.timer {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}
.timer h1 {font-size:40px;line-height:1em;margin-top:15px;
}
.timer h1,
.timer span {
    font-family: FuturaPT-Book;
    color: #fff;
    text-align: center;
}
.timer span {
    font-size: 11px;
    line-height: 13px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.timer h1:nth-child(odd) {
    min-width: 55px;
}
.header-title__back-block {
    background: url(../img/header-title__back-block.svg);
    text-align: center;
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 100%;
    width: 500px;
    padding: 0 0 0 0;
    z-index: 1;
    height: 245px;
    position: absolute;
    left: 200px;
    bottom: -80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: normal;
}
}
.header-title__back-block div {
    max-width: 92%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.header-title__back-block p {
    line-height: 29px;
    font-size: 24px;
    max-width: 355px;
    margin: 0 auto 20px;
    display: block;
}
.header-title__back-block span {
    color: #7db597;
    font-style: italic;
    line-height: 22px;
    max-width: 300px;
    display: block;
    margin: 0 auto;
}
.discount-block {
    padding: 35px 10% 26px 16%;
    background: url(../img/discount-block__back.svg);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-right: 3px solid #fff;
    position: absolute;
		bottom:-43px;
		right:0;
}
.discount-block:before {
    content: "";
    width: calc(100% - 2px);
    height: 3px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #fff;
}
.discount-block > h1 {
    font-size: 40px;
    line-height: 45px;
    text-align: center;
    max-width: 425px;
    margin: 0 auto 45px;
}
.discount-block h1 strong {
    font-family: FreightSansProBold;
}
.discount-block__select-wrapper {
    padding: 30px 20px 30px 20px;
    background-color: #fff;
    border-radius: 10px;
    margin: 0 auto 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    max-width: 335px;
    width: 100%;
}
.discount-block .link {
    margin-top: 13px;
    line-height: 1;
}
.rabatt {
    position: absolute;
    top: -20px;
    right: -17px;
    background-image: url(../img/Rabatt.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 216px;
    height: 63px;
    color: #fff;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 43px;
}
.discount-block__select,
.rabatt {
    font-family: Poppins, sans-serif;
    text-align: center;
}
.discount-block__select {
    line-height: 1;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #0d7963;
    border-radius: 8px;
    padding: 10px 19px 10px 29px;
    min-width: 188px;
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../img/select-arrow.svg);
    background-position-y: center;
    background-position-x: 14px;
    background-repeat: no-repeat;
    margin-bottom: 16px;
    color: #013048;
}
.discount-block__price-last__wrapper {
    font-size: 15px;
    text-decoration: line-through;
    color: rgba(1, 48, 72, 0.5);
    font-family: Poppins, sans-serif;
}
.discount-block__price-last {
    display: inline;
}
.discount-block__price__wrapper {
    font-size: 57px;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    color: #013048;
    line-height: 1;
}
.discount-block__price {
    display: inline;
    line-height: 55px;
}
.discount-block__select-wrapper p {
    font-size: 20px;
    color: #013048;
    font-family: Poppins, sans-serif;
}
.link-btn {
    min-width: 284px;
    font-size: 23px;
    font-family: FreightSansProBold;
    color: #fff;
    line-height: 1;
    padding: 12px 60px 12px 17px;
    border-radius: 3px;
    background: linear-gradient(180deg, #ffce47, #f80);
    display: inline-block;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
}
.link-btn:hover {
    background: linear-gradient(180deg, #feb944, #e58405);
    transform: translateY(-5px);
}
.link-btn:after {
    content: "";
    width: 55px;
    height: 100%;
    background: url(../img/btn-arrow.svg) no-repeat 50%, linear-gradient(180deg, #fa9f36, #d37200);
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
}
.link-btn:hover:after {
    background: url(../img/btn-arrow.svg) no-repeat 50%, linear-gradient(180deg, #ee7e26, #d87a00);
}
.link-btn span {
    font-family: Poppins, sans-serif;
    font-weight: 700;
    font-size: 20px;
}
.link {
    font-size: 15px;
    color: #002bff;
    text-decoration: underline;
}
.green-block {
    background: #7db597;
    padding: 100px 0 35px;
}
.green-block .container {
    max-width: 900px;
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
		position:relative;
    justify-content: space-between;
}
.green-block .container div {
    display: flex;
    align-items: center;
}
.green-block .container p {
    font-size: 23px;
    color: #fff;
    line-height: 26px;
    margin-left: 18px;
}
.inf-section {
    padding: 55px 0 50px;
}
.inf-section .container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}
.characteristic-block {
    border-radius: 5px;
    border: 1px solid #dedede;
    max-width: 440px;
    width: 100%;
    overflow: hidden;
    margin: 0 7px;
}
.characteristic-block li {
    min-height: 63px;
    padding: 0 20px 0 95px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}
.characteristic-block li:before {
    content: "";
    width: 70px;
    height: 100%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/characteristic-img.svg) no-repeat 50%;
}
.characteristic-block li:nth-child(2n) {
    background-color: rgba(228, 237, 230, 0.212);
}
.info-tooltip {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.info-tooltip:before {
    content: "i";
    font-family: Poppins, sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 13px;
    line-height: 1;
    width: 100%;
    text-align: center;
}
.inf-section__characteristics-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 36px;
}
.inf-section .link {
    font-family: FreightSansProSemibold;
    font-size: 19px;
    color: #013048;
    background-image: url(../img/pdf.svg);
    background-repeat: no-repeat;
    background-position: 100% 0;
    padding-right: 25px;
    margin: 0 auto 30px;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-decoration: none;
    border-bottom: 2px solid #013048;
    padding-bottom: 4px;
}
.pictures-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-bottom: 25px;
}
.pictures-wrapper img {
    transition: all 0.3s;
}
.pictures-wrapper img:hover {
    transform: scale(1.1);
}
.tuv-block {
    min-height: 198px;
    border-radius: 10px;
    display: flex;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.218);
}
.tuv-block > div:first-child {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 62px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.tuv-block > div:first-child h1 {
    font-family: Lato, sans-serif;
    font-size: 81px;
    line-height: 52px;
    color: #2289cb;
    font-weight: 900;
}
.tuv-block > div:first-child h4 {
    font-family: Lato, sans-serif;
    font-size: 52px;
    line-height: 52px;
    color: #2289cb;
}
.tuv-block > div:last-child {
    background: linear-gradient(120deg, #219fd5, #003f81);
    padding: 0 63px 0 71px;
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.tuv-block > div:last-child p {
    font-family: Lato, sans-serif;
    color: #fff;
    line-height: 25px;
    max-width: 330px;
    margin-bottom: 10px;
}
.tuv-block > div:last-child span {
    font-family: Lato, sans-serif;
    text-decoration: underline;
    font-size: 17px;
    line-height: 20px;
    color: #fff;
}
.tuev-img {
    margin: -15px 0;
}
.tuev-container-new-toolTipContainer b {
    color: #003f81;
    font-weight: 700;
    display: block;
}
.tuev-container-new-toolTipContainer li {
    margin-bottom: 30px;
}
.tuv-tooltip-custom {
    max-width: 630px !important;
    width: 100% !important;
    padding: 20px 60px !important;
}
.tuev-img2 {
    width: 300px;
}
footer {
    padding: 17px 0;
    background: #e4ede6;
}
footer .container {
    max-width: 610px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
}
footer a {
    margin: 0 5px;
    color: #013048;
    white-space: nowrap;
}
.pictures-wrapper__inner-wrapper {
    max-width: 166px;
    width: 100%;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
}
.pictures-wrapper img {
    flex-shrink: 0;
}
.pictures-wrapper :nth-child(3) img {
    width: 140px;
}
.pictures-wrapper :first-child img,
.pictures-wrapper :nth-child(2) img {
    width: 128px;
}
.pictures-wrapper :nth-child(4) img {
    width: 154px;
}
.pictures-wrapper > :last-child {
    width: 141px;
}
.pictures-wrapper > * {
    margin: 5px;
}
@media only screen and (max-width: 1440px) {
    .pictures-wrapper {
        flex-wrap: wrap;
        justify-content: space-around;
    }
}


.hide_1000px {
}
@media only screen and (max-width: 1000px) {
    .hide_1000px {
        display: none;
    }
}
.hide_400px {
}
@media only screen and (max-width: 400px) {
    .hide_400px {
        display: none;
    }
}

.text-center {
    text-align: center;
}

.header-logo{display:flex;align-items:center;flex-wrap:wrap;}




@media only screen and (max-width: 991px) {
    .tuv-block > div:last-child {
        padding: 0 20px;
    }
}
@media only screen and (max-width: 768px) {

 
    .characteristic-block {
        margin: 0;
    }
    .characteristic-block:first-child {
        margin-bottom: 20px;
    }
    .inf-section__characteristics-wrapper {
        flex-direction: column;
        align-items: center;
    }
    .tuv-block {
        flex-direction: column;
        min-height: 0;
    }
    .tuv-block > div:first-child {
        padding: 30px;
    }
}
@media only screen and (max-width: 480px) {

    .green-block {
        padding: 20px 0;
    }
    .green-block .container {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .green-block .container div {
        margin: 5px;
    }
    .tuv-block > div:last-child {
        flex-direction: column;
        padding: 20px;
    }
    .tuv-block > div:last-child div {
        margin-bottom: 20px;
    }
    .tuev-img {
        margin: 0;
    }
    footer .container {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    footer a {
        margin: 5px;
    }
}













@media only screen and (max-width: 1500px) {
	.discount-block{
		padding:25px 36px 25px 102px;
	}
}
@media only screen and (max-width: 1200px) {
	.timer-block{
		right:0;
	}
	.header-title__back-block{
		bottom:-210px;
		left:0;
		
	}
	.discount-block{
		bottom:-270px;
	}
	.green-block{
		padding-top:300px;
	}
}
@media only screen and (max-width: 900px) {
	.header-title .container{
		min-height:380px;
	}
	.header-title__back-block{
		bottom:-150px;
		
	}
	.discount-block{
		bottom:-654px;
		width:100%;
    background-position: 100% 0px;
	}
	.green-block{
		padding-top:695px;
	}
	.timer-block{
    width: 215px;
	}
	.timer-block h1{font-size: 21px;
    line-height: 1em;
    margin-top: 6px;
	}
}
@media only screen and (max-width: 680px) {
	.header-logo{
    width: 300px;
		
	}
	.discount-block{
		padding:25px;
	}
	.timer-block h1{
		font-size: 16px;
	}
	.timer-block {
      width: 152px;
        padding: 3px 10px;
	}
	
	.header-title__back-block{
    background-size: 500px;
	}
	
	.header-title{
    background-position: -50px 0px;
	}
}
@media only screen and (max-width: 500px) {

	.discount-block {
        bottom: -605px;
	}
	.discount-block > h1{
		font-size:30px;
    line-height: 31px;
	}
	.discount-block__select-wrapper{
		margin-bottom:20px;
	}
	.green-block {
			padding-top: 620px;
	}
}




