/* подключаем шрифты start*/

@font-face {
  font-family: 'ProximaNova-Regular';
  src: url('/fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),  url('/fonts/ProximaNova-Regular.woff') format('woff'), url('/fonts/ProximaNova-Regular.ttf')  format('truetype'), url('/fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'ProximaNovaExtra-Cond';
  src: url('/fonts/ProximaNovaCond-Extrabld.eot?#iefix') format('embedded-opentype'),  url('/fonts/ProximaNovaCond-Extrabld.woff') format('woff'), url('/fonts/ProximaNovaCond-Extrabld.ttf')  format('truetype'), url('/fonts/ProximaNovaCond-Extrabld.svg#ProximaNovaCond-Extrabld') format('svg');
  font-weight: normal;
  font-style: normal;
}



/* подключаем шрифты end */
/* Стили основного контейнера start*/
body{margin:0;padding:0px;font-size:1rem;font-weight:400;line-height:1.5;color:#333;text-align:left;background-color:#fff;box-sizing: border-box;}
html, body {height: 100%;}
.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;font-family: 'ProximaNova-Regular', sans-serif;}
div, a, p, img, button, input, form, label, span, textarea {box-sizing: border-box;}
:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}
.bg {background: url(/images/pattern-01.png);height: 100%;
    background-repeat: repeat;padding-top:40px;padding-bottom:50px;}
.toptext {
font-size: 26px;
font-weight: 400;
line-height: 36px;padding-bottom:40px;
/* Text style for "Привіт, ви" */
color: #333333;text-align: center;
    width: 862px;
    margin: auto;}
.make-it-table {display: table;
    height: 100%;
    width: 100%;}
	.make-it-table-row {display: table-row;
    height: 100%;}

/* Стили основного контейнера  end*/

/* Стили шапки   start*/

.header svg {width:296px;height:78px;display:block;margin:auto;}
.header	{padding-top:20px;padding-bottom:20px;box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);background-color: #ffffff;}


/* Стили шапки  end*/

/* Стили footer   start*/
footer {box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);background: #fff;}
footer .container {display: flex;
    align-content: space-between;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    padding-top: 20px;
    padding-bottom: 20px;}


.footerinnerright {margin-left: auto;
    align-self: center;
    font-weight: 300;
    line-height: 24px;
    font-size: 14px;}
.footerlogo img {display:block;width:64px;}


.footerlogo, .footerlogotext {display:inline-block;vertical-align:middle;}
.footerlogotext {padding-left:20px;}
.ftextpart1 {font-size: 33px;font-family: 'ProximaNovaExtra-Cond';
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
    padding-bottom: 8px;}
.ftextpart2 {font-size: 14px;
font-weight: 500;
line-height: 18px;}
.ftextright {width: 439px;}
/* Стили footer  end*/



/* Стили формы start*/
.all-questions-for-one-slide {padding-top:50px;padding-bottom:50px;clear:both;}
.commonform {width:100%;
border-radius: 5px;
background-color: #ffffff;padding: 40px 30px 50px 30px;}
.question {font-size: 26px;
    font-weight: 500;
    line-height: 26px;
    text-align: center;}
	.text-in-brackets {font-size: 20px;
font-weight: 300;
line-height: 21px;
color: #808080;text-align: center;padding-top: 14px;}
button.next{font-family: 'ProximaNova-Regular', sans-serif;
    width: 270px;
    height: 50px;
    border-radius: 5px;
    background-color: #9b9b9b;
    border: 1px solid #9b9b9b;
    font-size: 20px;
    font-weight: 500;
    line-height: 46px;
    color: #fff;
    display: inline-block;-webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
     -o-transition: all 0.5s;
     transition: all 0.5s;}





button.prev {font-family: 'ProximaNova-Regular', sans-serif;width: 270px;
height: 50px;
border-radius: 5px;
border: 1px solid #ee3342;
background-color: #ffffff;
font-size: 20px;
font-weight: 500;
 line-height: 46px;
color: #ee3342;display: inline-block;
-webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
     -o-transition: all 0.5s;
     transition: all 0.5s;margin-right: 15px;}

.imgbgr {display: inline-block;
    width: 11px;
    height: 30px;
    vertical-align: middle;
    background: url(/images/white-arrow-r.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-left: 15px;
	-webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
     -o-transition: all 0.5s;
     transition: all 0.5s;}
.imgbgl {display: inline-block;
    width: 11px;
    height: 30px;
    vertical-align: middle;
    background: url(/images/red-arrow.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-right: 15px;
	-webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
     -o-transition: all 0.5s;
     transition: all 0.5s;}
button.prev:hover {background-color:#ee3342;color:#fff;cursor:pointer;}
button.prev:hover .imgbgl { background: url(/images/white-arrow-l.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;}

button.next.active{
    background-color: #fff;
    border: 1px solid #6ebd44;
    font-size: 20px;
    font-weight: 500;
    line-height: 46px;
    color: #6ebd44;
    display: inline-block;
	}
button.next.active	.imgbgr {
    background: url(/images/green-arrow-r.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
   }

   button.next.active:hover{
    background-color: #6ebd44;
    border: 1px solid #6ebd44;
    font-size: 20px;
    font-weight: 500;
    line-height: 46px;
    color: #fff;
    display: inline-block;
	cursor:pointer;}
button.next.active:hover	.imgbgr {
    background: url(/images/white-arrow-r.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
   }
.form-buttons {border-top: 1px solid #e6e6e6;
    padding-top: 40px;
    text-align: center;}


/* Стили кнопки radio старт*/

.radio {
	vertical-align: top;
	width: 17px;
	height: 17px;
	margin: 0 3px 0 0;
}
.radio + label {
	cursor: pointer;
}
.radio:not(checked) {
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 10px 0 0 7px;
}
.radio:not(checked) + label {
	position: relative;
	padding: 15px 10px 15px 61px;
-webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;}
.radio:not(checked) + label:hover {background: #FFF;border: 1px solid #afafaf;color: #6ebd44;}
.radio:not(checked) + label:before {
	content: '';
    position: absolute;
    top: 10px;
    left: 11px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #FFF;
    border: 1px solid #afafaf;
}
.radio:not(checked) + label:after {
	content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
	-webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    background-color: #ececec;
}
.radio:checked + label:after {
;background-color: #fff;
}

.radio-wrapper {position: relative;margin-top: 5px;
    margin-bottom: 5px;}


.radio:checked + label, .radio:checked + label:hover {background-color: #fff;border: 1px solid #6ebd44;color: #333333;}
.radio:checked + label:before {background-color: #6ebd44; border:1px solid #6ebd44;}

	/* Стили кнопки radio end*/



	/* Стили кнопки checkbox старт*/

.checkbox {
	vertical-align: top;
	width: 17px;
	height: 17px;
	margin: 0 3px 0 0;
}
.checkbox + label {
	cursor: pointer;
}
.checkbox:not(checked) {
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 10px 0 0 7px;
}
.checkbox:not(checked) + label {
	position: relative;
	padding: 15px 10px 15px 61px;
-webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;}
.checkbox:not(checked) + label:hover {background: #FFF;border: 1px solid #afafaf;color: #6ebd44;}
.checkbox:not(checked) + label:before {
	content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background: #FFF;
    border: 1px solid #afafaf;
}
.checkbox:not(checked) + label:after {
	content: '';
    position: absolute;
    top: 20px;
    left: 18px;
    width: 16px;
    height: 12px;
    border-radius: none;
	-webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    background-color: transparent;
	background: url(/images/gal-not-active.png);
    background-repeat: no-repeat;
    background-size: auto;
}
.checkbox:checked + label:after {
;background-color: transparent;
background: url(/images/gal-active.png);
    background-repeat: no-repeat;
    background-size: auto;
}

.radio-wrapper {position: relative;margin-top: 5px;
    margin-bottom: 5px;}
.radio-wrapper label {min-height: 50px;
    display: block;
    border-radius: 5px;
    background-color: #f8f8f8;
    border: 1px solid #f8f8f8;
    color: #333333;
    font-family: 'ProximaNova-Regular', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;}

.checkbox:checked + label, .checkbox:checked + label:hover {background-color: #fff;border: 1px solid #6ebd44;color: #333333;}
.checkbox:checked + label:before {background-color: #6ebd44; border:1px solid #6ebd44;}

	/* Стили кнопки checkbox end*/

	/* Стили input со своим значеним  start*/

	 textarea.your-text::-webkit-input-placeholder {
    color: #808080;font-size: 16px;
font-weight: 300;font-family: 'ProximaNova-Regular', sans-serif;font-style: italic;
   }
   textarea.your-text:-moz-placeholder {
    color: #808080;font-size: 16px;
font-weight: 300;font-family: 'ProximaNova-Regular', sans-serif;font-style: italic;
   }

    textarea.your-text::-moz-placeholder {
    color: #808080;font-size: 16px;
font-weight: 300;font-family: 'ProximaNova-Regular', sans-serif;font-style: italic;
   }

	textarea.your-text:-ms-input-placeholder {
  color: #808080;font-size: 16px;
font-weight: 300;font-family: 'ProximaNova-Regular', sans-serif;font-style: italic;
}

textarea.your-text::placeholder {
 color: #808080;font-size: 16px;
font-weight: 300;font-family: 'ProximaNova-Regular', sans-serif;font-style: italic;
}
	textarea.your-text {width: 100%;min-width:100%;max-width:100%;display: block;
    height: 50px;font-size: 16px;font-family: 'ProximaNova-Regular', sans-serif;padding-top: 15px;padding-right: 10px;
    border-radius: 5px;
    border: 1px solid #afafaf;
    padding-left: 61px;background: url(/images/bg-input-text.png);
    background-repeat: no-repeat;
    background-position: 15px 15px;}

	textarea.your-text:hover ,textarea.your-text:focus {border: 1px solid #6ebd44; background: url(/images/bg-input-text-active.png);
    background-repeat: no-repeat;
    background-position: 15px 15px;}

	/* Стили input со своим значеним  end*/





	/* Стили input type tel start*/

	 input.your-phone[type="tel"]::-webkit-input-placeholder {
    color: #808080;font-size: 16px;
font-weight: 300;font-family: 'ProximaNova-Regular', sans-serif;font-style: italic;
   }
   input.your-phone[type="tel"]:-moz-placeholder {
    color: #808080;font-size: 16px;
font-weight: 300;font-family: 'ProximaNova-Regular', sans-serif;font-style: italic;
   }

    input.your-phone[type="tel"]::-moz-placeholder {
    color: #808080;font-size: 16px;
font-weight: 300;font-family: 'ProximaNova-Regular', sans-serif;font-style: italic;
   }

   input.your-phone[type="tel"]:-ms-input-placeholder {
 color: #808080;font-size: 16px;
font-weight: 300;font-family: 'ProximaNova-Regular', sans-serif;font-style: italic;
}

 input.your-phone[type="tel"]::placeholder {
 color: #808080;font-size: 16px;
font-weight: 300;font-family: 'ProximaNova-Regular', sans-serif;font-style: italic;
}



	input.your-phone {width: 100%;font-family: 'ProximaNova-Regular', sans-serif;
    height: 50px;font-size: 16px;
    border-radius: 5px;
    border: 1px solid #afafaf;
    padding-left: 61px;background: url(/images/bg-input-tel.png);
    background-repeat: no-repeat;
    background-position: 15px 15px;}

	input.your-phone:hover ,input.your-phone:focus {border: 1px solid #6ebd44; background: url(/images/bg-input-tel-active.png);
    background-repeat: no-repeat;
    background-position: 15px 15px;}

	/* Стили input  type tel  end*/

/* Стили при условии два ответа в одной строке старт

Если необходиом, чтобы все ответы были в два стобца, тогда к блоку с классом all-questions-for-one-slide добавить ещё один клас twocolums


 */

.twocolums	.radio-wrapper {width: 508px;
    display: inline-block;vertical-align:top;
   }

	.twocolums	.radio-wrapper:nth-child(2n+1) {
    margin-right: 30px;
   }


	/* Стили при условии два ответа в одной строке  end*/


/* Стили формы  end*/



/* Стили размеров элементов при расширении менее 1200px start*/




@media (min-width:576px){.container{max-width:540px}}
@media (min-width:768px){.container{max-width:720px}}
@media (min-width:992px){.container{max-width:960px}}
@media (min-width:1200px){.container{max-width:1140px}}



@media (max-width:1199px){.twocolums	.radio-wrapper {width: 423px;
    display: inline-block;vertical-align:top;
   }

	.twocolums	.radio-wrapper:nth-child(2n+1) {
    margin-right: 20px;
   } }

@media (max-width:991px){.toptext {width:100%;}.ftextright {
    width: 326px;
}

.twocolums	.radio-wrapper {width: 100%;
    display: block;
   }

	.twocolums	.radio-wrapper:nth-child(2n+1) {
    margin-right: 0px;
   }

}

@media (max-width:767px){footer .container {display: block;
    align-content: unset;
    display: -webkit-block;
    display: -moz-block;
    display: -ms-block;
    display: -o-block;}.footerinnerleft {text-align: center;}.footerlogotext {text-align:left;} .footerinnerright {text-align: center;padding-top:25px;}
	.header svg {width: 186px;
    height: 40px;}.bg{padding-top: 20px;
    padding-bottom: 40px;}.toptext {font-size: 16px;padding-bottom:30px;
font-weight: 400;
line-height: 24px;}.ftextright {font-size: 12px;
font-weight: 300;
line-height: 16px;width:100%;}

.form-buttons {padding-top: 20px;position:relative;}
button.next {position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -135px;}
button.prev {margin-top: 70px;
    margin-right: 0px;}
.radio-wrapper label {font-size: 16px;}



 textarea.your-text::-webkit-input-placeholder {font-size: 14px;
   }
   textarea.your-text:-moz-placeholder {font-size: 14px;}

    textarea.your-text::-moz-placeholder {font-size: 14px; }
	textarea:-ms-input-placeholder {font-size: 14px;}
		textarea::placeholder {font-size: 14px;}

	textarea.your-text {font-size: 14px;height: 90px;}







input.your-phone[type="tel"]::-webkit-input-placeholder {font-size: 14px;
   }
   input.your-phone[type="tel"]:-moz-placeholder {font-size: 14px;}

    input.your-phone[type="tel"]::-moz-placeholder {font-size: 14px; }

	input.your-phone[type="tel"]:-ms-input-placeholder {font-size: 14px;}
		input.your-phone[type="tel"]::placeholder{font-size: 14px;}


	input.your-phone {font-size: 14px;}

	.question {font-size: 16px;}
	.text-in-brackets {font-size: 14px;}
	.all-questions-for-one-slide {padding-top:30px;padding-bottom:30px;}
}
/* Стили размеров элементов при расширении менее 1200px end*/



.items.flex
{
    display: flex;
}

.items.flex .item
{
    flex-basis: 1;
}

.items.flex .item img
{
    display: inline-block;
    width: 100%;
}


.message-info .error-message
{
    color: red;
    margin: 20px 0;
    font-size: 18px;
}


.vue-star-rating
{
    margin-top: 25px;
    display: inline-block !important;
}