body {
	padding: 0;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.75);
	background: #ffffff;
	line-height: 1.2em;
}

* {
	box-sizing: border-box;
}

ul,
li,
span {
        display: block;
	padding: 0;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}

p {
	margin: 0;
	padding: 0;
}

img {
	display: block;
	object-fit: cover;
}

button {
	padding: 0;
	margin: 0;
	border: none;
	cursor: pointer;
	background: transparent;
}

button:active,
button:focus {
	outline: none;
}

input {
	outline: none;
}

input:active {
	outline: none;
}

:focus {
	outline: none;
}

button::-moz-focus-inner {
	border: 0;
}

.container {
	width: 1140px;
	margin: 0 auto;
	position: relative;
}

.btn {
    font-family: 'Montserrat', sans-serif;
    border-radius: 10px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    width: 226px;
    display: block;
}
.btn-orange {
    background: #FFA000;
    transition: all .5s ease;
}
.btn-orange:hover {
    background: #d38909;
    transition: all .5s ease;
}
.btn-violet {
    background: #512DA8;
    transition: all .5s ease;
}
.btn-violet:hover {
    background: #2b0e6e;
    transition: all .5s ease;
}


/* header */
header.header {
    box-shadow: 0px 5px 10px 2px rgb(34 60 80 / 20%);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: #fff;
}
.top {
    padding: 15px 0;
    display: flex;
    align-items: center;
}

.logo__icon {
    width: 350px;
    height: 40px;
}

.dropbtn {
    background: #fff;
    font-family: 'Montserrat', sans-serif;
    color: rgba(0, 0, 0, 0.75);
    font-size: 16px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: all .5s ease;
}

.dropbtn:hover {
    color: #FFA000;
    transition: all .5s ease;
}

.dropbtn svg path {
    fill: rgba(0, 0, 0, 0.75);
    transition: all .5s ease;
}

.dropbtn:hover svg path {
    fill: #FFA000;
    transition: all .5s ease;
}

.dropdown {
    position: relative;
    display: inline-block;
    margin-left: auto;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
    width: 200px;
    padding: 15px;
    margin-top: 10px;
    right: 0;
}

.dropdown-content button {
    padding: 12px 16px;
    width: 100%;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

.show {display:block;}

.dropbtn__icon {
    margin-right: 10px;
}

.dropbtn__arrow {
    margin-left: 5px;
}

.dropdown-content__enter {
    margin-bottom: 15px;
}

.offer {
    padding: 90px 0 15px;
}

.offer__bg {
    width: 1140px;
    max-width: 100%;
}

/* modal window start */
body.noscroll {
    overflow: hidden;
}

#wrapper-modal,
#wrapper-modal-reg,
#wrapper-modal-partner {
	width: 100%;
	height: 100%;
	display: none;
}

#wrapper-modal.active,
#wrapper-modal-reg.active,
#wrapper-modal-partner.active {
	display: block;
}

#overlay,
#overlay-reg,
#overlay-partner {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1001;
	background: rgba(0, 9, 0, 0.5);
}

#modal-window {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	height: auto;
	z-index: 1002;
	border-radius: 10px;
	background: #fff;
	color: #fff;
}

#modal-window {
	background: #fff;
}

.modal__close {
	position: absolute;
	width: 20px;
	height: 20px;
	background: transparent;
	top: 12px;
	right: 12px;
}

.modal__close svg path  {
	stroke: #fff;
}

.modal-title {
    background: #512DA8;
    padding: 28px 0;
    font-weight: 500;
    font-size: 26px;
    text-align: center;
    border-radius: 10px 10px 0 0;
}

#form-enter {
    padding-bottom: 40px;
}

.form__wrap {
    padding: 40px;
}

.form__line {
    display: flex;
    align-items: center;
}

.form__line:last-of-type {
    margin-top: 16px;
}

.form__group {
    display: flex;
    flex-direction: column;
}

.form__label {
    color: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    margin-bottom: 9px;
}

.form__input {
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    padding: 10px;
    width: 306px;
}

.form__btn {
    margin-left: 24px;
    margin-bottom: -27px;
    color: #140078;
    padding: 16px 0;
    border: 1px solid #512DA8;
    transition: all .5s ease;
}

.form__btn:hover {
    color: #fff;
    background: #512DA8;
    transition: all .5s ease;
}

.form-enter__btn {
    width: 200px;
    padding: 16px 0;
    color: #fff;
    margin-left: 40px;
}

#form-reg {
    padding: 20px 40px;
}

#form-reg .form__group:first-of-type {
    margin-bottom: 20px;
}

.form-reg__btn {
    width: 100%;
    padding: 16px 0;
    color: #fff;
    margin-top: 30px;
}
/* modal window end */

/* footer */
.footer {
    padding: 20px 0;
    background: #512DA8;
}
.bottom {
    text-align: center;
}

.bottom__link {
    color: #fff;
    text-decoration: underline;
    font-size: 12px;
}
.bottom__link:first-of-type {
    margin-right: 40px;
}

/* page lk */
.dropdown-content-info {
    padding: 0;
    width: 306px;
    right: 0;
    border-radius: 10px;
}

.dropdown-content-info__client {
    border-radius: 10px 10px 0 0;
    background: #FFA000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 28px;
    font-size: 14px;
}

.dropdown-content-info__personal {
    background: #F5F5F5;
    display: flex;
    padding: 18px 28px;
}

.personal__img {
    width: 70px;
    border-radius: 100%;
    margin-right: 13px;
}

.info__title {
    font-size: 14px;
}

.info__email {
    font-size: 10px;
    margin-top: 24px;
}

.dropdown-content-info__links {
    padding: 22px;
    background: #fff;
}

.link__item a img {
    width: 30px;
    margin-right: 10px;
}

.link__item a {
    display: flex;
    align-items: center;
    color: rgba(0, 9, 0, 0.75);
}

.link__item:not(:last-of-type) {
    margin-bottom: 15px;
}

.dropdown-content-info__btn {
    color: rgba(0, 9, 0, 0.75) !important;
    font-size: 18px;
    background: #F5F5F5;
    border-radius: 0 0 10px 10px;
    padding: 15px 0;
}

.block {
    padding-top: 70px;
}

.lk {
    padding: 40px 0;
}

.lk__selects {
    text-align: center;
}

.lk__selects select {
    padding: 10px 15px 10px 15px;
    border-radius: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: rgba(0, 9, 0, 0.75);
    border: 2px solid #512DA8;
    color: #fff;
    background: #512DA8;
    font-weight: 500;
    cursor: pointer;
}

.lk__selects select:not(:last-of-type) {
    margin-right: 20px;
}

.lk__tech {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.lk__tech2 {
    margin-top: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}

.lk__tech__text {
    font-weight: 700;
}

.in-line {
    display: inline-block;
}

.lk__tech__btn {
    padding: 0px 0;
    color: #512DA8;
    font-size: 16px;
    width: 152px;
    background: #fff;
    border-bottom: 1px solid #512DA8;
    border-radius: 0;
}
.lk__add-partner {
    color: #512DA8;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 0;
    width: 185px;
    border-bottom: 1px solid;
    border-radius: 0;
    font-size: 14px;
    margin-top: 0px;
}
.lk__add-partner path {
    fill: #512DA8;
    margin-right: 5px;
}

.tariff-table {
	width: 1140px;
	border-collapse: separate;
    display: block;
    border-spacing: 0px 10px;
}

.column__rate{
    width: 120px;
}

.column__img {
    width: 100px;
}

.column__img2 {
    width: 200px;
}

.column__text {
    width: 620px;
}

.column__desc {
    width: 300px;
}
 
th {
    font-weight: 500;
    font-size: 18px;
}

th:first-of-type {
    text-align: left;
}

tr {
    border: 1px solid #D9D9D9;
    background: #fff;
    box-shadow: 0px 5px 10px 2px rgb(34 60 80 / 20%);
}

td {
    padding: 20px 10px;
    height: auto;
    font-weight: 400;
    font-size: 14px;
}

td:not(:last-of-type) {
    border-right: 1px solid #D9D9D9;
}

.icon-star {
    width: 15px;
    display: inline-block;
}
.product-img {
    width: 80px;
}
.text-weight {
    display: inline-block;
    font-weight: 700;
}
.product-info__text:not(:last-of-type) {
    margin-bottom: 8px;
}
.product-desc__title {
    font-size: 16px;
}
.product-desc__fedback {
    margin-top: 15px;
}
.product-desc__status {
    display: inline-block;
    margin-top: 20px;
    color: #512DA8;
    font-size: 12px;
    font-weight: 700;
}
table tbody:not(:last-of-type) {
    margin-bottom: 30px;
}

.form__checkbox {
	display: flex;
	margin-right: 100px;
	color: rgba(0, 0, 0, 0.75);
}

.checkbox {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.checkbox+label {
	display: inline-flex;
	align-items: flex-start;
	user-select: none;
}

.checkbox+label::before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	flex-shrink: 0;
	flex-grow: 0;
	border-radius: 3px;
	margin-right: 8px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;  
}

.checkbox:checked+label::before {
	background-color: transparent;
	background-image: url("../img/ok.png");
}

/* стили при наведении курсора на checkbox */
.checkbox:not(:disabled):not(:checked)+label:hover::before {
	background-color: transparent;
}

/* стили для активного состояния чекбокса (при нажатии на него) */
.checkbox:not(:disabled):active+label::before {
	background-color: transparent;
}

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.checkbox:focus:not(:checked)+label::before {
	background-color: transparent;
}

/* стили для чекбокса, находящегося в состоянии disabled */
.checkbox:disabled+label::before {
	background-color: transparent;
}

.form__detail {
    display: flex;
    align-items: center;
}
#form-partner {
    padding: 40px;
}
#form-partner .form__input {
    width: 550px;
}
#form-partner .form__group:not(:last-of-type) {
    margin-bottom: 24px;
}
.form__detail {
    margin-top: 15px;
}
.form-partner__btn {
    padding: 16px 0;
    color: #fff;
    margin-top: 25px;
}
.lk__pagination {
    margin-top: 50px;
}
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-link {
    width: 25px;
    height: 25px;
    border: 1px solid #512DA8;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #512DA8;
}
.page-link.active {
    background: #512DA8;
    color: #fff;
}
.page-item:not(:last-of-type) {
    margin-right: 20px;
}
.page-arrow {
    display: flex;
}

/* Responsive */
/* L: 992px - 1199px */
@media (max-width: 1199px) {
	.container {
		max-width: 960px;
	}
    .tariff-table {
        width: 960px;
    }
    .column__text {
        width: 490px;
    }
    .column__desc {
        width: 250px;
    }
}
/* Tablet: 576px - 991px */
@media (max-width: 991px) {
	.container {
		max-width: 540px;
	}
    #wrapper-modal #modal-window {
        width: 540px;
    }
    .modal-title {
        font-size: 22px;
    }
    #form-enter .form__input {
        width: 260px;
    }
    .form__btn {
        font-size: 15px;
        padding: 10px 0;
    }
    .lk__table {
        overflow-x: auto;
    }
    .lk__selects {
        display: flex;
        flex-direction: column;
    }
    .lk__selects select:not(:last-of-type) {
        margin: 0 0 20px;
    }
    #form-partner .form__input {
        width: 440px;
    }
    
}
/* Phone: 0 (320px) - 575px */
@media (max-width: 575px) {
	.container {
		width: 320px;
		padding: 0 5px;
	}
    .dropbtn__icon {
        margin-right: 5px;
        width: 15px;
    }
    .logo__icon {
        width: 100px;
    }
    .dropbtn {
        font-size: 12px;
    }
    .dropdown-content {
        width: 160px;
    }
    .dropdown-content button {
        padding: 10px 16px;
        font-size: 15px;
    }
    #form-reg {
        padding: 20px 30px;
    }
    .form__input {
        width: 250px !important;
    }
    .modal-title {
        font-size: 18px;
        padding: 25px 0;
    }
    .btn {
        font-size: 16px;
    }
    .form__wrap {
        padding: 20px 30px;
    }
    #wrapper-modal #modal-window {
        width: 310px;
    }
    .form__line {
        flex-direction: column;
    }
    .form__btn {
        margin: 15px 0 0;
        width: 250px;
    }
    .form-enter__btn {
        width: 250px;
        margin: 0 auto;
    }
    .modal__close svg {
        width: 15px;
    }
    .lk__selects select {
        font-size: 14px;
    }
    .lk__tech__text {
        font-size: 14px;
    }
    .lk__tech__btn {
        font-size: 14px;
        width: 130px;
    }
    .lk__add-partner {
        font-size: 14px;
    }
    .dropdown-content-info {
        width: 250px;
    }
    .personal__img {
        width: 50px;
        height: 50px;
    }
    .info__email {
        margin-top: 10px;
    }
    .link__item a {
        font-size: 13px;
    }
    .link__item a img {
        width: 25px;
    }
    .modal__close {
        top: 6px;
        right: 6px;
    }
    .form__checkbox {
        margin-right: 50px;
    }
    #form-partner {
        padding: 20px 30px;
    }
    .form-partner__btn {
        width: 250px;
    }
    .bottom__link {
        display: block;
        font-size: 10px;
    }
    .bottom__link:first-of-type {
        margin: 0 0 10px;
    }
    .page-link {
        width: 20px;
        height: 20px;
        font-size: 12px;
    }
    .page-item:not(:last-of-type) {
        margin-right: 12px;
    }
    .page-arrow svg {
        width: 18px;
    }
}

.footer.fixed-bottom { 
    position: fixed; 
    left: 0; 
    right: 0; 
    bottom: 0; 
    z-index: 10; 
}
